bitznbytes Posted May 3, 2007 Share Posted May 3, 2007 Is it possible to add flash files to my index.php file? If so, how would it be done? thanks, B Link to comment Share on other sites More sharing options...
roxoride Posted May 3, 2007 Share Posted May 3, 2007 Is it possible to add flash files to my index.php file? If so, how would it be done? thanks, B I'm trying to figure out the same thing rite now..please help anyone! Link to comment Share on other sites More sharing options...
bootlegger Posted May 4, 2007 Share Posted May 4, 2007 I'm trying to figure out the same thing rite now..please help anyone! what can't you get to work? I have flash in my index page and it works fine. more details please... Thanks Link to comment Share on other sites More sharing options...
bitznbytes Posted May 6, 2007 Author Share Posted May 6, 2007 I'm including a flash file on my oscommerce website but it is not showing. If I place it on a standard website it works. What does your code look like when inserting your flash file? Link to comment Share on other sites More sharing options...
bkellum Posted May 7, 2007 Share Posted May 7, 2007 I'm including a flash file on my oscommerce website but it is not showing. If I place it on a standard website it works. What does your code look like when inserting your flash file?Here is an example of code that I use for the header.php file (should be no different for the index.php file): <!-- Begin Flash Movie --><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="[url="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"]http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0[/url]" border="0" width="552" height="300" align="right" hspace="0"> <param name="movie" value="images/banner-top.swf"> <param name="quality" value="High"> <embed src="images/banner-top.swf" pluginspage="[url="http://www.macromedia.com/go/getflashplayer"]http://www.macromedia.com/go/getflashplayer[/url]" type="application/x-shockwave-flash" name="obj1" width="552" height="300" quality="High"></object><!-- End Flash Movie --></td></tr> The above example shows the flash movie uploaded in the shop's images folder. Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE Link to comment Share on other sites More sharing options...
bitznbytes Posted May 7, 2007 Author Share Posted May 7, 2007 thanks will give that a try Link to comment Share on other sites More sharing options...
Guest Posted August 6, 2007 Share Posted August 6, 2007 <p align="center"> <embed src="http://www.YOURWEBADDRESS.co.uk/catalog/images/YOURFILENAME.swf" border="0" width="550" height="350"> Drop that into your index.php in define languages and drop the swf file into images. Should work, it did for me! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.