A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: flash in HTML

  1. #1

    flash in HTML

    How do i have a flash movie (595x100) come into an HTML page? Do i call it as <img src> or how else can i do it? Use code to explain it if you can.

    thanx
    Remember me!

  2. #2
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Generate an html page from your movie. The thml page has the object code stuff in it. You can use that or copy the object code stuff from the source of the generated page and paste it to your own page, inside a table. It looks like this:

    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="702" HEIGHT="526" id="newflashbax5" ALIGN="">
     <PARAM NAME=movie VALUE="newflashbax5.swf"> <PARAM NAME=loop VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor 
    
    VALUE=#3F5070> <EMBED src="newflashbax5.swf" loop=false quality=high bgcolor=#3F5070  WIDTH="702" HEIGHT="526" NAME="newflashbax5" ALIGN=""
     TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></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

HTML5 Development Center