|
|
|
#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 |
|
1 2 3 make way 4 da Indian
Join Date: Jan 2004
Location: :noitacoL
Posts: 1,074
|
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 |
|
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> |
|
|
|
![]() |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|