Results 1 to 2 of 2

Thread: Flash Image above menu

  1. #1
    Join Date
    Dec 2008
    Posts
    20
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Exclamation Flash Image above menu

    hey

    ive just placed a video file that ive created in flash on my web site. Everything works fine with the video apart from it now placed above the menu bar.

    Is there anyway to "send to back" ??

    http://discos247.co.uk/videogallery.htm

    page when its causing problems.

    Thanks
    Last edited by DIYPARTYHIRE; 09-30-2009 at 09:19 PM. Reason: Sorted!

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Loosely from:

    http://www.macromedia.com/cfusion/kn...fm?id=tn_14201

    Add in this language to your object/embed tag(s) -

    Add the following parameter to the OBJECT tag:

    HTML Code:
    <param name="wmode" value="transparent">
    Add the following attribute to the EMBED tag:

    Code:
    wmode="transparent"
    Or, if you are using two object tags, as can and is sometimes done, add the param tag to both of them.

    If you are using script to generate the tags (as is frequently done to avoid the 'click to activate' feature in some browsers), the wmode transparent must be passed to the script. This is easily accomplished but, varies depending upon the sort of script one uses. Some scripts do it automatically.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •