Results 1 to 8 of 8

Thread: Of Flash Player and Transparency

  1. #1
    Join Date
    Jan 2009
    Location
    INDIA
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Of Flash Player and Transparency

    hai ..

    i have problem with flv player
    i added one flash video through---DW cs3
    insert --> media--->insert video. option

    i want to display one image above that flash player through DIV tag...

    how can i transparent that flv video...

    Thanks In advance
    Zai
    Last edited by zai; 04-08-2009 at 06:39 PM. Reason: to set Resolved.

  2. #2
    Join Date
    Jan 2009
    Location
    INDIA
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    actual code.........


    Code:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','294','height','240','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=video&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="294" height="240" id="FLVPlayer">
                <param name="movie" value="FLVPlayer_Progressive.swf" />
                <param name="salign" value="lt" />
                <param name="quality" value="high" />
                <param name="scale" value="noscale" />
                <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=video&autoPlay=false&autoRewind=false" />
                <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=video&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="294" height="240" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />          
    </object>
    Last edited by Snookerman; 04-30-2009 at 06:56 PM. Reason: added [code] tags

  3. #3
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by Nile View Post
    Search through the forums - many people have asked this question.

    You can either take a look here. "How to give flash a transparent bg.."

    If not, try adding this to your object tag:
    Code:
    <param name="wmode" value="transparent">
    And add this to your embed tag:
    Code:
    wmode="transparent"
    As explained in this post here.


    Does that help you?
    Jeremy | jfein.net

  4. #4
    Join Date
    Jan 2009
    Location
    INDIA
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hai nile..thanks for u r reply.....

    i tried that few hrs back..but its not working.....


    Code:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','294','height','240','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=video&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //end AC code
    </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="294" height="240" id="FLVPlayer">
                <param name="movie" value="FLVPlayer_Progressive.swf" />
                <param name="wmode" value="transparent" />
                <param name="salign" value="lt" />
                <param name="quality" value="high" />
                <param name="scale" value="noscale" />
                <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=video&autoPlay=false&autoRewind=false" />
                <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=video&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="294" height="240" name="FLVPlayer" salign="LT" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />          
    </object>
    Last edited by Snookerman; 04-30-2009 at 06:56 PM. Reason: added [code] tags

  5. #5
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Please post a link to the page on your site that contains the problematic script so we can check it out.


    Also, when you say you've tried it a few hours ago, do you mean you saw that results in the dreamweaver renderer? Or you've tested it in a browser?
    Jeremy | jfein.net

  6. #6
    Join Date
    Jan 2009
    Location
    INDIA
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hey wonder.....


    http://freewebs.com/czaisankar/zai.html

    its working......

  7. #7
    Join Date
    Jan 2009
    Location
    INDIA
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Code:
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','210','height','173','id','FLVPlayer','src','FLVPlayer_Progressive','flashvars','&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=video&autoPlay=false&autoRewind=false','quality','high','scale','noscale','name','FLVPlayer','salign','lt','wmode','transparent','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','FLVPlayer_Progressive' ); //end AC code
                  </script>
    it works...when i add 'wmode','transparent' in the above section..in addition to the above replies.

    Thanks Nile...And DD team...
    Last edited by Snookerman; 04-30-2009 at 06:57 PM. Reason: added [code] tags

  8. #8
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Glad to help you! Your welcome!

    It seems your topic is solved... Please set the status to resolved.. To do this:
    Go to your first post ->
    Edit your first post ->
    Click "Go Advanced" ->
    Then in the drop down next to the title, select "RESOLVED"
    Jeremy | jfein.net

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
  •