Subtitles

Hi there

Does anyone know of any good resources or examples of
Flash movies that contain subtitling with the option to turn them
on or off.

Any help appreciated

Grub :hr:

nope. But one approach could be to att a textfield on you movie and load the text dynamically. You can set a timer to change the text with setInterval. But then it won’t be acurate… hmm… you know what, rewrite the text in the text field with frame based timer :). meaning whenever your movie reaches a certain frame number the text will change. You can introduce a list of frame numbers within a variable and parse it.
Donno whether you understand