Results 1 to 7 of 7

Thread: FLASH background color?

  1. Administrator jakt's Avatar
    Join Date
    05-28-08
    Location
    NorCal
    Posts
    3,956
    Post Thanks / Like
    #1

    FLASH background color?

    Is there anyway to allow the user to choose the backround color, for example transperant?
    Right now users have the ability to resize the swf file. I'm really kind of a newbie when it comes to Flash code, but could it have something like this?

  2. Registered TeamPlayer Adretheon's Avatar
    Join Date
    06-07-07
    Posts
    10,524
    Post Thanks / Like
    Blog Entries
    7
    Stat Links

    FLASH background color? FLASH background color? FLASH background color?
    Gamer IDs

    Gamertag: Adreatheon PSN ID: Adretheon Steam ID: Adretheon
    #2

    Re: FLASH background color?

    BG color is changed in Flash not on the web, to my knowledge. And also to my knowledge you can't make a flash BG transparent. My original idea for my clan's Sigs was to have the game characters "pop out" of the Sig, but I couldn't do that because I couldn't make the BG transparent.

  3. Administrator jakt's Avatar
    Join Date
    05-28-08
    Location
    NorCal
    Posts
    3,956
    Post Thanks / Like
    #3

    Re: FLASH background color?

    Quote Originally Posted by Adretheon
    BG color is changed in Flash not on the web, to my knowledge. And also to my knowledge you can't make a flash BG transparent. My original idea for my clan's Sigs was to have the game characters "pop out" of the Sig, but I couldn't do that because I couldn't make the BG transparent.
    You can change the Flash backround color via HTML, and also make it transperant by adding a parameter in the HTML.
    <param name="wmode" value="transparent" />
    I have made an example of the background changing on the exact same Flash file, just by changing the HTML.
    http://www.frigginclan.com/bg_test.html

  4. Administrator jakt's Avatar
    Join Date
    05-28-08
    Location
    NorCal
    Posts
    3,956
    Post Thanks / Like
    #4

    Re: FLASH background color?

    I'm more than willing to help with code. Just let me know.

  5. Administrator jakt's Avatar
    Join Date
    05-28-08
    Location
    NorCal
    Posts
    3,956
    Post Thanks / Like
    #5

    Re: FLASH background color?

    I think I'll rephrase the question.

    Could someone please add the option for transparency in Flash?
    Thank you

  6. Administrator jakt's Avatar
    Join Date
    05-28-08
    Location
    NorCal
    Posts
    3,956
    Post Thanks / Like
    #6

    Re: FLASH background color?

    OK, so I had the same issue in our website forums. Never realized it till now.
    I got ours to work, just made the default background transperant.

    It was an easy fix, just added this line of code to our templates that have the flash object.
    <param name="wmode" value="transparent" />
    One of the files was an attachment template, and another a code template, and that was it.

    Making it default will allow the users more flexibility in their designs, and it prevents you from having to create a color chooser or mess with the PHP.

    I'm willing to help if any of the admins need it.

  7. Administrator jakt's Avatar
    Join Date
    05-28-08
    Location
    NorCal
    Posts
    3,956
    Post Thanks / Like
    #7

    Re: FLASH background color?

    BUMP

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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
  •  
Title