Bonjour Klaus,


>i did this very often and never had trouble.

Well, i'm now trying with the 2.4b4 version... and also trying to 
import the movies into the stack in order to have only one file...
That will be a big stack because there are many movies (about 420 Mb...) !

hum, just a try...

>Maybe you can supply some more info about your hybrid-cd etc...?

Made with Toast Deluxe 4.1.2 on Mac

Mac Datas are :
- a standalone Mac (the stack)
- a readme file
- a "datas" folder with the movies (shared, common)

ISO (pc) datas are :
- a standalone PC (the stack)
- a readme file
- a "datas" folder with the movies (shared, common)

"datas" has subfolders "audios" and "anims"
playing the audios (.aif) works on the pc cd
but files.mov in the "anims" folder don't launch on the pc cd...


>Take a deeper look into the index -> QuickTime, playing.
>There you will find more informations about using and controlling QT-movies.

ok, I'll take a look...

>Drop a line if you still do not get the picture.
>I will supply some examples in that case :-)

a code example for a button :

on MouseUp
  play "down.aif" -- the sound of the mouse click (audioClip imported)
  play videoClip player "movie" -- where 'movie' is the short name
end MouseUp

file name in the player "movie" is :
datas/anims/file.mov

Code in the player :

on MouseUp
  play "down.aif"
  play stop videoClip player "movie"
  go to next cd
end mouseUp

on playStopped
  go to next cd
end playStopped


ok, that's enough for now, I have to test it
and read more carefully the doc ;-)
Sorry for all those 'newbie' problems.

Thanks !


HMB

(just initials my parents give to me...)
you can also call me 'Herve'


Archives: http://www.mail-archive.com/[email protected]/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to