I can't get my flash movie player to work in Director. I've made a flash movie player with action scipt to use in Director so I can control a QT movie. The action script that I have for my button is:
on (release) {
getURL ("event:gStop"
}
This is an example of one button. The others are similar.
In Director I know that you have to create a globe script in order for the flash controller to work. The lingo that I have in Director is:
on gRew
sprite(5).Rewind()
end
on gPlay
sprite(5).Play()
end
on gPause
sprite (5).Pause()
end
on gStop
sprite(5).Stop()
end
With the exception of the Fast Forward (What is the command for FF?)snipt this lingo doesn't seem to work. Can anyone tell me what I'm missing?
on (release) {
getURL ("event:gStop"
}
This is an example of one button. The others are similar.
In Director I know that you have to create a globe script in order for the flash controller to work. The lingo that I have in Director is:
on gRew
sprite(5).Rewind()
end
on gPlay
sprite(5).Play()
end
on gPause
sprite (5).Pause()
end
on gStop
sprite(5).Stop()
end
With the exception of the Fast Forward (What is the command for FF?)snipt this lingo doesn't seem to work. Can anyone tell me what I'm missing?