
Welcome Guest
|
#1
|
|||
|
|||
|
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
}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 |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |





