A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Transparent background

  1. #1

    Transparent background

    Is it possible to creat a flash file with a transparent backgoround?

  2. #2
    Senior Member Cadence's Avatar
    Join Date
    Aug 2000
    Location
    Columbus, Ohio
    Posts
    3,428
    Yes - but it will only work within Internet Explorer.

    If you are exporting your movie AND HTML page directly from SWiSH ... Just open the Export Panel ... select the export options for HTML ... go to the Window Mode dropdown menu and select "Transparent" ...

    If you create your HTML page elsewhere - you will need to add the following bit of code:
    Code:
    <param name="wmode" value="transparent" />
    ... just edit your HTML page and find the other <param> tags - and add that under one of the others.

    Cheers,
    Brian

  3. #3
    Talk about a quick reply.
    Can't thank you enough!!!

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