Re: [Flashcoders] [as3] mouseEvents are not triggering

2007-04-09 Thread Rákos Attila
You didn't add _sprite to the display list, so how could it trigger mouse events if it is not even visible? And on the other hand, _sprite is totally empty, it has no hit area where you can click and fire the MOUSE_DOWN event. Why don't you add event listener to the particle manager? Sorry if I

Re: [Flashcoders] Does Domain name play any role in within slide movement?

2007-04-09 Thread Rákos Attila
Do you load SWFs into your player and control them using gotoAndPlay(), etc? If the loader and the loadee are in different domains (or subdomains) then loader has no access to the loadee's content (including its variables/properties, functions/methods, etc.). However loadee can grant access by

Re: [Flashcoders] poll on editors/IDe

2007-04-08 Thread Rákos Attila
One more: jEdit. The others what I use were already mentioned. Attila This is my list so far. FlashDevelop Flexbuilder SciTe Flash Eclipse with Flex SDK Eclipse with ASDT Eclipse with FDT Eclipse with HXDT Eclipse with EHX SEPY Actionscript editor Flash 9 IDE Flash 8 IDE Vim