| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Dec 2004
Posts: 14
|
We are trying to call some javascript methods/ functions fron flash using getURL function, but when we are running the file in PDA device, the javascript function is not getting properly called and 'page cannot be found' page is opening in the same browser window. Can anyone please give the solution is this regard? This is bit urgent. Thanks.
|
|
|
|
|
|
#2 |
|
Registered User
Join Date: Feb 2007
Posts: 17
|
can we see your getURL code?
|
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2004
Posts: 14
|
Thanks for your response,
This is one example of getURL I am using, var options = "width=800,height=600,toolbar=no,menubar=no,resiza ble=no,scrollbars=yes"; getURL("javascript penNewWindow('help/help.htm','"+options+"')"); This 'openNewWindow' function is written in the javascript file, function openNewWindow(URLtoOpen,parameters) { newWindow=window.open(URLtoOpen, "",parameters ); } |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Publishing SWF into Director with .htm at root problems | frank grimes | ActionScript 2.0 | 0 | 02-16-2007 04:08 PM |
| a "close" button on child swf | bloombloom | ActionScript 2.0 | 0 | 02-14-2007 02:26 AM |
| Run swf (not html) | Ruben | Flex 2 & 3 | 2 | 02-08-2007 03:14 PM |
| Javascript, swliveconnect, mac. CMS wont work properly on Mac | Paul Ferrie | Other Flash General Questions | 0 | 05-12-2005 01:32 PM |
| Javascript: launch popup not working properly | CodeAnt | Simple Stuff (Newbies) | 2 | 03-26-2003 09:57 PM |