/    Sign up×
Community /Pin to ProfileBookmark

Is it possible to keep flash below the popup in website designing.

hi all,
I have a query. Reply fast.

Is it possible to keep flash below the popup menu in [B]website designing.[/B]

I mean,
home,about us,contact etc… These all contain popups menu to different pages. Below that i have my flash.

[B]In the browser the popup menu is dispayed back and flash is visible front[/B].

Now i need flash in the backside and popup menu in front. [B]How can i do it.[/B]

to post a comment
Full-stack Developer

2 Comments(s)

Copy linkTweet thisAlerts:
@Eye_for_VideoSep 01.2009 — It may have to do with the windows mode you are using, or not using.

Window Mode (wmode) - What's It For?

There are three window modes.

Window

Opaque

Transparent

By default, the Flash Player gets its own hWnd in Windows. This means that the Flash movie actually exists in a display instance within Windows that lives above the core browser display window. So though it appears to be in the browser window, technically, it isn't. It is most efficient for Flash to draw this way and this is the fastest, most efficient rendering mode. However, it is drawing independently of the browser's HTML rendering surface. This is why this default mode (which is equivalent to wmode="window") doesn't allow proper compositing with DHTML layers. This is why your JavaScripted drop-down menus will drop behind your Flash movie.

In windowless modes (like opaque), Flash Player doesn't have a hWnd. This means that the browser tells the Flash Player when and where to draw onto the browser's own rendering surface. The Flash movie is no longer being rendered on a higher level if you will. It's right there in the page with the rest of the page elements. The Flash buffer is simply drawn into whatever rectangle the browser says, with any Flash stage space not occupied by objects receiving the movie's background color.
[CODE]<param name="wmode" value="opaque"/>[/CODE]
and
[CODE]wmode="opaque"[/CODE]
if using <object> and <embed>
[CODE]so.addParam("wmode", "opaque");[/CODE]
if you are using swfobject.

Best wishes,

EfV
Copy linkTweet thisAlerts:
@nithi_30authorSep 02.2009 — You got my question and replied exactly wat i want. Hats off.

Video for Eye ?
×

Success!

Help @nithi_30 spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.25,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...