-
1. Re: addEventListener don`t work with FlashPlayer on AE panels?
taravasya Feb 13, 2011 4:46 PM (in response to taravasya)I found what this script, work correctly in Bridge, Illustrator, ExtendSript Toolkit(ofcause for it i little change the first string). And it dont work in Photoshop x64, and ofcause, as i say it dont work in AE.
I guess this is due to 64-bit architecture. May be i`m wrong....
Anyway, i would ask the developers to take these small but very unpleasant shortcomings in future versions. And.. maybe somebody can suggest how else I can implement the interaction between integrated into the panel FlashPlayer and AE?
-
2. Re: addEventListener don`t work with FlashPlayer on AE panels?
taravasya Feb 13, 2011 7:35 PM (in response to taravasya)One more thing ... Just noticed that if I click on the border of FlashPlayer (thickness of 1 pixel (and only the right side)), then the Event is triggered ...
Somebody can explain this? I'm quite confused ...
Pleas help me...................
-
3. Re: addEventListener don`t work with FlashPlayer on AE panels?
alruden2 Mar 1, 2011 5:28 AM (in response to taravasya)Externalcall don't work in Flash also
Use Adobe Flash Builder!
-
4. Re: addEventListener don`t work with FlashPlayer on AE panels?
taravasya Mar 1, 2011 6:11 AM (in response to alruden2)I'd love to. But I can not find suitable examples. Maybe you can tell where I can search for examples of creating UI for Adobe applications with FlashBuilder?
-
5. Re: addEventListener don`t work with FlashPlayer on AE panels?
alruden2 Mar 1, 2011 6:33 AM (in response to taravasya)My English worse than Flash Builder)
Standart example in CS5
C:\Program Files (x86)\Adobe\Adobe Utilities - CS5\ExtendScript Toolkit CS5\SDK\Samples\javascript\ActionScriptDemo.jsx - AE script
C:\Program Files (x86)\Adobe\Adobe Utilities - CS5\ExtendScript Toolkit CS5\SDK\Samples\resources\ActionScriptDemo.mxml - Flash Builder Project file
if you use CS4, then you don`t use Spark components
Use ExternalInterface.call("functionName") function in ActionScript for call JS function
-
6. Re: addEventListener don`t work with FlashPlayer on AE panels?
alruden2 Mar 1, 2011 6:40 AM (in response to alruden2)Если vasya это Вася. То качай любые уроки по Flash Builder, главное понять как создавать интрфейс и куда вставлять код AS3. Для связи флешки со скриптом используй ExternalInterface.call

