This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Flash Site Design > September 2005 > FLV Problems





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author FLV Problems
snurg

2005-09-23, 11:16 pm

have a button on my main screen that
loads a FLV video clip

I have the FLV in the same folder as the
main screen SWF

The trouble is it has Static for audio
and the video doesn't work

however, this FLV (prepared in Sorensen Squeeze 3.5 for Mac)
is fine in previews or embedded within a SWF

Yet, I want to load the FLV directly with this code:

animation_btn.onRelease = function()
{
myVideo_nc = new NetConnection();
myVideo_nc.connect(null);
newStream_ns = new NetStream(myVideo_nc);
videoHolder.attachVideo(newStream_ns);
newStream_ns.play("Kreeger_ClassProj_Fin_Small.flv");
};

Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews