Dynamic Text On Video – Real Time (AS3)
Hi there,
Today, I am showing you a way to add dynamic text to a video and in real time!
You’ll probably think this example is pretty crappy (I agree with you)… But please note that this was done in a couple of hours and you can achieve really satisfying results if you spend a little more time on it.
So first take a video.
Then import it in Flash directly in the timeline.
Create a shape that you convert into movie clip and adjust its size and position on each frame.
Then we create a textField dynamically, convert it to Bitmap, and ad an instance of it on your shape MC.
The reason why we convert the text to bitmap, is to make transformation and manipulation easier.
And below is the AS3 code.
Hope you enjoy it!


