Update : version 1.2. Second bugfix of the day !
https://dl.dropbox.com/u/1412774/HighlightTextDemo/pode_texthighlighter.1.2.zip
version 1.1. Fix for 'jitter' bug
https://dl.dropbox.com/u/1412774/HighlightTextDemo/pode_texthighlighter.1.1.zip
Here's a quick plugin to highlight a piece of text, in a sequence (think karaoke players).
<img src="https://dl.dropbox.com/u/1412774/HighlightTextDemo/demo.png" border="0">
You can set the text, the styling for the drop cap (the Header Letter), the styling for the regular text, and the styling for the Highlight effect (which is using CSS3 drop shadows).
The demo : https://dl.dropbox.com/u/1412774/HighlightTextDemo/index.html
The plugin : https://dl.dropbox.com/u/1412774/HighlightTextDemo/pode_texthighlighter.1.0.zip
The .capx : https://dl.dropbox.com/u/1412774/HighlightTextDemo/HighlightTextDemo.capx
To sync the text with an audio track, you need to enter the time manually, like I did in the demo.
rexrainbow : is it possible, with one of your plugin, to have a timeline (with different time between each step) where you give at the beginning a list of number (the timestamps), and to trigger a function (with the function plugin) at each cue point ?
Edit : here's a version using rexrainbow's Worksheet plugin (it helps to avoid multiple nested "Wait" command...) : https://dl.dropbox.com/u/1412774/HighlightTextDemo/HighlightTextDemo_rexWorksheet.capx