-
1. Re: Does .swf file have to be in same folder as the .htm file that it is embedded in?
kglad Sep 27, 2011 1:12 PM (in response to Angela French)you have an incorrect path/file name either in your html or in your swf or both.
-
2. Re: Does .swf file have to be in same folder as the .htm file that it is embedded in?
Angela French Sep 27, 2011 1:15 PM (in response to kglad)I copied the value from data attribute value and pasted it into the value attribute value...
Here is the entire code for the <object> tag.
<object id="Object1" type="application/x-shockwave-flash" data="../VideoResources/player_flv_maxi.swf" width="480" height="360">
<noscript><a href="youtube" _mce_href="http://www.dvdvideosoft.com/products/dvd/Free-YouTube-Download.htm">youtube">h ttp://www.dvdvideosoft.com/products/dvd/Free-YouTube-Download.htm">youtube video downloader</a></noscript>
<param name="movie" value="../VideoResources/player_flv_maxi.swf" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="opaque" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="quality" value="high" />
<param name="menu" value="true" />
<param name="autoplay" value="false" />
<param name="autoload" value="false" />
<param name="FlashVars" value="configxml=DVD_VIDEO.xml" />
</object>


