Ian,
> Is there a way to dynamically instantiate a FLVPlayback
with
> ActionScript 3?
Sure thing.
> I imported fl.video.FLVPlayback and Flash accused not
knowing
> this class...
Just make sure to drag the FLVPlayback component from the
Components
panel into your Library. After that, the following four lines
(just for
example) will do it:
import fl.video.FLVPlayback;
var player:FLVPlayback = new FLVPlayback();
player.source = "
http://www.helpexamples.com/flash/video/caption_video.flv";
addChild(player);
David Stiller
Co-author, Foundation Flash CS3 for Designers
http://tinyurl.com/2k29mj
"Luck is the residue of good design."