pirate 0 Report post Posted October 31, 2005 (edited) 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 November 1, 2005 by microscopic^earthling (see edit history) Share this post Link to post Share on other sites
foolakadugie 0 Report post Posted October 31, 2005 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
bnbrown 0 Report post Posted December 25, 2005 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