How to get flash swf’s below menus

Forums Forums Menus How to get flash swf’s below menus

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #281
    dred
    Member

    I was having a problem with the menu getting cut off by my swf. It was an easy fix with pb-embedFlash wdmode transparent.

    Here is the link for anyone else who has this problem – http://wordpress.org/support/topic/184906

    #3303

    Thanks Dred.
    There is some information about it here too … https://geek.hellyer.kiwi/forum/index.php?topic=58.0

    #3304
    Anonymous
    Member

    I don’t quite understand the syntax for this thing. Can you guys help me out on how to make pbembedflash transparent so pixopoint won’t be behind the flash movie? I’ve checked the links above, but both do not provide the proper syntax for it.

    #3305

    This link might be more useful to you (found via Google) … http://kb.adobe.com/selfservice/viewCon … d=tn_14201

    Apparently you need to add this between your OBJECT tags:
    [code:16ll7h62]<param name="wmode" value="transparent">[/code:16ll7h62]

    And this in an EMBED tag
    [code:16ll7h62]wmode="transparent"[/code:16ll7h62]

    So your code should look something like this:
    [code:16ll7h62]
    <object>
      <param value="blabla.swf" / >
      <param name="wmode" value="transparent" / >
      <embed src="transparency.swf" wmode="transparent" type="application/x-shockwave-flash">
      </embed>
    </object>[/code:16ll7h62]

    Or at least that’s how I think it works. If it doesn’t, then post back here with a link and I’ll fix it for you. My memory on how these flash videos works is a little fuzzy.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.