[Flashcoders] Simulating image in textfield in AIR

2011-04-06 Thread Mattheis, Erik (MIN-WSW)
I'm trying to include an image tag linking to a library item in the htmlText of a TextField in an AIR app. Not possible apparently, For AIR content in the application security sandbox, AIR ignores img tags in HTML content in ActionScript TextField objects. This is to prevent possible phishing

Re: [Flashcoders] Simulating image in textfield in AIR

2011-04-06 Thread Henrik Andersson
Mattheis, Erik (MIN-WSW) skriver: For AIR content in the application security sandbox, You don't have to run in the application security sandbox. ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

[Flashcoders] scrollpane component question: test if content is within view

2011-04-06 Thread Mendelsohn, Michael
Hi list... I'm trying to test if something is within view of the scrollpane component it's sitting in. My logic isn't quite right, and I thought someone might have an opinion. It half works... Thanks! - Michael M. var pt:Point = new Point(objInScrollPane.x, objInScrollPane.y); var

[Flashcoders] Flex 4 Skinning 9-Slice Scaling of Bitmaps

2011-04-06 Thread Merrill, Jason
I posted this on Flexcoders, but didn't get any responses. I am skinning a Spark Panel with a Flex 4 Skin MXML class, and using some bitmaps for fills. I have researched and seem to be doing it right, but the graphics in the filled areas get stretched anyway. I have defined the rectangular area

Re: [Flashcoders] Simulating image in textfield in AIR

2011-04-06 Thread Mattheis, Erik (MIN-WSW)
Meaning I can load the asset from a location other than the library? Testing, it strips out img tags whether the content is from the library, file system or network. I'm interpreting For AIR content in the application security sandbox to mean content displayed within a textfield in the AIR

[Flashcoders] NativeWindowBoundsEvent.updateAfterEvent() ?

2011-04-06 Thread Ross Sclafani
hello_ I am creating a window docking system using transparent NativeWindows, and I achieve snapping by moving the contents within the NativeWindows when the correct amount of edge overlap occurs. it's working fine, but i'm running into a problem where the NativeWindows appears to be moving

[Flashcoders] Why is URLStream.connected always true?

2011-04-06 Thread Alexander Farber
Hello flashcoders, does anybody please know, why is URLStream.connected is always true in my simple test program at http://stackoverflow.com/questions/5571175/why-is-urlstream-connected-always-true ? Thank you Alex ___ Flashcoders mailing list