ronaldwang/avatarcore

Transparent backgrounds not working

Opened this issue · 2 comments

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

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

SUNDAY MONDAY TUESDAY WEBNESDAY THURSDAY FRIDAY SATURDAY

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