| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Oct 2002
Posts: 1
|
I have 2 movies.The first is the intro where when i click a button a second movie with videos is loaded.In the second movie i have created a drag menu which scrolls horizontal the IMAGES(BUTTONS) that leads to the external movies.The thought is to see thumbnails of the movies as i scroll left and right and whwn i click a thumbnail to load the external movie in the stage.When again i click another thumbnail of another movie to start playing the next mpeg and stop the previous.
The problem occurs when i put the code that plays the external movies. Because i want to controll the movies from a movieclip that i call in the stage and i have a background in the stage the external movie loads behind the background. fscommand ("fas.avclip.xy", "83,64"); fscommand ("fas.avclip.load", "test.mpg"); on (release) { fscommand ("fas.control.play"); } What is the code in order to change the level of the movie and load it in front of the background? ![]() |
|
|
|
|
|
#2 |
|
Moderator
Join Date: Apr 2002
Location: Taipei, Taiwan
Posts: 147
|
You can set video on top to bring video in front.
fscommand("fas.avclip.VideoOnTop","TRUE"); If this cannot solve your problem, would you send your fla to us so we can try to help you more easily? support@flashants.com Last edited by Flashants; 10-25-2002 at 04:05 AM.. |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|