I probably go on about Gaia Flash Framework, its mainly because that’s what I used to learn AS3 and I’m still figuring it out.
One of the main problems I have with it is plugging in external classes to the Gaia packages.
These are the basic steps to adding an external class, ill be updating this if I find any more issues.
1. Import the class to the main package import area.
2. Create individual private variables for any of the class instances or movie clips.
3. Instantiate the object in the constructor
4. Add the function to the list.
Also don’t forget to add any movie clips (and instances) onto the stage and create linkages in the library if necessary.
If you get a 1009 error its probably because you havnt published the project.
This is a show reel David G and I have been working on for Busara.
It was a really good learning curve for me in After Effects and using Trapcode Plug-ins.
Watch out for when the Techno kicks in- its HARDCORE!
This is so lovely, I have seen this done a few times before, at Westfield White City actually, but the shape is so intricate in this one, its beautiful.
I was trying to freeze a frame in after effects and it wasn’t as straightforward as I had hopped. But thankfully there are lovely people who do tutorials on this sort of thing on YouTube.
Thanks aelearning, you are a diamond in the rough.
After effects CS4 seems to output (by default) a rendered composition with no sound. I finally found out how to fix it, if you click on the module (loss less) in the render queue, tick the audio output before you render.
This was a great Job for me to get my head around Final Cut Pro, I had used it before to edit a corporate video, but i did this really fast as a xmas special of our snowbording trip last year.
Man I wish I bought a HD camera when I had the chance, I’m the one wearing JEANS.
I had a nightmare week trying to figure this problem out. Basically i was printing 4 pages from what appeared to be a really unstable xml file in a flash swf. Initially I thought it might have been special characters in xml or a problem with the Print Job Class.
I had no idea why the print job class worked (for 3 pages or more) on a MAC and not a PC. after investigation by a few of our developers it was kicking up an error about “Timing out”, and there was a pretty simple solution.
It was timing out because the script time limit was too short for a PC to process more than 3 pages at a time, so i increased the script time (in Publish Settings) to 60 seconds and it worked.