| |
|
Welcome to KnowledgeSutra - Dear Guest | |
I Need Some Help With Flash And Div Overlay
#1
Posted 12 May 2008 - 05:05 AM
I have a problem with one of my designs at the moment. Here's the problem:
I have a flash game in the middle of a page. However, the site navigation has dropdown menus that go on top of the flash. Now, the navigation works if I use "wmode = transparent" or "wmode = opaque" in the flash code. Yet, there is another problem: In Internet Explorer (I'm running version 7) the arrow keys "up" and "down" in most flash games will not work properly. Instead, they will make the page scroll up and down, even if the flash file has focus. This situation does not exist if I don't define a "wmode" (meaning that wmode = Window). However, I have some things that need div tags to be displayed OVER a flash presentation, and it just annoys me that Internet Explorer (only) will not allow this without messing it up.
Sorry I don't have an example right now, because everything is on localhost. However, if someone doesn't understand what I mean I can provide more info or create a dummy example.
Thanks to everyone who has taken the time to read this or help me.
#3
Posted 12 May 2008 - 07:02 AM
#6
Posted 05 September 2008 - 10:53 AM
Just wondering if you had any joy with this? I'm coming up against exactly the same problem, with a css drop down requiring the flash game to be transparent for it to overlay and then the arrow keys controlling both the game and the window in IE, leading to a big headache, I can't seem to find any ways of getting around this.
Any help would be greatly appreciated.
Thanks in advance
Ben
#7
Posted 02 November 2009 - 07:52 AM
hi,dear all..
how can create flash video in our html website using light box? light box automatically loading, and background transparent eg:- http://www.Zombieland.Com
please help me
-reply by nisam
#8
Posted 30 November 2009 - 10:21 PM
I did it! Use a scrollable table with table dimensions larger than the object dimensions & overflow set to auto (but so that there is no overflow). It prevents a scrollbar from appearing but nonetheless activates the arrows to function without scrolling the page. Here's some example code:
<div style="overflow:auto; height:440px; width:440px">
<table cellpadding="0" cellspacing="0" style="width:440px">
<tr><td><center>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="360" width="300">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="movie" value="http://www.Bofunk.Com/games/pacman.Swf" />
<param name="wmode" value="transparent" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" src="http://www.Bofunk.Com/games/pacman.Swf" height="360" width="300" wmode="transparent" />
</object>
</center></td></tr>
</table>
</div>
-reply by Mark Morris#10 Guest_Narita Express_*
Posted 08 February 2012 - 02:15 AM
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users















