Is there any example of using JMS Queues in BlazeDS as point-to-point communication to a Flex client.
I have a AS3 swf [1] that is loading another AS2 swf [2] which is loading another AS3 swf [3]. I\'m getting a Security Sandbox violation on the AS2 swf trying to access the last A开发者_运维技巧S3 sw
I use to do this on AS2 code. this.pause3Seconds = function () { trace(_global.something(_root.somthing));
Hi I have a small flash as below public function startApp () : Void { mcWindowRoot.refToClass = this; mcNext = mcWindowRoot;
In near future i\'m going to develop a flash media server application when i\'m asp.net developer. Currently i\'m in research how i do things i need to. Basically i have two questions.
I was chatting with my buddy about this, he is convinced you can do this and says he has done it, but I cannot get this to work.
I am creating Sprite objects as simple shapes, and would like to know how to resize them dynamically.
I want to check in my function if a passed argument of type object is empty o开发者_如何转开发r not. Sometimes it is empty but still not null thus I can not rely on null condition. Is there some prope
when will i add Advanced data grid in my project then it shows eror like everity and Description PathResource开发者_运维技巧LocationCreation TimeId
I\'m looking for a fail-safe way to round-trip between a Flash swf file and a text representation and back again.