J
Jeff
hi
asp.net 2.0
Here is some flash markup I want to have inside the webpage.
<object width="960" height="108">
<param id="Param1" name="movie" value="../Flash/test.swf" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="../Flash/test.swf" />
<embed src="Flash/test.swf" width="960" height="108"></embed>
</object>
This markup doesn't display the flash movie. the flash movie is located in
~\Flash\ folder.. the page accessing it is locating in ~\Pages\ folder.
root folder
+ Flash folder (contains flash movie)
+ Pages folder (contain problem aspx page)
any suggestions? what path should I use?
asp.net 2.0
Here is some flash markup I want to have inside the webpage.
<object width="960" height="108">
<param id="Param1" name="movie" value="../Flash/test.swf" />
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="../Flash/test.swf" />
<embed src="Flash/test.swf" width="960" height="108"></embed>
</object>
This markup doesn't display the flash movie. the flash movie is located in
~\Flash\ folder.. the page accessing it is locating in ~\Pages\ folder.
root folder
+ Flash folder (contains flash movie)
+ Pages folder (contain problem aspx page)
any suggestions? what path should I use?