Help getting started with ActionScript

Hey all. Does anyone have a good resource for using ActionScript, especially with the new Flash export functionality now? We’re trying to see if it’s possible to make a Flash version of our current project (which was done in Unity and is essentially finished), but there’s issues like MovieTexture not being supported that are making this currently unviable.

I would love to try to see if I can do this in a Flash-centric way, but truthfully, I have pretty much zero ActionScript experience (I’m sort of the C++/C# guy around here). Are there any tutorials for a Flash-friendly way to set up movie cinemas in Unity, or using Unity and ActionScript together in general?Or maybe we’re just completely SOL for now? The Flash exporter has been out for a few weeks now IINM, so I’m hoping someone has come up with some workarounds for this sort of thing … thanks for any help.

MovieTextures aren’t supported, but it should be possible to work around this using ActionScript. Here’s a similar (webcam) demo for how you could do this:

http://forum.unity3d.com/threads/134638-Webcam-in-Unity-Flash?p=998129&viewfull=1#post998129

If you need help with getting started with Flash export, a good place to look would be our user manual and the forums:

http://docs.unity3d.com/Documentation/Manual/flash-gettingstarted.html

http://forum.unity3d.com/forums/36-Flash-Development