I did not suggest putting js files into css folder..Only commentedSo now I just put the 2 .js files in this folder as I thought you suggested, but still no change.
that they were not loading but stylesheets were..
Below is sample of flash file entered into template header..
give you an idea of how your coding should look...
Notice path of the swfobject.js fileCode:<!--bof-branding display--> <script type="text/javascript" src="includes/templates/mytemplatename/js/swfobject.js"></script> <div id="flashcontent"> <center> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/...ersion=4,0,0,0" id="Movie6" width="760" height="194"> <param name="movie" value="Movie6.swf"> <param name="quality" value="high"> <param name="bgcolor" value="#FFCCCC"> <embed name="Movie6" src="Movie6.swf" quality="high" bgcolor="#FFCCCC" width="760" height="194" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/...ShockwaveFlash"> </embed> </object> </center> <script type="text/javascript"> var so = new SWFObject("includes/templates/mytemplatename/Movie6.swf", "YOUR_HEADER", "760", "194", "7", "#FFCCCC"); so.write("flashcontent"); </script> </div>



