# Subtitles

**URL:** https://forum.kirupa.com/t/subtitles/61629
**Category:** random
**Created:** [August 20, 2004, 4:27am UTC](https://forum.kirupa.com/t/subtitles/61629 "2004-08-20T04:27:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Grub](https://avatars.discourse-cdn.com/v4/letter/g/51bf81/32.png) [@Grub](https://forum.kirupa.com/u/Grub)
#### Post date: [August 20, 2004, 4:27am UTC](https://forum.kirupa.com/t/subtitles/61629/1 "2004-08-20T04:27:26Z")

</div>

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:

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 20, 2004, 9:09am UTC](https://forum.kirupa.com/t/subtitles/61629/2 "2004-08-20T09:09:24Z")

</div>

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
