Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Adding Flash Files to my index.php page


bitznbytes

Recommended Posts

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

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

  • 2 months later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...