[Flashcoders] Searching all ActionScript in an FLA

2009-09-17 Thread Arka Roy
I have FLA files from a client with numerous MovieClips and buttons containing ActionScript all over the place. I am not used to this, I only started using Flash with AS3 and have always used a Document Class and placed my ActionScript in external .as files. I am trying to search through the

Re: [Flashcoders] Searching all ActionScript in an FLA

2009-09-17 Thread Karl DeSaulniers
You can. Try using find and replace, just make sure your not selecting anything. No frames, no MCs. Click off stage once just to make sure before you use find and replace. It should search everything. You can also find actions for everything in your FLA by looking at the window on the

Re: [Flashcoders] Searching all ActionScript in an FLA

2009-09-17 Thread Glen Pike
Arka Roy wrote: I have FLA files from a client with numerous MovieClips and buttons containing ActionScript all over the place. I am not used to this, I only started using Flash with AS3 and have always used a Document Class and placed my ActionScript in external .as files. I am trying to

Re: [Flashcoders] Searching all ActionScript in an FLA

2009-09-17 Thread Karl DeSaulniers
If you need a screen shot I can send you one off list. Best, Karl On Sep 17, 2009, at 6:14 AM, Karl DeSaulniers wrote: You can. Try using find and replace, just make sure your not selecting anything. No frames, no MCs. Click off stage once just to make sure before you use find and

Re: [Flashcoders] Searching all ActionScript in an FLA

2009-09-17 Thread Glen Pike
F9 brings up the Actionscript editor for an open FLA file. You can toggle the toolbox screen (left of 2 column view) by clicking the rightmost icon in the icon bar of the Actions tab. Glen Karl DeSaulniers wrote: If you need a screen shot I can send you one off list. Best, Karl On Sep

[Flashcoders] AS3 Socket is broken and I need help from Adobe or any Socket Expert

2009-09-17 Thread Steven Sacks
I'm having major issues with the Socket class in AIR right now. All the searches I have made result in people who have asked Why is this happening? and NOBODY has answered any of their questions. Socket progress events stop firing if too much data is coming across the socket, and apparently,

RE: [Flashcoders] Runtime bitmap caching causing a MovieClip to notrender

2009-09-17 Thread Andrew Murphy
Hi. That sounds like it might be what happened. The timeline with the gradient MovieClip on it is only three frames long, it animates the gradient by setting it's properties programatically rather than a timeline animation, and it only changes frames using the next() method, but I guess it

Re: [Flashcoders] AS3 Socket is broken and I need help from Adobe or any Socket Expert

2009-09-17 Thread Glen Pike
I feel your pain, wish I could help, have similar issues with the socket being unreliable... Maybe we need another Adobe Make Some... site/campaign. Adobe Make Some {OptionalExpletive[0]} Fixes to the {OptionalExpletive[1]} socket, {OptionalExpletive[2]}! or similar. I will put a badge on

Re: [Flashcoders] AS3 Socket is broken and I need help from Adobe or any Socket Expert

2009-09-17 Thread Steven Sacks
Wow am I stupid or what? socket.readBytes(bufferIn, 0, socket.bytesAvailable); should be socket.readBytes(bufferIn, bufferIn.length); This code has been working for months up until now because I never got any large enough packets for them to be broken up to expose this stupid bug of mine.

Re: [Flashcoders] AS3 Socket is broken and I need help from Adobe or any Socket Expert

2009-09-17 Thread Cedric Muller
? Sockets (not in AIR) are fine by me. I am surely missing the obvious here, but sending a 100k data to my socket in Flash works like a charm. Regarding your trace output, it seems the socket fails at the second packet, like it is loosing it is progress what if you do

Re: [Flashcoders] AS3 Socket is broken and I need help from Adobe or any Socket Expert

2009-09-17 Thread Glen Pike
Steven Sacks wrote: Wow am I stupid or what? socket.readBytes(bufferIn, 0, socket.bytesAvailable); should be socket.readBytes(bufferIn, bufferIn.length); This code has been working for months up until now because I never got any large enough packets for them to be broken up to expose this

[Flashcoders] RE: listener (completeHandler ) doesn´t run after file is loaded.

2009-09-17 Thread Isaac Alves
solved. I was using an instance of Loader class to load a XML file, when i should use an instance of URLLoader class. cheers!! ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

[Flashcoders] opening multiple instances of swf in Flash player

2009-09-17 Thread Andrew Sinning
I'm working with the BreezeServicesEmulator, and it doesn't appear to work with swfs running within the browser, at least not using Flash Player 8 with AS2 under Windows Firefox. So, to test my project I need to run one swf with the BreezeServicesEmulator and then two instances of the client

[Flashcoders] ? Sync SWF applications cannot be authored for Flash 8

2009-09-17 Thread Andrew Sinning
I've been playing around with the Breeze Sync SWF SDK for the last few days. It is working for me, although I've got a lot of kinks to work out. I've been assuming that my problems have to do with my implementation, but I just notices this message, stated very clearly and multiple times in

[Flashcoders] panels / workspace CS4 bug

2009-09-17 Thread Isaac Alves
why my actions panel on flash cs4 often gets its height (I don´t know how ), higher than the screen height in a way i cannot resize it back ? Thus, the only way out of this is reseting a default workspace, and then I lose my saved workspace. does it happens to you people too? maybe I should try

Re: [Flashcoders] panels / workspace CS4 bug

2009-09-17 Thread Glen Pike
No, but I get problems with the docking panel stack order messing up in CS3 - if I have SWF's that run @ the screen size, the IDE gets it's knickers in a twist sometimes and stacks the SWF behind the panels... Only way to fix is to delete the workspace file - because I have to keep doing

Re: [Flashcoders] panels / workspace CS4 bug

2009-09-17 Thread Pedro Kostelec
It often happens to me too and it's boring. But you don't have to reset the workspace, you just have to minimize the action panel by click on the top darker bar, then open it by clicking the new Actions buttons and there resize. am i clear enough? ___

RE: [Flashcoders] panels / workspace CS4 bug

2009-09-17 Thread Merrill, Jason
maybe I should try the flashBuilder... Try FlashDevelop - www.flashdevelop.org. Flashbuilder is still actually Flexbuilder and you have to pay for it. FlashDevelop is the best free AS editor out there. I don't know why anyone would spend blood, sweat and tears in the Actions panel in Flash