Is shockwave object not work in asp.net
Hi friends,
i put the code again.I give the correct path.But in the browser flash image do not displayed.At the same time no error msg.I couldnt find out out the mistake.Whats the reason?
<object type="application/x-shockwave-flash" data="D:\IW-Workspace\Ashok\sample\flash\animated_img.swf" width ="550" height ="400">
<param name="movie" value ="D:\IW-Workspace\Ashok\sample\flash\animated_img.swf" />
<param name="quality" value="autohigh" />
<param name="menu" value="true" />
<param name ="play" value="true" />
<param name="loop" value="false" />
<param name ="scale" value ="noborder" />
<embed src="D:\IW-Workspace\Ashok\sample\flash\animated_img.swf" quality="autohigh" play="true" loop="false">
</embed>
</object>
Thanks
Re: Is shockwave object not work in asp.net
Use relative paths, not absolute paths. I've mentioned this to you in another thread.