Elmanor Posted July 10, 2008 Posted July 10, 2008 How can i insert a flash movie at the top of my osc instead of an image? thank u in advance!
web-project Posted July 10, 2008 Posted July 10, 2008 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.
timmle Posted July 10, 2008 Posted July 10, 2008 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.
Peper Posted July 12, 2008 Posted July 12, 2008 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.