LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-01-2006, 08:49 PM
finn_martin finn_martin is offline
Registered User
 
Join Date: Sep 2006
Posts: 8
Rep Power: 0
finn_martin is on a distinguished road
playing external movies while the main application still open

Hi there!
Again help please..I have Main application and i have
(7) external swf movies to be linked to the main application,
I have assigned each button for this movies,
but i need to play this external movies in separate windows
from the main application [playing external movies while the main application still open]
then anytime I can quit the external movies without closing the main application.
I try code:
Actionscript:
on (release) {
//load Movie Behavior
if(this.contents == Number(this.contents)){
loadMovieNum("DB.swf",this.contents);
} else {
this.contents.loadMovie("DB.swf");
}
//End Behavior
 
}
But when I close DB.swf the main application is close also..
Please help how should i code to not close the main
application if i quit the external movie.
Thank you...
finn_martin

Last edited by Scottae : 09-01-2006 at 08:58 PM Reason: Format with AS tags
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
after external movie finish playing jump to a frame in the main time line QBA ActionScript 3.0 0 08-08-2008 03:59 PM
playing multiple movies in a main movie assadnazar Flash MX 0 10-03-2006 10:36 AM
Linking External Movies (Daisy Chaining files within the main movie) roa123 Flash MX ActionScript 5 09-15-2004 10:58 AM
Resolved: preloading external swf's on the main timeline smelsco Flash MX 1 03-23-2004 06:25 PM
problem with _root while loading external movies drewbie Flash MX ActionScript 2 03-27-2003 07:53 PM




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