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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-05-2006, 11:07 PM
flapcat flapcat is offline
Registered User
 
Join Date: Mar 2006
Posts: 2
Rep Power: 0
flapcat is on a distinguished road
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");
}
Does anyone know of a way around this?

many thanks,
Rebecca.
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
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




All times are GMT. The time now is 09:07 AM.