473,545 Members | 2,388 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Accessibility problem when using Flash object and CSS drop menu

I'm working on a site that will have a typical CSS drop menu appear on all
pages. The menu is based on this example:
http://www.htmldog.com/articles/suck...le/bones1.html

Some of the pages will contain a Flash Player 7 object placed just below the
menu where the "Lorem ipsum dolor..." text is on the above example.

The problem is the CSS navigation then falls behind the actual Flash content
which is very user unfriendly. My object code is as follows.

<object classid="clsid: d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macr omedia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=7,0,0,0"
width="200" height="100" id="progressive _component">
<param name="allowScri ptAccess" value="sameDoma in" />
<param name="movie" value="progress ive_component.s wf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="progressiv e_component.swf " width="200" height="100"
name="progressi ve_component" align="middle" allowScriptAcce ss="sameDomain "
type="applicati on/x-shockwave-flash"
pluginspage="ht tp://www.macromedia. com/go/getflashplayer" />
</object>

I've seen the same error on many commercial sites but not any site where it
has actually been successfully solved. Does anyone here know if a cross
browser solution exists that can get the menus in front of Flash content?
Oct 5 '05 #1
3 2384


Webmaster wrote:

The problem is the CSS navigation then falls behind the actual Flash content
which is very user unfriendly. My object code is as follows.

<object classid="clsid: d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macr omedia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=7,0,0,0"
width="200" height="100" id="progressive _component">
<param name="allowScri ptAccess" value="sameDoma in" />
<param name="movie" value="progress ive_component.s wf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
Check the Flash documentation on wmode, on some platform in some browser
you can use e.g.
<param name="wmode" value="transpar ent">
<embed src="progressiv e_component.swf " width="200" height="100"

wmode="transpar ent"

to have the Flash movie rendered in the same z-level as the other
content respectively to have CSS z-index determine the stacking order.

--

Martin Honnen
http://JavaScript.FAQTs.com/
Oct 5 '05 #2
Webmaster <sp*******@mail inator.com> wrote:
My object code is as follows.

<object classid="clsid: d27cdb6e-ae6d-11cf-96b8-444553540000"


[snip rest of horrible MS code]

There is no need for crap code like that, Google for "flashsatay ".

f-up to comp.infosystem s.www.authoring.html

--
Spartanicus
Oct 5 '05 #3
> to have the Flash movie rendered in the same z-level as the other
content respectively to have CSS z-index determine the stacking order.


Thanks for this trick. I tested on Explorer and Mozilla on Windows but
unfortunately it does not work on Mozilla Linux.
Oct 5 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

52
4372
by: Harlan Messinger | last post by:
Can you help me figure out what to do about popups? Sometimes we develop web applications where popups make very good sense for precisely the same reasons they make sense in traditional locally-installed application interfaces. I understand some people object, on grounds having nothing to do with disabilities, to links that generate new...
9
2290
by: Barbara de Zoete | last post by:
I am getting more and more confused as to the meaning of the words 'accessibility' and 'usability' *in the context of the world wide web*. What do these two words mean? How do they differ from one another? Where does the meaning overlap, if it does? Where do they perhaps conflict with one another, if they do? Can anyone please explain to...
2
2731
by: Byron | last post by:
Hey, I just noticed a little quirk in two different javascript drop-down menus on two different sites: On each site, the part of the menu that expands gets hidden behind flash objects on the page. Here's an example:
54
4310
by: richard_quick_uk | last post by:
Hi, If anyone's got the time I'd really appreciate any feedback on the accessibility of this site: http://www.cata.co.uk/_index.a­sp
0
2114
by: Veli-Pekka Tätilä | last post by:
Hi, My first post here. I've found some serious accessibility flaws in the Python 2.4 docs and wish they could be rectified over time. I'm very new to Python and initially contacted docs at python org, However, I haven't gotten a reply for a week or so, and figured out I could post here for a larger audience, then. Original message...
5
2407
by: Dan | last post by:
Hi, I'm going crazy here, please help. I have a parent page that has a user control on it that bubbles up data from a dropdown menu. The drop down menus are populated by a set of radio buttons, each populates the drop downs with unique data. All works well, you check a radio button and the onbubbleevent fires loading the drop downs. A user can...
2
1473
by: fredda054 | last post by:
Hi everybody ! I have a problem with a Flash movie. I just want to put an existing ..swf-file into my aspx web form. I've added the "Shockwave Flash object" COM component to the toolbox list, (the web forms tab), and I drag it from the toolbox menu and drop it the table cell where I want it displayed. I then just change the auto generated...
7
1194
by: =?Utf-8?B?TWlrZSBMb2dhbg==?= | last post by:
This page: http://msdn2.microsoft.com/en-us/library/ms227996(VS.80).aspx at the top says "ASP.NET server controls cannot be used in applications that must be 100 percent conformant with Web Content Accessibility Guidelines 1.0 (WCAG) priority 1 guidelines. In those cases, you must avoid using the controls." It would be nice if the page...
2
1569
techtherapy
by: techtherapy | last post by:
Hello everyone. Not sure if I should be posting in the javascript forum, the flash forum, or this one since the problem deals with all three! So my issue is this: My company is updating a homepage on a site that uses mm_menu.js drop down menus and we have a flash object that will be sitting virtually underneath a few o these drop downs. ...
0
7420
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
1
7446
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7778
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6003
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
3476
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3459
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1908
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1033
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
731
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.