I have a classifieds ads site created from HTML templates which included a Flash logo. The Flash will play from the help/info pages in the public_html directory, but the Ad pages in the cgi-bin do not play the flash.
http://www.sierrahorsesales.com/photo_help.htm (Will play the Flash)
http://www.sierrahorsesales.com/cgi-bin/view_ads.cgi (Does not)
The code in the Ad pages reads <script language="JavaScript" src="/header.js"></script>
The code in the "header.js" reads: document.write('<PARAM NAME=movie VALUE="/logo.swf">');
document.write('<PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#141424>');
document.write('<EMBED src="http://www.sierrahorsesales.com/logo.swf"
I have put the Flash folder, logo.swf, header.js, and flash.txt in the cgi-bin and the classifieds_templates, but nothing works. Any advice is appreciated.




Bookmarks