A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Transparent backgrounds

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    18
    Is there any way to have a transparent background on the swf so that a HTML background shows through?

  2. #2
    Senior Member
    Join Date
    Jul 2000
    Posts
    5,087
    Only in IE.

    If you look at the Param tags nested within the object tag you can add the Wmode param to them.

    the proper syntax is:



    <param name="Wmode" value="transparent">



    make sure you add that to theother param tags.

    Again this only will work for IE.


  3. #3
    Senior Member
    Join Date
    Jul 2000
    Posts
    5,087
    Only in IE.

    If you look at the Param tags nested within the object tag you can add the Wmode param to them.

    the proper syntax is:



    <param name="Wmode" value="transparent">



    make sure you add that to theother param tags.

    Again this only will work for IE.


  4. #4
    Junior Member
    Join Date
    Feb 2001
    Posts
    18
    Thanks johnie. job sorted.


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