Hi,
I have two general video questions that I cant seem to find an answer for.
-
I want to load multiple videos into swf at once. What is the best practice?
-= All the NetStreams on one NetConnections?
OR
-= Each netstream with its own NetConnection?
Pros/Cons? -
Is it possible to create dynamic actionscript cue points on a full actionsctipt video object? (not an FLV component)
ie.
var vid:Video = new Video()
vid.addCuePoint = blah…
if it is how would I do this?
Thanks!!
-=b=-