I\'m having a heck of a time trying to figure this one out. I\'ve got a simple YouTube API client put together, written in Flex, that uses a plain ol\' URLRequest object to handle Google\'s \"ClientL
What is an easiest way to place cursor (focus?) into a Input TextField receiving user input after an event?Focus Manager classes have alw开发者_JAVA百科ays seems very confusing to me.Good news for you
This question if a bit off topic, I just wanted feedback from most ActionScript/Flex developers out there.
I am trying to take a snapshot of the masked region of an image... so, I load my image then perform the following functions:
HI i have a main class //main.as package { public class main { public var testGlobal:string = \"testValue\";
I\'m working on some ActionScript code that needs to juggle a bunch of similar-but-not-interchangeable types (eg, position-in-pixels, internal-position, row-and-column-position) and I\'m trying to com
how can i convert my main.asc\'s code开发者_Go百科( server side of video conference with flash media server) to application.java (server side of video conference with Red5) ?There is j2as3 project. Do
I\'m trying to figure out the best way to deal with writing multiple GUI windows using Flash Components. I thought the best way to handle this was to use a layer for each window that I want, and simpl
I have done this same thing in ActionScript 3, but am not familiar with ActionScript 2, which I am forced to use for this project. I am loading products into a SWF via XML and attempti开发者_运维技巧n
I need to send a HTTP request (and get XML response) from Flash that looks similar to following: http://example.com/somepath?data=1&data=2&data=3