Results 1 to 2 of 2

Thread: problem with flash z-index positioning

  1. #1
    Join Date
    Dec 2005
    Posts
    133
    Thanks
    23
    Thanked 0 Times in 0 Posts

    Default problem with flash z-index positioning

    my flash will always appear above my content. I do not want this.
    see attachment

  2. #2
    Join Date
    Oct 2008
    Location
    Sweden
    Posts
    2,023
    Thanks
    17
    Thanked 319 Times in 318 Posts
    Blog Entries
    3

    Default

    Add this parameter to the object tag:
    HTML Code:
    <param name="wmode" value="transparent">
    and this to the embed tag:
    HTML Code:
    wmode="transparent"
    Good luck!

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
  •