|
|
| FlashStore rating: |
|
| User rating: |
Not rated yet.
|
| Date: |
16-01-07 |
| Submited by: |
spiveyworks |
| Skill: |
beginner |
|
|
|
|
|
About |
| Developers control movie clip playback and jump to different parts of the timeline easily during runtime. Developers can place one control in the main movie or multiple controls in sub movies to control their individual playback. |
UI Access |
| Components panel under SpiveyWorks category |
Support address |
|
|
Useful links |
|
Download documentation |
|
Dev Movie Controller SpiveyWorks Component documentation (32.46 KB)
|
Code samples |
//Place the Dev Movie Controller inside a movie clip (the main movie
//or any number of sub movie clips and unlock it using the following in the
//first frame of the movie clip.
var pKey:String = "your key here";
_root.Controller.unlock(pKey); |