Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

swf to my header! HOW?


Elmanor

Recommended Posts

Posted

How can i insert a flash movie at the top of my osc instead of an image?

 

thank u in advance!

Posted

by editing the html code, simply edit the header.php file and paste the code for swf file/flash.

Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here!

8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself.

Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues.

Any issues with oscommerce, I am here to help you.

Posted

in there header.php file add what should look like this...

 

 

<object width="xxx" height="xxx"><param name="movie" value="FILENAME_HERE"></param><param name="allowFullScreen" value="false"></param><embed src="FILENAME_HERE" type="application/x-shockwave-flash" allowfullscreen="false" width="xxx" height="xxx"></embed></object>

 

Obviously you can make amendments and delete parts of the code as necessary.

Posted
How can i insert a flash movie at the top of my osc instead of an image?

 

thank u in advance!

 

 

File needed Scripts directory running flash - e.g. - AC_RunActiveContent.js

and then header.php insert html code between <head><script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script></head>

in body you complete flash dimentions and check that relevant paths is correct

Getting the Phoenix off the ground

Archived

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

×
×
  • Create New...