Jump to content
xisto Community
Sign in to follow this  
pirate

Question About Embedding Flash Object Header flash

Recommended Posts

hello,how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2.

Edited by microscopic^earthling (see edit history)

Share this post


Link to post
Share on other sites

hello,

 

how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2.

1064328132[/snapback]

Well the flash file can be put in your page with the EMBED tag which can be used as simply as this:

 

<embed src="http://forums.xisto.com/no_longer_exists/; width="550" height="400">

but normally one would include more code to make the file appear and operate exactly how it should. Flash will generate this code if you use the File > Publish feature. After adjusting the publish settings (file > publish settings) it will generate an HTML file for you with all of the relevant coding. Then you can copy that code from the HTML file into your web page code.

 

All you need to upload to your host is the SWF file.

Share this post


Link to post
Share on other sites

hello,

 

how can i put my flash object(header) im my page. what file do i have to use. ive you make a flash you get 2 file the ecxual flash file and an animation only file. do i only have to put the animation only file in my web folder or all 2.

1064328132[/snapback]


This will make it done. Just replace after the src element your file source path. As far I know it is enough to upload your .swf movie file, that works fine.

 

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload2.macromedia.com/get/shockwave/cabs/flash/swflash.cab; width="800" height="100">

<param name="movie" value="header01.swf" />

<param name="quality" value="high" />

<embed src="header01.swf" quality="high" pluginspage="https://get.adobe.com/flashplayer/otherversions/; type="application/x-shockwave-flash" width="800" height="100"></embed>

</object>

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.