SkuLePengu / avatarcore

Automatically exported from code.google.com/p/avatarcore
0 stars 0 forks source link

Transparent backgrounds not working #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.         swfobject.embedSWF(avatarURL, "avatarSWFContainer", "160", "200", 
"10.0.0", null, {hosted:"true",wmode:"transparent"});

doesn't return a transparent object.  It returns an avatar fine but it has a 
background.

What is the expected output? What do you see instead?
An avatar without a background

What version of the product are you using? On what operating system?
10.0.0

Please provide any additional information below.

Original issue reported on code.google.com by johnym...@gmail.com on 29 Aug 2010 at 6:48

GoogleCodeExporter commented 8 years ago
Close this:

Correct code is:

        swfobject.embedSWF(avatarURL, "avatarSWFContainer", "160", "200", "10.0.0", null, {hosted:"true"},{wmode:"transparent"});

Original comment by johnym...@gmail.com on 29 Aug 2010 at 8:16

GoogleCodeExporter commented 8 years ago
SUNDAY MONDAY TUESDAY WEBNESDAY THURSDAY FRIDAY SATURDAY

Original comment by dkr1...@gmail.com on 23 Oct 2011 at 6:10