Results 1 to 3 of 3

Thread: Flash

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2006
    Posts
    128

    Flash

    Is it Possible To integrate Macromedia Flash into Aspnet? If possible Please guide me alittle as in how can i do it

  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: Flash

    It's possible to place a flash applet on any page. It's just a bit of HTML code that you need.

    Code:
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="320" HEIGHT="240" id="Yourfilename" ALIGN="">
    <PARAM NAME=movie VALUE="Yourfilename.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#333399> <EMBED src="Yourfilename.swf" quality=high bgcolor=#333399 WIDTH="320" HEIGHT="240" NAME="Yourfilename" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>
    All you need to do is substitute the 'yourfilename.swf' with... er... your file name. Dot swf.

  3. #3
    Banned timeshifter's Avatar
    Join Date
    Mar 2004
    Location
    at my desk
    Posts
    2,465

    Re: Flash

    I've answered this question a couple times... you may or may not need to specify the width and height of the object. Depends on its' temper. If you need more help, do a search. There's more than a few threads about this topic.

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