Think of something that you wish Authorware could do but it doesn't?  Let the our good friends at Macromedia know via the wishlist.

Please let us know if you find any of the materials on this site inappropriate or offensive. Please include the url and why the material should be reviewed.

Comments and questions about the site are also welcome. Please no Authorware questions, use the AWARE list.

Back

1072 - Can't I autostart a QT movie that has a controller bar?

by - Joseph Ganci


I would like to auto-start a QuickTime video in AW6. Works fine until default controls are included. Thanks.

OK, I didn't know if this would be possible, so I had to try to see if I could make it work. There may be a better way, but I succeeded by doing this.

Let's say you call your QuickTime movie QT. Before the QT icon, place the following in a Calc icon:

SetIconProperty(IconID@"QT", #controller, FALSE)
SetIconProperty(IconID@"QT", #pausedatstart, FALSE)

Then put the QT icon (without setting the controller checkbox).

After the QT icon, place another Calc and place the following inside:

SetIconProperty(IconID@"QT", #controller, TRUE)

I've tested this and it works in packaged mode too, but it does cause the video to suddenly compress slightly because of the addition of the controller. Hope this helps.

There are 0 reviews
Add your review
Back