|
| RichL |
Post
#1
|
|
Advanced Member Group: Members Posts: 61 Joined: 20-June 06 Member No.: 25 |
Hi Kiroukou and Petit,
I was just updating my fla's to Sandy 1.2 (Beta 2) and couldn't get any video skins to work (eg the attached fla) I had to add s.getType() == SkinType.VIDEO to Polygon.as (as below). Is this a bug or am I doing something wrong ? CODE public function updateTextureMatrix( s:Skin ):Void ... if (s.getType() == SkinType.TEXTURE || s.getType() == SkinType.VIDEO ) { w = TextureSkin(s).texture.width; h = TextureSkin(s).texture.height; } ... Cheers, RichL Attached File(s) |
| kiroukou |
Post
#2
|
|
Administrator Group: Root Admin Posts: 870 Joined: 12-June 06 Member No.: 1 |
|
| Lo-Fi Version | Time is now: 25th July 2007 - 10:52 AM |