|
 |
| FAQ (Frequently
Asked Questions) and Forum sections |
|
 |
Individual FAQ sections
General FAQ sections
|
|
|
|
 |
|
|
How do I add actions to buttons in AS3
See this
forum topic on how to do a simple action to one button
See this
forum topic on multiple buttons
I only get a flickering shape or only error output when testing,
what's happening?
First things to check always;
- are you using a AS3 component, check in Publish settings if your .fla
is set to export AS3 (and not AS2)
- are you using a AS3 component, check if the original .fla when unzipped
has a /classes/ folder. If it does, that contains all
the nessesary AS codes for the component to work, copy that folder to
your own .fla disk folder.
I want to convert my flash to video, what do you reckomend I do?
On Google you can find a large number of SWF to AVI video converters.
In many cases most will do fine. But if you need some extra power and
specialization you may want to check these two software;
Flashants SWF-to-video Pro
http://www.flashants.com/root/swf2video.shtml
Moyea swf to video pro
http://www.swfkits.com/swf_to_video/
Both have
1: alpha transparency export for post-editing in video software
2: single playback for capture, which is important because many flash
movies (like the text effect components) use Random() in scripting which
means it will never play back twice exactly the same. If you have a software
which uses a double playback to capture then it may not give a good result
|