>.>.> Flash Movies Talking..
>.>.> Flash Movies Talking..
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- gabe0
anyway, i think it's as simple as giving your elements class id's and then using those names to reference the element you want to control.
say you have two HTML frames, frameA and frameB. surround your flash movies with the obj id tag,
<object classid="movieOne>
<object classid="movieTwo>then, use getURL from the first movie in conjunction with javascript to control the movie in the other frame...
window.frameTwo.MovieTwo.TPlay...
tells movie two in frame two to go to and play frame #2
i'm no expert but i'm pretty sure this is how it works.