Results 1 to 2 of 2

Thread: Is shockwave object used in asp.net

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Question Is shockwave object used in asp.net

    Hi friends,
    I insert shockwave object in windows application for play a flash file.
    But i couldnt put the shockwave object in web application.What reason?
    I select components many times.But while see the toolbox there is no shockwave flash object.Is not possible or possible to put a flash object in asp.net web application.

    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 used in asp.net

    You need to use HTML code like this for your SWF:

    Code:
    <object width="550" height="400">
    <param name="movie" value="somefilename.swf">
    <embed src="somefilename.swf" width="550" height="400">
    </embed>
    </object>

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