Results 1 to 2 of 2

Thread: Is shockwave object not work in asp.net

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up 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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: Is shockwave object not work in asp.net

    Use relative paths, not absolute paths. I've mentioned this to you in another thread.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width