Old 06-24-2008, 04:40 AM   #1 (permalink)
Junior Member
 
Join Date: Jun 2008
Posts: 4
Default Closing FLV

I’ve got the player loading into another flash file and when I use the unLoadMovie() command, the audio keeps playing and I get “Error: A ‘with’ action failed because the specified object did not exist.”

I found your answer regarding this same problem with “FLV Player Light White/Black.” However it doesn’t seem to work with this file.

Can you please suggest a solution and tell me the variable holding the instance name of the movie?

Thanks!
KoiDragon is offline   Reply With Quote
Old 06-25-2008, 08:00 AM   #2 (permalink)
OYXLUSFlash.com Staff Member
 
Adrian's Avatar
 
Join Date: May 2008
Posts: 1,969
Send a message via Yahoo to Adrian Send a message via Skype™ to Adrian
Default

Hi,
If you open Actions.as file, at line 17 you have the FLVControl object:

Code:
var FC:FLVControl = new FLVControl(vid_mc.video);
You have the following methods:

Code:
load
play
pause
stop
close
In your case, you should call:
Code:
FC.close();
Adrian is offline   Reply With Quote
Old 11-11-2008, 09:14 AM   #3 (permalink)
Junior Member
 
Join Date: Nov 2008
Posts: 1
Default

Can you more specific?
I've got the same problem, when I'm loadin this as external swf file. I can't unload it.
dimios is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:02 AM.