
Welcome Guest
|
#1
|
|||
|
|||
|
communication between windows - processing speed problem
Hello,
I am having a problem with sending communication between 2 windows, with the code shown below. This code is from a photo thumbnail button in a parent window, which on pressing brings up a popup swf. This swf then displays an image (on release function) depending on which thumbnail was pressed. My computer is quite slow (P3 800) and the functionality isn't working as it should, as the getURL command is not completed by the time the on (release) command is issued. Code:
on (press)
{
getURL("javascript:NewWindow=window.open('right.html', 'Solid Earth Gallery', 'width=700, height=500); NewWindow.focus(); void(0);");
}
on (release) {
_root.sender.send("popupConnection", "whichPhoto", "clip1.swf");
}many thanks, Rebecca. |
«
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 |
| Problem Windows Vista | go123 | Flash MX |
0 | 12-01-2008 11:33 PM |
| Window's Media Player Emulator Problem | Nicholas.Roge | Flash CS3 / Flash 9 |
8 | 07-04-2008 10:48 PM |
| problem in windows - "Click to activate and use this control" ? | ZEROmedia | General Flash | 3 | 10-28-2006 08:58 AM |
| Problem with audio streaming - speed | Nex34 | Flash MX 2004 |
1 | 09-06-2004 04:35 PM |
| speed problem with infinite menu | missbiggles | Flash MX ActionScript |
6 | 06-04-2004 11:39 AM |





