Problem, French Kbd, Wmode="transparent", FF
Hello! I have a flash that needs to use transparent background. To do that I put the following in my object/embed tag: Code: <param name="wmode" value="transparent" /> wmode="transparent" Everything works fine but I notice a strange problem with Firefox with French keyboard layout - I can not type numbers in the textfield. To type numbers with french keyboard you should press Shift+Number. But instead of numbers i see in the textfield the cherecters that you should see without using Shift key. It's like Firefox ignores my Shift key when typing numbers with French keyboard. This peoblem only exists in Firefox. It works fine in Intenet Explorer.
Fixing this probelm is very important for me because many French will use this application.
I hope someone can help me. Thanks.
Ultrashock Forums > Flash > Flash Professional
Posted on: 2006-06-23
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
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
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' 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
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!
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'
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
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 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 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?
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)
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
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).
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 Transparent Makes My Flash Movie Disappear
Here is a link to the site Cadiplex.
LINK-
http://www.cadiplex.com/portfolio.html
I have a lightbox feature that works fine except for the Flash movie that is shown behind the lightbox image once it is launched. I have tried adding the parameter of wmode=transparent, but when I do so... the Flash movie is no longer visible when you first visit the page. The Flash movie is using a dynamic text variable to display the text that is shown, so I am not sure if this is responsible.
Here is a link to the same page with the transparent parameter added. You will notice the page header "Portfolio" is missing from the top of the content area.
LINK-
http://www.cadiplex.com/portfolio2.html
Any suggestions or fixes?
Todd Temple
[F8] Wmode Transparent Does Not Allow To Write With Changed Locale In TextInput Field
Hello,
here is my problem:
I have a flash movie and on the stage there are several TextInput UI components. Each of them has assigned an event handler. The .swf is embedded into the HTML (i am using SWFObject 1.5 for that, with the addParam("wmode", "transparent")).
I need the swf to be transparent because I want the browser to scroll down/up when the focus is on the .swf (lets say in one of the TextInput fields) AND the user scrolls with the mouse. (By default the scroll does not work over flash)
The other need I have is to put text in the TextInput fields from different languages. For instance, I have Macedonian support installed, and when I press Alt + Shift, the text in the fields will either :
* stay in english (in FireFox)
* some strange hieroglyphic signs will appear instead of letters like " Владимир ".
I recently found out that the problem is the wmode parameter. If I dont use the addParam("wmode", "transparent"), flash writes the letters in Macedonian appropriately. I also want to note that when I only open the swf (without embedding it) it works properly.
I have read somewhere that it is a bug in Flash Player. (My version of Flash Player is 9). Is it true ?
Any sugesstions how to solve this problem, without sacrificing the scrolling ability nor the writing in specific locales ... ?
I'm A French Guy Having French Problem With Flash Héhé Help
Hi!
French ius a beautifull language but I have a problem with the embed of : àçéè etc.
I have dynamic txt field who show my variables (in a txt file...)
So I click on character for the embed panel:
only thoses caracter:
than I check all... Capitals, lowercase, numera, and I add àèé in the field... so when I'm doing the preview àèé are not visible! That not cool!
Thanks!
BEn
Why Does Wmode="transparent" Messup Tabbing Order
i setup everything in flash to tab right with the getFocus and the setFocus, and it works fine. but when i put in a HTML with a wmode="transparent" so that i can have the background transparent it messes it up. i tested it both with and without that variable in there and without it seems to fix it but i need them both. any help?
thanks
WMode "Transparent" Causing Problems With Focus
Has anyone noticed problems when setting the wmode to either
transparent or opaque? It messes up tab orders in IE.
You can see it at http://mmxer.narod.ru/test/avTabTest.html
Click on the "Login" link sets focus to the activeX' first control.
And the Tab won't work in the activeX until we click on it.
Does anybody know a way to activate tabbing in Flash without clicking on the activeX?
Animation Stops When Using Wmode = "transparent"
My animation is stopping and just jumping to the end, whenever I use wmode = “transparent”. Except for Internet Explorer, all the other browsers are having this problem.
See the bubble animation on the right side of this page :
I am using a for loop generate lots of little bubbles to form the speech bubbles. Can anyone see this animation? Not the animation of the photos dropping in.
http://130.94.30.141/fun-stuff/podcasts.htm
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.
Wmode="transparent" Not Working In IE6
HI There I new to this site and to flash.
I was wondering if anybody knows any trick for the wmode="transparent" attribute.
It seems to work fine in Fire Fox but not in Internet Explorer 6 .
This is the code I used:
<div style="position:relative; width:200px; height:200px;z-index:2; ">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="684" height="150" id="HTML_on_top_of_Flash_Test" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="HTML_on_top_of_Flash_Test.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="wmode" value="transparent">
<embed src="/src/img/oceanWater700_150.swf" quality="high" bgcolor="#ffffff" wmode="transparent" width="684" height="150" name="HTML_on_top_of_Flash_Test" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
This is the Location of the page I am working on: http://seaaway.cciflorida.com/
I think it should work b/c I saw an example on page that had the code I used and I was viewing it with IE 6 and it worked on that page... Not sure why it's not working on my page.
If any one know of any way to get this to work properly in Internet Explorer Your help would be much appreciated.
Thanks
|