Problem In Firefox With OnMouseMove When Wmode=transparent
I don`t get coordinates from event onMouseMove outside the flash box in browser firefox
Adobe > ActionScript 1 and 2
Posted on: 10/12/2007 01:08:04 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Wmode 'transparent' In Firefox 3
I don't know if you have come across this problem.
Site Here
Just upgraded to FF3 and WAM Transparency is not displaying correctly. I can only assume this is a browser issue.
Fine in IE
Any ideas.
Rich
Flash Wmode Not Really Transparent In Firefox
So my Flash navigation in Firefox isn't really transparent. I mean, everything below the flyout navigation appears just fine and in this sense it is transparent. But I have some links there that cannot be clicked in Firefox, works great in IE7. I'm using swfobject with an addParam("wmode", "transparent");
Anybody else ever have this problem? I'm pretty sure I can make a workaround with JavaScript but I'd really rather not do this if at all possible.
Thanks
Jeff
Wmode Transparent Windows Firefox
I thought flash was browser independent.. apparantly not.
i have a flash movie that works fine in ie 6, ie7, ff apple but not in ff windows.
all browsers have flash player v9. movie is made in v8.
its placed like this (i made the style inline instead of css for easy viewing):
CODE<div style="position:absolute;width:100%; height:100%;overflow:hidden;left:-8px; top:-8px;z-index:100;">
<div style="position:relative">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="1280" height="1000">
<param name="movie" value="sticky.swf?admin_id=3" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="sticky.swf?admin_id=3" quality="high" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="1280" height="1000"></embed>
</object>
</div>
</div>
Wmode Transparent, Input Text And Firefox
Hello friends.
Now we all like wmode=transparent. Well many of us (i like to be inclusive ) anyway...I seem to have a problem with it now though. When setting it in my object and embed I do not see my blinking curor dissapears. Some text inputs have decided to stop working all together. Has an anyone else encountered this problem?
Thanks...
V.
Flash In Firefox WMode=Transparent Problem
Hi,
I recently added a flash video to this page: http://www.aga-web.co.uk/48.htm.
In IE it works fine and all links behind the flash movie can be linked. But if you view the page in FireFix 2.0, it shows the links behind the video, buy you cannot access them. The embed code im using is:
------------------------------------------------------
<script type="text/javascript" src="http://www.agalinks.com/siteimages/site_101/FVideo/swfobject.js"></script>
<div id=flashcontent style="position:absolute; top:20; left:20; width:329; height:243; z-index:1; padding:0px;">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="418" height="244">
<param name="movie" value="http://www.agalinks.com/siteimages/site_101/FVideo/DemoVideo.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="http://www.agalinks.com/siteimages/site_101/FVideo/DemoVideo.swf" width="418" height="244" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed></object>
</div>
<script type="text/javascript">
var so = new SWFObject("http://www.agalinks.com/siteimages/site_101/FVideo/DemoVideo.swf", "DemoVideo.swf", "418", "244", "8");
so.addParam("wmode", "transparent");
so.write("flashcontent");
</script>
------------------------------------------------------
Please help, I can't find the answer on the internet.
Thanks
Aga-Web
Wmode:transparent,interactivity Issue --- Firefox
Hello everybody,
I post a similar thread before, but maybe it was a little mixed up, after trying a menu on the server many times, i found that it has a big problem; when displayed in firefox, I mean, the transparency works fine, but the buttons (over the iframe "contents", because part of the flash menu is over an iframe) are useless. But when I put the iframe completely below the flash menu, buttons work again!... I'm not sure if this is a bug in firefox, i searched some and looks like many people have problems with using flash interactivity w/transparency in firefox., well here are the two examples I made, if someonecan help me it with be really cool, cause I already did it and client likes it, but if its never going to work i might make something different...
1)http://www.manuelhuertas.net/ozomate/ozomatemenu2.html
(this is how the menu should be over the iframe but buttons aren't working)
2)http://www.manuelhuertas.net/ozomate/ozomatemenu.html
(this is the same menu, but as I mentioned the iframe completely below the flash menu)
High CPU For Wmode=transparent On IE (Firefox Is Fine)
I've got a transparent Flash embed in a <div> with a tiled background image, and the CPU usage is near 50%. I can understand the CPU usage being high with wmode=transparent, but it only happens in IE; Firefox is more reasonable (10%).
Anyone else notice significantly higher CPU usage in IE? (for wmode=transparent on a div with a background image).
Firefox Doesn't See WMODE="transparent"
Hi there,
I've got some nice flash buttons on my site. They work fine and the buttons have a transparency setting that works fine in IE6 and Netscape7.
However, I've just installed Firefox 1.0.4, and the transparency is no longer, no longer visible, if you get my drift. You get the buttons, but this 'visible' background.
For IE I use: - <PARAM NAME="wmode" VALUE="transparent">
no worries
For Netscape I use: - WMODE="transparent"
again, no worries.
Any idea what to use for Firefox?
It's a bit of a concern seeing that this browser's usage statistics are around 20% now.
Cheers,
Bes.
<param Name="wmode" Value="transparent" /> And Firefox
I have the following flash object code in my html code. In the code is <param name="wmode" value="transparent" /> and I need it for my website. It is working fine in IE7, Opera 7.5, Apple Safari but not properly with Firefox. Mouse clickable Flash items aren't working properly. Keystrokes for zoom-in/zoom-out is not a problem.
I don't want to use <embed> .... /embed> because I want to have my site xhtml validated
<object type="application/x-shockwave-flash" data="*/map_53.swf?host=* codebase="*" width="747" height="336">
<param name="movie" value="*/site/map_53.swf?host=*" />
<param name="quality" value="High" />
<param name="wmode" value="transparent" />
<param name="base" value="map_53.swf?host=*/" />
</object>
Is there anyone with a solution for this, I have already checked many sites including adobe and listapart
thanks for any help
Hans
Wmode=transparent
OK, so I have read all the articles about getting my popup menus to show over flash - and successfully got it working on one site. However, my new site in development, despite my attempts to copy the info, is not. Can you please help?
Site with Error
I am thinking it may have something to do with the background being a PNG import but am unsure.
Please help and thanks in advance.
Wmode > Transparent
Hi there.
Ive got problems with my site because im using the transparent window mode. My site is just big enough for 1024 x 768, but when you view it on 800 x 600, you have to scroll for the bottom part. Now the weird thing is that the bottom part which does not display until you scroll doesnt load correctly, it sort of dissappears, and when you click, everything appears. Then the worst part is that all the buttons on that bottom section does not work. If you feel like setting your res to 800 x 600, go have a look at http://www.artificialstudio.com .
I know that 800 x 600 is stone age and all, but I live in South Africa, and in this country, lots of people still tend to use 800 x 600 monitors, so I do actually need a solution for this.
Thank you very much.
L.
Wmode Transparent
Hi everyone. I have thiswierd problem with transperent mode.
If i use transperent mode, my galleries button will choke on motion tween or action script by using friction. (ignore yellow boxes) this is a link of xample of transperent mode
with wmode transperent
and than if i do not use wmode transparent it works fine. as you can see in 2nd example
no wmode transperent
thank you in advance.
cheers
Firefox 3 Bug? Or My Bad? Or WMODE Again?
Hello there:
usually I don't post questions, because mos of my questions can be answered via Google, which most of the times shows me answers from here.
please go to the following URL using any browser except FF3
http://www.urod.cl/ (choose english, then, "lawyers")
Now go to the same section in the same URL using FF3...
Now the list component just isn't there!!!!, this only happens using FF3 , have tried IE6, IE7, FF2, Chrome, and in every one works perfect, the strange thing is that we hadn't noticed until today, and this site has been up for quite a while.
don't know if this is also happening on MACs
I need to know why this is happening, or what can I do... ¿could it be the WMODE? I know one can always code the list component again, but I don't want to.
any help would be appreciated...
Wmode = Transparent W/_xmouse
I have a couple swfs overlapping each other on an HTML page. The top swf is a feedback box that displays feedback from the other swf on ther page which is an interaction.
The problem I'm having is displaying a custom cursor when the user is over the feedback box. For this I need to use _xmouse and _ymouse so the cursor knows where it needs to be. In wmode transparent, when I move the cursor off of an object, such as the feedback box, Flash seems to no longer be able to tell where the mouse is.
I tried putting a solid fill covering the whole feedback box swf area and then set it to an _alpha of 0 so Flash would alway be over something, and that works, except now the interaction doesn't work.
Any thoughts?
_t
Is There An Alternative To Wmode=transparent?
I have recently completed this website:
http://www.cramcrew.com/
On the main page, the drop down menus will work just fine in Firefox, but they will not work UNLESS I put in the wmode=transparent function in the embedding. However, the downside to doing this is that it slows down the flash considerably.
Here is the file without wmode=transparent: please note that in IE the dropdowns seem to get stuck...?
http://www.cramcrew.com/index2.asp
Feel free to check my css file to make sure my z-indexes are correct. I really just want it to work in IE but I also want it to be fast!
Mozilla + Wmode = Transparent
Hi All,
In my application i m using wmode = "transparent" in the flash "embed" tag.
But the startDrag is not working proper in the mozilla browser.But In netscape and IE it is working properly
Can Any One suggest a solution?
or i m guessing it wrong
Any help would be great?
Regards
Sumeet Kumar
WMODE=TRANSPARENT Problem
I've used the following code to make a flash movie transparent on a page:
Code:
<param NAME="wmode" Value="Transparent">
This works, but only for some flash files.
If I'm using a flash movie that has duplicated MCs in it, it won't work. You can't see anything at all.
Here's an example of what I mean:
http://www.rightsys.com/temp/flash_test/
There are two copies of the same flash file.
The top movie has the transparent code applied to it, while the bottom one doesn't.
Why doesn't the top movie display??
Blurfilter And Wmode Transparent
Hi guys
Im trying to make a transparent page by calling the wmode with the SWFobject.
The thing is that my movieclips with blurfilters disapear but it works when I remove the filters, anybody got a solution?
Components And Wmode=transparent
I'm having a weird issue... I've got a couple instances of the button component in a flash file... I absolutely have to have wmode=transparent set for this so that z-indexing will work properly in the CSS (trust me, it has to be this way)...
Anyway, when I have it set, the button components just show up as the text. The border, background, etc is gone and the font defaults to Times. This is definitely not the desired behavior.
What's going on with this? How can I fix it?
Wmode = Transparent And Mousewheel
Hi,
Is there a fix for the mousewheel when using wmode=transparent in anything other than ie?
http://arulprasad.blogspot.com/2006/...used-with.html
This problem seems to have been around for a while and I am wondering if any fixes have been published?
Thanks,
w33b
WMODE=TRANSPARENT Problem
I've used the following code to make a flash movie transparent on a page:
Code:
<param NAME="wmode" Value="Transparent">
This works, but only for some flash files.
If I'm using a flash movie that has duplicated MCs in it, it won't work. You can't see anything at all.
Here's an example of what I mean:
http://www.rightsys.com/temp/flash_test/
There are two copies of the same flash file.
The top movie has the transparent code applied to it, while the bottom one doesn't.
Why doesn't the top movie display??
Wmode=transparent On Top Of Div With Opacity=0.5
I am trying to create an overlay/lightbox effect to play a flash movie that contains transparency. I have verified my stacking contexts are ok, the are like this:
<div id="doc">a bunch of html</div>
<div id="overlay"></div>
<div id="flash"><embed.../></div>
So I am trying to layer a transparent layer using #overlay { opacity:0.6; }, then i have my flash layer that is positioned on top of that using standard CSS positioning. My results are that whenever the opacity on #overlay is anything but 1, the flash does not appear.
I have tried using wmode="transparent" and "opaque", the only way to get the flash to appear is to use opaque or window. Again, no flash is displayed when #overlay has opacity < 1 and wmode=transparent.
Here is an example to explain: http://phormat.com/lightbox.html
Wmode Transparent Issue
hello,
So I am told that in order to have dhtml elements expand over a flash moive you need to set the wmode to transparent. Only problem - when you set the wmode to transparent the flash functions and buttons are not accessible???
What can be done?
This site seems to have done it (delta )
Wmode=transparent Sucks?
right now i have my site set up so the background .gif is repeated in the html, but when i use "<param name="wmode" value="transparent" />" in my html, about half the links on my flash site do not work. when i remove "<param name="wmode" value="transparent" />" all the links work great. if i can not use "<param name="wmode" value="transparent" />" is there any way i can make my background stetch in flash, while keeping my content centered?
thanks!
[MX04] Wmode In Firefox
save me from pulling my hair out, please!!!!!
this thread is cross platform html and flash
i have an html table
one of the cells has three layers using z-index
layer 1) the backgorund jpeg of the cell
layer 2) the a href text links
layer 3) a flash movie
here is the sample site
www.freewebs.com/audio_data01
my problem is that firefox can see the hidden a href links but they are "dead"
when i test in internet explorer the same hidden a href links are "active"
hence the reference earlier about my hair !>.<!
i have used the window mode function to uncover the a href links
wmode="transparent"
i have found one example site that uses this effect that works
please see here.........
http://toronto.bluejays.mlb.com/index.jsp?c_id=tor
as you can see, the video (on thte right hand side) slides down to uncover the a href html links and they ARE active in both IE and FF
as you can also see, this effect IS do-able
i have found about 40 zillion posts about this problem with no success so i thought i would try a flash forum
again, please help save my hair
thanks, sophia
Wmode - Mozilla Firefox
I'm new to flash and have a web banner that was created in flash. I have
dropdown menus above the flash banner, whcih cause the menus to display
behind the flash web banner.
I set the wmode property to transparent for the flash object. The dropdown
menus are no longer hidden behind the flash object in IE and Netscape. But,
Firefox is still causing the menus to display behind the flash object? Is
there a way to correct this in FF?
Thank you.
WMODE Firefox Issue
I have a flash file that expands over an html page. In Firefox, the (html) links behind the transparent area of the Flash file don't work.
Does anyone know of a fix for this?
See it here: http://www.sandmaninteractive.com/test
My .js file that loads the SWF looks like this:
// JavaScript Document
document.write('<div ID="swf" style="width:800px; height:600px; top:0px; right:0px; position:absolute;">');
document.write('<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="800" height="600" wmode="transparent">');
document.write('<param name="movie" value="peel.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent">');
document.write('<embed src="peel.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="600" wmode="transparent"></embed>');
document.write('</object>');
document.write('</div>');
//Thank you so much for your help
Wmode=transparent In Embed Tag For Netscape
Can anyone help?
I have the beginings of a flash site at: http://www.visualpercepts.net
This works fine in MSIE. However in Netscape 7 when I use the wmode=transparent attribute in the embed tag it causes the menu buttons not work.
The buttons are not flash component buttons but my own creations.
I have tried creating a hit area over them but the problem still persists.
n.b. I have used wmode=transparent because I wanted gradient backgrounds which I have handled in HTML because when using flash gradient backgrounds they seem to slow down processing and the only way I know how to get to view them in flash is to use wmode=transparent.
If I remove the wmode=transparent from the embed tag and use bgcolor instead then the buttons work ok in Netscape so it is definitely a problem with the wmode=transparent attribute.
Can anyone suggest a workaround to solve this problem?
n.b. this site is still under development so menu buttons do not go anywhere except the exit button.
TIA,
Rob Champagne
Transparent Wmode And Mouse Movement
This isn't directly a Flash question, but it's related.
I've got a full-page Flash overlay using wmode="transparent". Inside the SWF, I've also got something tracking the mouse using _xmouse and _ymouse. The problem is that unless the mouse touches something inside the SWF, it doesn't update Flash's mouse coordinates.
I know I could solve this by making a movieclip with 0% alpha and stretch it over the whole stage. Unfortunately, that also means I won't be able to click on any of the text behind the Flash overlay, including links (which is no good). Is there some way to fix this, perhaps through Javascript? I thought that there was some way to pass in mouse coordinates to Flash through Javascript.
Transparent Background (wmode=crap?)
Okay...
I'm making a site that will use a Flash movie in the upper portion of the pages, basically a 900 x 200 "banner". I tried using the wmode=transparent feature with no success. I read that others were having problems, mostly because of the same old browser/plugin version combo crap. Ultimately if it isn't going to work consistently then I'm all for not doing it and save myself the headaches.
I tried:
<param name="wmode" value="transparent"> in the object tag,
wmod="transparent" in the embed tag, and
'wmode', 'transparent' in the AC_FL_RunContent () function.
No joy!
The only other thing I can think of is to treat the Flash in question as a "slice" and slip a .png in it's background so it just appears transparent. This brings up the issue of that ugly white initial appearance of the Flash movie as it starts to load.
So this ends up being a two-part question:
Is there actually a way to get wmode=transparent to work correctly on most browsers WITHOUT a big hassle?
If that's a no-go, can anyone advise me on a way to hide the entire Flash movie until the background image is loaded, so the initial white background won't muck up the overall look of the site? I'm assuming there's got to be a way to send an event to the page when the image is loaded?
Wmode = Transparent And Active Content Fix
I'm trying to set the bg of a an swf to transparent...my problem is it doesnt seem to work when you impliment the Adobe version of the Active content fix (AC_RunActiveContent.js).
Has anyone figured out how to pull it off?
Re: Wmode = Transparent And Active Content Fix
"__icarus__" <webforumsuser@macromedia.com> wrote in
news:f49vcu$mdh$1@forums.macromedia.com:
> I'm trying to set the bg of a an swf to transparent...my problem is it
> doesnt seem to work when you impliment the Adobe version of the Active
> content fix (AC_RunActiveContent.js).
>
> Has anyone figured out how to pull it off?
>
use
'wmode', 'transparent'
Help Needed With Swfobject.js And Wmode=transparent
Hopefully someone else has ran into this issue...
On our company's homepage, I've got a flash object that is now sitting below a drop down menu. I need to have the flash element stay behind the drop down menu when the menu appears.(http://www.edinarealty.com) The offending menu is from the top horizontal nav "Find a Home". (Should work in IE not in FF).
I found that wmode=transparent should fix this problem, but since flash is being written to the page from the js file, I am a bit unsure where to add it. So far I've put the wmode=transparent within the code below (Just a snippet of the swfobject code that I got from http://blog.deconcept.com/swfobject/):
CODEvar _1c="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");
}
_1c="<embed type="application/x-shockwave-flash" src=""+this.getAttribute("swf")+"" width=""+this.getAttribute("width")+"" height=""+this.getAttribute("height")+""";
_1c+=" id=""+this.getAttribute("id")+"" name=""+this.getAttribute("id")+"" ";
var _1d=this.getParams();
for(var key in _1d){
_1c+=[key]+"=""+_1d[key]+"" ";
}
var _1f=this.getVariablePairs().join("&");
if(_1f.length>0){
_1c+="flashvars=""+_1f+""";
}
_1c+="/>";
}else{
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","ActiveX");
}
_1c="<object id=""+this.getAttribute("id")+"" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width=""+this.getAttribute("width")+"" height=""+this.getAttribute("height")+"">";
_1c+="<param name="movie" value=""+this.getAttribute("swf")+"" />";
var _20=this.getParams();
for(var key in _20){
_1c+="<param name=""+key+"" value=""+_20[key]+"" />";
}
var _22=this.getVariablePairs().join("&");
if(_22.length>0){
_1c+="<param name="flashvars" value=""+_22+"" />";
}
}
//Here is the code I've added
_1c+="<param name="wmode" value="transparent" />";
_1c+="<param name="embed" value="transparent" />";
//End of the code I've added
_1c+="</object>";
return _1c;
Wmode In Firefox Links Don't Work
I'm having a problem with using the wmode transparent in firefox. Everything works fine but the html links underneath the flash movie aren't clickable anymore.
Does anybody know how to solve this problem? I've been trying to figure this out for a week and I'm running out of time.
Please help.
Wmode, Overflow:hidden, Firefox, Help
Ok. I have a problem.
I have a video player that I'm creating that can be dynamically sized. The SWF will reside in an absolute-positioned div that has overflow:hidden. The SWF is set to not scale, and the viewable area is clipped by the div's viewable area.
Ok, not a problem.
Then, I wanted to have the SWF be transparent. wmode="transparent", here I come. Ok, that's fine. The SWF can be viewed fine in it's clipped div in both FF and IE.
So now, I want to add the capability of going fullscreen. Ok, apparently fullscreen CANNOT be used with wmode="transparent" or wmode="opaque". Ok, I can live without the SWF being transparent. Bye-bye, wmode parameter.
BUT now, in FireFox, without wmode="transparent" or wmode="opaque", the overflow:hidden is IGNORED for the SWF! The whole damn huge SWF appears regardless of the div's overflow.
Is this a bug? Is there any way around it other than using wmode (and therefore, losing fullscreen capability)?
This is really frustrating - Fullscreen is such a good feature, but all the caveats are making it less and less usable.
Any help is appreciated.
Flash Still Plays Over Menu Even W/ Wmode=transparent
I have a flash movie right below a menu with dropdowns. I have set this:
Code:
<param name="wmode" value="transparent">
and some of the flash still plays over the menu when a menu item is selected with a dropdown. Any ideas?
Html Text Under A Wmode:transparent Swf Not Selectable?
I searched and searched.
http://www.paulkramm.com/testing/dropdown/test2.html
Anyway, I have a swf sitting in a layer above html text. It's set to wmode transparent, and looks fine. it stays small until rolled over, then the buttons slid out as expected. However, when the swf buttons are still hiding, the html text in the area that the swf buttons will eventually occupy is not selectable when directly clicked.
Any solution?
Wmode Transparent Screws Up Character Mappings
Yep, this has been discussed extensively before: http://www.5etdemi.com/blog/archives...ks-textfields/ , and I just ran into it again. I need wmode=transparent for a project I am doing, and the input text fields are screwed up for non-english keyboards on BOTH FF1.5 and IE6 (that I tried). When switching to cyrillic, on FF1.5 the US keyboard layout appears to be in effect instead, while on IE6 the characters that reach the text field are some strange gobbly-gook like "@CAA:89". Copying and pasting works just fine, though. Well, I am not expecting a workaround to magically appear, but if anyone knows please do mention it
Flash Menu In Layer With Wmode Transparent
I made a flash header with a drop-down menu.
I placed the swf in a layer on top of the html-content of the website.
Problem:
All links that are right under the swf-movie (aka the layer) are not clickable.
How can I solve this problem so that all content underneath the layer with the swf is acessible ?
check out the following link to see the problem:
http://marco.dutch-cms.nl/index.php
Wmode Transparent Not Working With My Flash Movie
I have added the AJAX lightbox scripts and the image pops up accurately but the Flash movie with the navigation at the top, which HAS the "wmode" parameter added, shows through. Just the buttons. Any reasons why?
LINK-
http://www.voldev.com/test/residential-development.html
Thanks in advance!
Flash Losing Background When Wmode='transparent'
hi all,
having a small problem where my flash is not retaining it's background.
i've inserted flash with use of swfobject js and i've set wmode to transparent.
Code:
script type="text/javascript">
var flashvars = {};
var params = {};
params.menu = "false";
params.quality = "best";
params.scale = "noscale";
params.bgcolor = "#ffffff";
params.wmode = "transparent";
params.allowfullscreen = "true";
swfobject.embedSWF("main.swf", "return-home", "125", "290", "9", false, flashvars, params);
</script>
when i load up the HTML in the browser, the white background i have in my flash movie dissapears, leaving only the text. I've set the white block as a graphic object.... still no luck. it keeps dissapearing.
my CSS on my flash div is:
Code:
div#return-home {
z-index: 2000!important;
float: left;
}
div#return-home { overflow: hidden;}
div#return-home:hover { overflow: visible; }
HTML is simply the require DIV... <div id="return-home">alt conetnt</div>
Any ideas? thanks a bunch
WMODE And Firefox Transparenct Click Threw
Hello,
I've read that Firefox 1.0 or higher should allow this
http://www.inet.hr/~sazivano/FlashMove.htm
to work.
The transparency does work fine.
My question is..Does anybody know how to make the click work.
I can't click threw the transparent flash.
any helf would be awesome.
Thanks,
BlissMX
Wmode=opaque Creates A Problem In Firefox
Hi all,
I've just noticed this issue(or perhaps a bug?) in firefox 1.03/1.04. When the wmode parameter in HTML is set to opaque/transparent, the hover areas in flash will be "displaced" when scrolling the whole html document.
To reproduce this issue/bug, use firefox to visit http://mnjul.net/hoppertemp/ when it finished loading, resize the browser window to a smaller size so that you get the vertical scroller.
Now, scroll the page all the way down, and then half-way up. You should notice that all the button hover areas are "displaced".
Is there any workarounds for this issue if I have to use wmode=opaque? The reason for using wmode as opaque is because I will be placing a google ad on top of the flash content.
Thanks a lot
|