I don't believe this has anything to do with Superfish or jQuery. Try
adding the following code to your HTML where your Flash movie is
embedded:

<param name="wmode" value="transparent" />

and add the following to the <embed src=...>

wmode="transparent"

so this will be your full code for embedding your Flash movie...

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
swflash.cab#version=9,0,0,0" width="500" height="420" id="index"
align="middle">
        <param name="allowScriptAccess" value="sameDomain" />
        <param name="allowFullScreen" value="false" />
        <param name="movie" value="index_low.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#ffffff" />
        <param name="wmode" value="transparent" />
        <embed src="index_low.swf" width="500" height="420" autostart="false"
quality="high" bgcolor="#ffffff" wmode="transparent" name="index"
align="middle" allowScriptAccess="sameDomain" allowFullScreen="false"
type="application/x-shockwave-flash" pluginspage="http://
www.macromedia.com/go/getflashplayer">
</object>



On Oct 9, 6:50 am, Mark <[EMAIL PROTECTED]> wrote:
> Hi Joel,
>
> I am using superfish on a page with an embeded flash object, the menu
> displays behind the flash. Do you know a way to make it show in front
> of the flash object?
>
> See an example of what I mean 
> here.http://www.newportmirage.com.au/files/VirtualTour/low/virtual-tour-lo...
>
> I have upgraded to jquery 1.2.1 and superfish 1.3.1, however my style
> sheet is a modified version of an earlier vertical example (has it
> been modified for 1.3.1?).
>
> Thanks
> Mark

Reply via email to