Dear friends,
In my app I want to place a flash animation while the app is running, it takes about 10 seconds running.
I have been able to understand this topic: http://www.macscripter.net/viewtopic.php?id=34149
But I still have some doubts:
-
The example display the menu for play, stop and movie progress. Should I disable this using ASOC? Or should I compile a movie file without it?
-
.mov versus .qtz: I have seen a nice example, “Data Rescue.app” that has inside its package contents, under resources, some .qtz files. In my Mac it is set to open by default in “Quartz composer.app”, and Application I never used and am not sure what it is for. These .qtz files open also in quicktime 7 player. I would appreciate very much your comments, if I should have my flash files (flash files embedded inside quicktime movies) converted to .qtz, and why. Here is one example of such .qtz file: https://files.me.com/fundidor/55iqjb
-
Looping: should I make the animation loop by setting it so when saving the movie file? or should I tell the movie to loop from an ASOC line?
Could you be so kind to point me to how I can tell the movie to 1) loop 2) stop 3) hide menu using ASOC?
Thanks!