q97
03-02-2007, 12:30 AM
I'm not particularly familiar with flash, and how it works, so hopefully what I want to do is actually doable...
We have a flash menu.swf and it has the menu for a project, and you can from there choose to show another movie. Both movies seem to play in the same window - the code is:
on (press) {
_root.loadMovie("movie2.swf");
}
What I want to be able to do, is to have a way that movie2 can recieve a variable so that the user can choose their connection speed. Movie2 has a lot of lots (it is a pre-auction presentation) which includes videos of the lots (around 2MB each).
I have modified the internal code of movie2 so that I can either display the video or show a static picture (still an flv, but just made from a pic). Obviously what I need to do is to be able to change this dynamically, preferably by setting some value on the initial screen.
Of course, I have no idea how this is/can be done with flash. Any ideas?
We have a flash menu.swf and it has the menu for a project, and you can from there choose to show another movie. Both movies seem to play in the same window - the code is:
on (press) {
_root.loadMovie("movie2.swf");
}
What I want to be able to do, is to have a way that movie2 can recieve a variable so that the user can choose their connection speed. Movie2 has a lot of lots (it is a pre-auction presentation) which includes videos of the lots (around 2MB each).
I have modified the internal code of movie2 so that I can either display the video or show a static picture (still an flv, but just made from a pic). Obviously what I need to do is to be able to change this dynamically, preferably by setting some value on the initial screen.
Of course, I have no idea how this is/can be done with flash. Any ideas?