The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

How to put a flash animation in an HTML page?

2 posters

Go down

Solved How to put a flash animation in an HTML page?

Post by itsEricIndustries July 8th 2010, 6:11 am

Hey guys, just wondering if there's a code I could use to play a flash animation I made for my HTML page on my forum... Otherwise I guess I could record the animation and then host the video on the page..
avatar
itsEricIndustries
Forumember

Posts : 35
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to put a flash animation in an HTML page?

Post by Sanket July 8th 2010, 6:30 am

Code:
<object width="550" height="400">
<param name="movie" value="XYZ">
<embed src="URL OF FLASH FILE" width="550" height="400">
</embed>
</object>
Use such a code. Change the width & height accordingly.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: How to put a flash animation in an HTML page?

Post by itsEricIndustries July 8th 2010, 6:33 am

Thank you.
avatar
itsEricIndustries
Forumember

Posts : 35
Reputation : 0
Language : English

Back to top Go down

Solved Re: How to put a flash animation in an HTML page?

Post by Sanket July 8th 2010, 6:33 am

Since this thread appears to be solved, I will lock this thread and mark it as solved.
How to put a flash animation in an HTML page? 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum