| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Location: brooklyn
Posts: 4
|
repeated use of getUrl from a projector opens multiple browser windows (ie5 on pc) rather than navigating to different urls in same window. no target specification seems to alleviate this. any fix / work around? also, is there any way to check for active internet connection from the projector like you can do in lingo?
|
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
Well I can't get the movies to open in the same window either and I've been trying for about 10 minutes...
I can help you with the other though, To test for an active internet connection you can have avariable called 'active' which is default set to false, then you can do a loadVariables request on an online data file: http://www.site.com/onlineCheck.txt and that will load in a true value for the 'active' variable which you can check later on; if it's true, you're connected, else you're not. Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2001
Location: brooklyn
Posts: 4
|
oh. good tip. thank you. if anybody does find a solution to the multiple window thing.... i'm still looking for one!
|
|
|
|
|
|
#4 |
|
Registered User
Join Date: Mar 2001
Location: Albany, NY
Posts: 3
|
I've got the same problem. It works like a charm in Netscape (4.76 on PC) but not IE. Haven't tried on a Mac yet ... I'd be interested in hearing any solutions or ideas, too.
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Mar 2001
Location: Albany, NY
Posts: 3
|
as i was writing, one of my co-workers tried our code in IE 5.5 on a PC -- with success. might it be a snag in IE 5.0?
|
|
|
|
|
|
#6 |
|
Registered User
Join Date: Mar 2001
Location: brooklyn
Posts: 4
|
sounds great. what is your code?
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Mar 2001
Location: Albany, NY
Posts: 3
|
Hi ... it worked with IE 5.5 just using the regular getURl code with a target name that had I typed in. We are now, however, looking at a redirect work-around that will work the same across browsers so we don't have to worry about it not working properly in only IE 5.0.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why everyone hates (or should hate!) mircosoft | stealthelephant | General Chat | 102 | 11-28-2008 10:02 PM |
| Centered Multiple Pop-up windows via Flash | paulgabel | Other Flash General Questions | 3 | 10-14-2005 07:16 PM |
| Multiple pop up windows behind projector | xus | Projectors and CDs | 1 | 09-07-2005 12:42 PM |
| Really Need Help : Multiple 'getURL()' calls fail... | Debug2626 | ActionScript 2.0 | 3 | 10-29-2004 08:11 PM |