Question
How to tell Flash that Captivate is paused ?
Hi everyone, Nathalie from France, using Captivate 1.
(Sorry i can't find where to post this problem except here !)
I'm playing a captivate swf in a flash swf file container, using Flash' loadmovie. Everything is going properly, except this :
I want the student to keep its own pace, so at each captivate slide i placed a button that pauses the film, waiting for the student's action.
ok BUT this action will be, not a clic in the captivate, but a clic on a navigation bar that is situated in the flash container.
On the "Next" button of this navigation bar, i put a code that either go next slide, either resumes the film, depending on the paused-or-not state of the film (still there ? :)
Now you reached the real question : how can Flash know that the loaded captivate is paused or not ?
I used this : if (pathToMyCaptivateFilm.rdcmndPause ==1) {pathToMyCaptivateFilm.rdcmndResume = 1 ;}
But no success. When i trace "pathToMyCaptivateFilm.rdcmndPause", it appears to be zero, not 1, still the film is paused by the captivate button.
Could you help please ?
(Sorry i can't find where to post this problem except here !)
I'm playing a captivate swf in a flash swf file container, using Flash' loadmovie. Everything is going properly, except this :
I want the student to keep its own pace, so at each captivate slide i placed a button that pauses the film, waiting for the student's action.
ok BUT this action will be, not a clic in the captivate, but a clic on a navigation bar that is situated in the flash container.
On the "Next" button of this navigation bar, i put a code that either go next slide, either resumes the film, depending on the paused-or-not state of the film (still there ? :)
Now you reached the real question : how can Flash know that the loaded captivate is paused or not ?
I used this : if (pathToMyCaptivateFilm.rdcmndPause ==1) {pathToMyCaptivateFilm.rdcmndResume = 1 ;}
But no success. When i trace "pathToMyCaptivateFilm.rdcmndPause", it appears to be zero, not 1, still the film is paused by the captivate button.
Could you help please ?