Viewer not displaying html embedded swf (SOLVED)

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).

  1. 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.

  2. I then go to “content file types” and change .swf to = virtual file.

  3. Enable built in server.

  4. 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… :frowning:

In order to help, please answer these questions:
Which version of HTMLExe are you using?
What is your computer configuration?
What type of publication (IE, HTML Viewer or SFX) have you selected?

I actually fixed it after hours of tweaking… I did it!

  1. I moved the files up 1 dir 1_files/1_controller.swf" :arrow: 1_controller.swf

  2. I then went to “content file types” and and changed everything to virtual disk…

  3. Added the dependencies but excluded .swf/ .as/ and .js/ files… made these files excluded and made the %path%\NAME

and it worked… 8)

Very please with this product… but i do think there could be some kind of video example how to embed .swf files… hmmm, I might think about doing one myself…