A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: [F8] Displaying Clips Outside of the Frame?

  1. #1
    Member
    Join Date
    Jul 2006
    Posts
    75

    [F8] Displaying Clips Outside of the Frame?

    Hey, how do I embed a menu into a website that when you role over the buttons can extrude out of the frame over the site? Ive seen it done many times in menus AND in adds. Does it have to do with the way you embed it or is there a process you go through in flash?

  2. #2
    doItLikeThis
    Join Date
    Jan 2004
    Location
    :noitacoL
    Posts
    1,080
    In the flash's html file
    add the following to the object tag:

    <param name="wmode" value="transparent">

    and in the EMBED tag add this line:

    wmode="transparent"
    -Aditya

  3. #3
    Member
    Join Date
    Jul 2006
    Posts
    75
    This is exactly what I put in, yet it doesnt show up.
    Code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="256" height="224" id="Irata Menu" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="wmode" value="transparent"> 
    <param name="movie" value="http://wild8900.googlepages.com/horiz_menu_dropdown.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="http://wild8900.googlepages.com/horiz_menu_dropdown.swf" quality="high" bgcolor="#000000" wmode="transparent" width="340" height="45" name="Irata Menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </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