Flash Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignFlash Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 1st, 2002, 08:16 PM
siujanjan siujanjan is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 26 siujanjan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Calling a popup from Flash

Hi,

I've set FScommand, for calling a pop-up window from flash, in flash file, I embed this action in the button,

on (release) {
fscommand ("call_popup", "testpage.htm");
}

and in the html file, i've added,

<SCRIPT LANGUAGE="VBScript">
<!--
// Catch FS Commands in IE, and pass them to the corresponding JavaScript function.

Sub myslash_FSCommand(ByVal command, ByVal args)
call myslash_DoFSCommand(command, args)
end sub

// -->
</SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
<!--
function myslash_DoFSCommand(command, args) {
if (command == "call_popup") {
window.open(args, 'popMe','directories=0,status=0,menubar=0,toolbar=0,scrollbars=1,resizable=no,copyhistory=no,width=6 30,height=450,top=200,left=200')
}
}
//-->
</SCRIPT>

in IE, it works fine, the window can be pop-up, but in Netscape, no response at all, why?

Reply With Quote
  #2  
Old May 28th, 2002, 05:55 AM
Rooseboom's Avatar
Rooseboom Rooseboom is offline
PHP isn't intended for that???
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Nov 2001
Location: Amersfoort, Netherlands
Posts: 248 Rooseboom User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 h 51 m 12 sec
Reputation Power: 7
I wouldn't use a FS command for this, all you need is:

In the head part of your html file add this:

<SCRIPT type="text/javascript" language="JavaScript">
<!--
function newwin(location,name,w,h)
{
var scrw=(screen.width/2)-(w/2);
var scrh=(screen.height/2)-(h/2);
window.open(location,name,'scrollbars,left='+scrw+',top='+scrh+',width='+w+',height='+h);
}
//-->
</SCRIPT>

and call it with a button in flash using:

GetUrl
javascript:newwin(popupfile.htm','hos',300,400)

Good luck
__________________
TOO BUSY

Reply With Quote
  #3  
Old May 29th, 2002, 11:41 PM
siujanjan siujanjan is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2000
Posts: 26 siujanjan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
thanks

thanks, i can handle it now

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignFlash Help > Calling a popup from Flash


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway