I am receiving this error after i have compiled my HE…
In HE i have “index.html” that links a webpage called u 1_html that references the 1_controller.swf (code above).
-
I click on the “dependecies” tab and add 1_files/1_controller.swf (which i create a virtual path called 1_files) and all other dependant files e.g express.swf, jpgs,gifs.
-
I then go to “content file types” and change .swf to = virtual file.
-
Enable built in server.
-
I compile and run the pub. Now it loads all the jpgs and gifs but does not load the swf…
I get this error … The following resource was not found: %url%
What am i doing wrong?
I use the code below
<param name="movie" value="1_files/1_controller.swf" />
<param name="quality" value="best" />
<param name="bgcolor" value="#1a1a1a" />
<param name="allowfullscreen" value="true" />
<param name="scale" value="showall" />
<param name="allowscriptaccess" value="always" />
<embed name="csSWF" src="1_files/1_controller.swf" width="544" height="408" bgcolor="#1a1a1a" quality="best" allowScriptAccess="always" allowFullScreen="true" scale="showall" flashVars="autostart=false&thumb=FirstFrame1.png&thumbscale=45&color=0x000000,0x000000" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
<!--param name="flashvars" value="autostart=false&thumb=FirstFrame1.png&thumbscale=45&color=0x000000,0x000000" />
<param name="flashvars" value="autostart=false&color=0x1A1A1A,0x1A1A1A" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="1_files/1_controller.swf" width="544" height="408">
<param name="quality" value="best" />
<param name="bgcolor" value="#1a1a1a" />
<param name="allowfullscreen" value="true" />
<param name="scale" value="showall" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="autostart=false&thumb=FirstFrame1.png&thumbscale=45&color=0x000000,0x000000" />
<param name="flashvars" value="autostart=false&color=0x1A1A1A,0x1A1A1A" />
<!--<![endif]-->
=====================================
Unhappy at moment…