Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
snurg #1
FLV Problems
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 ");
};
snurg Guest
-
problems with 8.0 Rc4
I've been trying to check that my current application working on postgres 7.4 will work with 8.0. I've not checked the application yet but I'm... -
problems with preLoadNetThing and fileName (was problems with preLoadNetThing and importFileInto)
You don't want to leave the QT member in your cast when you publish your movie - it's not really there, it's linked. When you run the movie it will... -
IE6 problems
I have a login script to a website where a user logs in through a standard webform with a username and password that needs to be validated. My... -
I having problems with IIS
I just tried to view a page that I had earlier on my own personal web site and was not able to view it. I then tried just plain old localhost and... -
Why am I Having Problems ?
On 8/2/03 1:08 PM, in article 6TUWa.216121$o86.33889@news1.central.cox.net, "Spam@markris.com" <Spam@markris.com> wrote: A Relationship requires...



Reply With Quote

