A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: Flash Tranparency in FireFox

  1. #1
    Junior Member
    Join Date
    Nov 2005
    Posts
    11

    Smile Flash Tranparency in FireFox

    I have a menu ribbon that have buttons on it and I have a flash movie that partly is over the ribbon. It does not hide any of the buttons but I want the user to be able to click on the buttons. In IE the transparency works fine no problem. However in Firefox the buttons are visible but you cant click on them. is there a way to get around this? Thanks.

  2. #2
    Senior Member
    Join Date
    Mar 2001
    Posts
    197
    I don't think so, I think IE is the only browser that would support that.

  3. #3
    I also think that IE is the only browser that would support that.

  4. #4
    Senior Member
    Join Date
    May 2007
    Posts
    266
    If you use swfObject javascript to code for <object> it will fix this problem. Also use wmode - transparent with whichever code you use.

  5. #5
    I am not sure. May be helpful for you.

    when you use <embed src="name.swf" ... add wmode="transparent"
    HTML Code:

    <embed src="name.swf" wmode="transparent" width="100" height="100" ... ></embed>

    ................................

    PHP Code:

    <zip> echo this; </zip>

  6. #6
    Junior Member
    Join Date
    Sep 2008
    Posts
    5
    You can also try this

    <param name="wmode" value="transparent">
    <embed src="flash1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="675" height="150" wmode="transparent"></embed>

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center