Guest Posted May 29, 2009 Posted May 29, 2009 In my case i have almost done my website but id like to add a flash intro in my home page where welcome is showing at: /includes/language/english/index.php i write the code: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="400"> <param name="movie" value="../../images/test.swf" /> <param name="quality" value="high" /> <embed src="../../images/test.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="400"></embed> </object> but shows only blank Should i install or change something else? thanks to anyone who can help ...
Guest Posted May 29, 2009 Posted May 29, 2009 Never Mind It was fix it with: <div align="center"> <table> <tr> <td align="center" valign="middle"> <center><iframe src="images/test.swf" width=600 height=400 frameborder=0 marginheight=0 marginwidth=0 scrolling="no"></p></iframe></center> </td> </tr> </table></div> That was easy
Guest Posted May 30, 2009 Posted May 30, 2009 can i see your site? coz I "might" recommend you not to use flash, use ajax to change series of pictures instead.
bkellum Posted May 30, 2009 Posted May 30, 2009 In my case i have almost done my website but id like to add a flash intro in my home page where welcome is showing at: /includes/language/english/index.php i write the code: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="600" height="400"> <param name="movie" value="../../images/test.swf" /> <param name="quality" value="high" /> <embed src="../../images/test.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="400"></embed> </object> but shows only blank Should i install or change something else? thanks to anyone who can help ... The best way to embed Flash is to use the following: http://blog.deconcept.com/swfobject/ Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE
Recommended Posts
Archived
This topic is now archived and is closed to further replies.