# Subtitles

**URL:** https://forum.kirupa.com/t/subtitles/120041
**Category:** Uncategorized
**Created:** [August 20, 2004, 4:27am UTC](https://forum.kirupa.com/t/subtitles/120041 "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/120041/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: ![Algreco](https://avatars.discourse-cdn.com/v4/letter/a/6de8d8/32.png) [@Algreco](https://forum.kirupa.com/u/Algreco)
#### Post date: [August 20, 2004, 9:09am UTC](https://forum.kirupa.com/t/subtitles/120041/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
