OK heres the deal guys… Normally I use dreamweaver to just throw my .swf files into my web pages…BUT the way that dreamweaver embeds the flash files does not work with the preloader that I’ve made. SO I ended up using the FLASH export HTML publish feature thingy…which works GREAT! Only problem is I don’t want my SWF file to be in the same directory of the HTML file… so…
All I want is to be able to change the location of where this code is getting my SWF file! I pasted the code and the 2 parts that I changed are highlighted…. (I added Flash/ in front of the file name) IT DOSENT WORK! Why?? Thanks everyone!
<object classid=“clsid:d27cdb6e-ae6d-11cf-96b8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0” width=“338” height=“159” id=“preloader” align=“middle”>
<param name=“allowScriptAccess” value=“sameDomain” />
<param name=“allowFullScreen” value=“false” />
<param name=“movie” value=“flash/preloader.swf” /><param name=“quality” value=“high” /><param name=“bgcolor” value="#ffffff" /> <embed src=“flash/preloader.swf” quality=“high” bgcolor="#ffffff" width=“338” height=“159” name=“preloader” align=“middle” allowScriptAccess=“sameDomain” allowFullScreen=“false” type=“application/x-shockwave-flash” pluginspage=“http://www.macromedia.com/go/getflashplayer” />
</object>
</noscript>