A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Flash In Html

  1. #1
    Senior Member
    Join Date
    Mar 2004
    Posts
    179

    Flash In Html

    Howdy, I'm about to embark on setting up a webpage, and while I know how to set up a full flash site, I'm looking to integrate several flash movies in an html page. If anyone knows of a tutorial that goes over placement (the placement code in HTML would be the most "difficult" part nothing else fancy on the HTML), that would be awesome. Thanks.

    Also (and this assumes I have multiple movies on a page), is there a way for one movie to control another movie on the page. . .meaning a menu bar is one flash file, and the content area is another.

  2. #2
    Living Proof mave_the_rave's Avatar
    Join Date
    May 2002
    Location
    East Dulwich
    Posts
    1,006
    This is the code to place a .SWF file into an HTML file.


    <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="880" HEIGHT="600" id="stage" ALIGN="">
    <PARAM NAME=movie VALUE="YOUR.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#333333>
    <EMBED src="YOUR.swf" quality=high bgcolor=#333333 WIDTH="880" HEIGHT="600" NAME="" ALIGN=""
    TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT>
    If someone tells you it can't be done,
    it's probally because they don't know how.

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