HomeHomeUsing DotNetNuk...Using DotNetNuk...Administration ...Administration ...menu disappears behind flash-objectmenu disappears behind flash-object
Previous
 
Next
New Post
1/5/2007 1:58 AM
 

Hallo,

i've got a flash-object in my text-module.
Everytime i dropdown my menu it disappears behind the flash-object.

If I dopdown the menu again, it shows up correctly.
Is it a known issue? How to solve this? 

DNN-Version: 3.1.1

 
New Post
1/5/2007 3:58 AM
 

Hi Advin
All "video" uses an "Overlay". Essentially another transparent screen on top of the normal visible screen.
Typically this transparent screen uses a block of colour to "key"  the video or clip to a specific area although other methods exist. Yo may also find some form elements have this same undesirable behaviour.

Many asp.net menus have built in solutions but I am afraid I do not have a solution for DNN although as I came up against this very problem myself  recently I would be interested to know.
Have you Googled this ?  I will try to do so later.  It may also be worth having a look on the Adobe forums. This may be fixable from the Flash side of things rather than DNN.

Edit - a little later.
I googled this and found a couple of JS menu sites with the following (potential) solution (untried).

(Pasted Text)
You can fix this by including a parameter when you embed your flash.
Use: param name="wmode" VALUE="transparent"

For IE type browsers
and

wmode="transparent"

in the embed tag for mozilla firefox browsers.

Hope it works - no time to try yet

Ian

 


Mutate and Survive
 
New Post
1/5/2007 4:56 AM
 

I had the same problem a while back on www.ENCAP.net where the menu disappeared behind the flash file on the home page, and I added the wmode="transparent" and it worked. Here is the code I used to make it work, so you can see what I did (I also used the code from Kirupa so you don't have to 'click to activate' the flash file):
<SCRIPT src="flashobject.js" type=text/javascript></SCRIPT><DIV id=flashcontent style="WIDTH: 700px; HEIGHT: 175px" align=top></DIV>
<SCRIPT type=text/javascript> var fo = new FlashObject("/Portals/0/loader.swf", "animationName", "700", "175", "8", "#FFFFFF"); fo.addParam("allowScriptAccess", "sameDomain"); fo.addParam("quality", "high"); fo.addParam("scale", "noscale"); fo.addParam("loop", "false"); fo.addParam("WMode", "transparent"); fo.addParam("align", "left"); fo.addParam("BGColor", "#FFFFFF"); fo.write("flashcontent"); </SCRIPT>
___________________________

Stephanie
www.FEECO.com | www.ENCAP.net

 
New Post
1/5/2007 4:59 AM
 

Hi Ian,

unfortunately no success. I already tried the wmode="transparent" before and also tested on Firefox and IE 7 but on both it didn't behave the way  i wanted, menu still behind the flash object.
its alos behind it when i use the flash-module instead of the text-module.

I will go on googling and hopefully i can solve this.
I'm a little bit suprised to find such few information about this as i think that this behaviour is not occouring on my site only.

Regards

 
New Post
1/5/2007 5:34 AM
 

I've seen this "solved" by hiding the flash when the user hovers over the menu: like at http://www.minhembio.com/ (it's not DNN but try the menu to see what I mean)

 

 
Previous
 
Next
HomeHomeUsing DotNetNuk...Using DotNetNuk...Administration ...Administration ...menu disappears behind flash-objectmenu disappears behind flash-object


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

Attend A Webinar
Free Demo Site
Download DotNetNuke Professional Edition Trial
Have Someone Contact Me
Have Someone Contact Me
Charlotte DoDNN

Like Us on Facebook Join our Network on LinkedIn Follow DNN Corporate on Twitter Follow DNN on Twitter

Advertisers

PowerDNN
r2integrated
Telerik JustCode Free

DotNetNuke Scoop!

Sponsors

DotNetNuke Corporation

DotNetNuke Corp. is the steward of the DotNetNuke open source project, the most widely adopted Web Content Management Platform for building web sites and web applications on Microsoft. Organizations use DotNetNuke to quickly develop and deploy interactive and dynamic web sites, intranets, extranets and web applications. The DotNetNuke platform is available in a free Community and subscription-based Professional and Enterprise Editions with an Elite Support option. DotNetNuke Corp. also operates the DotNetNuke Store where users purchase third party apps for the platform.