As Nathan said, you definitely don't need to modify swfobject.js. opaque and transparent will both allow html elements to render over your Flash movie, but unless you need to show some background layer THROUGH your flash moveie, then opaque is the way to go (less cpu usage / less bugs etc)
You seem to be using the old swfobject 1.x notation. We don;t actively support that version any more, so I would suggest you download the 2.x swfobject library (latest = v2.2) Have a read of this tut. Should have all you need. http://learnswfobject.com/advanced-topics/placing-html-elements-over-a-flash-movie/ Cheers, Aran On Tue, Jun 22, 2010 at 6:02 AM, Nathan Mynarcik <[email protected]>wrote: > You shouldnt have to add it to the JS file. Try using "opaque" instead of > "transparent". See if you get different results. > > > On Mon, Jun 21, 2010 at 3:54 PM, Birdwing Designs < > [email protected]> wrote: > >> The dropdown menu on my site is being hidden by the flash banner in >> some browsers in Windows. I've added: >> so.addParam('wmode','transparent'); >> to the object embed, but I believe I need to add this parameter >> somewhere in the swfobject.js file as well, and I don't write >> javascript or know what to add where. Any guidance would be most >> appreciated. >> >> Thanks, >> Lisa >> >> Here's the site: http://cemproductions.org >> >> -- >> You received this message because you are subscribed to the Google Groups >> "SWFObject" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<swfobject%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/swfobject?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
