Re: [Flashcoders] A funny little hover problem with CSS

2008-12-15 Thread Ashim D'Silva
Thanks guys, Still having trouble though. I have scaled anything, and I tried all those combinations of resetting the style sheet each time. I'm pretty close to giving up and sticking with normal anti-aliasing. Flash's support for HTML and CSS has always been a bit iffy though. It's just useful fo

Re: [Flashcoders] A funny little hover problem with CSS

2008-12-15 Thread Matt S.
I seem to remember solving this problem once by changing where the stylesheet gets set, but I cant remember the order. I would try a few options, like: txt.htmlText = xmlTXT; CreateStyleSheet(); or CreateStyleSheet(); txt.htmlText = xmlTXT; or even ( I know it looks stupid)

Re: [Flashcoders] Re: A funny little hover problem with CSS

2008-12-15 Thread David Hershberger
We had a similar issue triggered by scaling. When we rescaled objects with Advanced Anti-Aliasing text, they wouldn't recompute their size properly and would truncate themselves with "..." at the end at some scales but not at others. We ended up just turning it off. It's true that it looks bette

[Flashcoders] inversedMask method stopping any parent masks?

2008-12-15 Thread whispers
Hi this is my first post, so I hope I'm doing this correctly..LOL This is AS2, not AS3, so if anyone could suggest something to search for I'd appreciate it. I am trying to use this method here: (found on Adobes forms) http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=15

Re: [Flashcoders] Re: LoaderInfo extremely annoying bug!!

2008-12-15 Thread Muzak
Tried using Event.COMPLETE instead of Event.INIT? regards, Muzak - Original Message - From: "Taka Kojima" To: Sent: Monday, December 15, 2008 12:51 PM Subject: [Flashcoders] Re: LoaderInfo extremely annoying bug!! Whoops... sorry, pasted old code, you might have been wondering wha

[Flashcoders] Re: LoaderInfo extremely annoying bug!!

2008-12-15 Thread Taka Kojima
Whoops... sorry, pasted old code, you might have been wondering what was up with that ENTER_FRAME... private function loadImage(imageID:String):void{ > var gallery:XML = XML(_xml.gallery.(@id == currentGallery)); > var image:XML = XML(gallery.image.(@imageID == imag

[Flashcoders] LoaderInfo extremely annoying bug!!

2008-12-15 Thread Taka Kojima
private function loadImage(imageID:String):void{ var gallery:XML = XML(_xml.gallery.(@id == currentGallery)); var image:XML = XML(gallery.image.(@imageID == imageID)); if(ima...@bordersize == undefined){ima...@bordersize = "0";} Gallery.getI

[Flashcoders] autosize and dropshadow

2008-12-15 Thread Hans Wichman
Hi list, when creating a dynamic textfield with a dropshadow, autosize stops working correctly. Unfortunately only for some textfields so it's not easily reproduced. I found someone with the same problem ( http://www.gotoandlearnforum.com/viewtopic.php?f=28&t=15359 ) and applying the filter after