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




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 09-13-2006, 09:23 PM
Insomniis Insomniis is offline
Registered User
 
Join Date: Sep 2006
Posts: 3
Rep Power: 0
Insomniis is on a distinguished road
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>
 


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
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




All times are GMT. The time now is 07:44 PM.