Results 1 to 2 of 2

Thread: import flash swf movie into aspx web form

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2005
    Location
    Macedonia
    Posts
    49

    import flash swf movie into aspx web form

    how to import flash swf movie into aspx web form

  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: import flash swf movie into aspx web form

    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