
Welcome Guest
|
#1
|
|||
|
|||
|
Ctr Pop Up using Flash 8 Player & java
Hi All
May sound like a silly question but I’m having a nightmare getting a centered pop up working using the flash 8 player, I have a basic java function that works fine using flash 7 player but will not work at all in the flash 8 player, anyone done this when publishing to the flash 8 player. Any help would be greatly appreciated Ta Stakker > Please see code below Thanks for your assistance, this code works fine when published with the flash 7 player but nothing when published with the flash 8 player? ////Function in flash btn_Up.onRelease = function() { getURL("javascript:Launch('popup.html', 400, 300)"); }; ////Java un HTML <script language="JavaScript"> function Launch(page, width, height) { OpenWin = this.open(page, "News", "toolbar=no, menubar=no ,location=no, scrollbars=yes, resizable=yes, width=" + width + ", height=" + height + ", top=" + (screen.height/2 - height/2) + ", left=" + (screen.width/2 - width/2) + "\""); } </script> |
«
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 |
| Flash Player get an Echo Cancellation. Web-telephony is coming! | Flashphoner | Apache Flex |
1 | 04-16-2011 04:02 PM |
| Glitch in my first Flash project | keress | Newbies |
8 | 12-28-2006 02:49 PM |
| Script Working In Flash 6 Player But Not Flash 7 | eabigelow | Flash 8 |
4 | 11-17-2006 08:12 PM |
| Ctr Pop Up HTML Windows using 'Flash 8' Player | Insomniis | Flash 8 |
2 | 09-11-2006 05:57 PM |
| Flash 7 in the Flash 6 player | Ultraniblet | Flash MX 2004 |
1 | 08-05-2004 03:37 PM |




