QUOTE(pirate @ Oct 31 2005, 04:49 PM)
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.
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://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="100">
<param name="movie" value="header01.swf" />
<param name="quality" value="high" />
<embed src="header01.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="100"></embed>
</object>
Comment/Reply (w/o sign-up)