Mailing List
Home
Flash Pro
Extending Flash
Flash Macromedia Developer
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Passing variable and opening new browser window

Passing variable and opening new browser window

2004-02-23       - By Andrew Clark

 Back
Reply:     1     2     3     4     5     6     7     8  


   Hi,

      I wish to click on a Flash chart in mySource.html and drill down to a
datagrid
   which opens in a small browser window myTarget.html

   getURL( "http://www.mySite.com/myTarget.swf?myData= "+theData);

   works fine opening the swf in a new window

   Attempting to place the swf in a new window directly is probably not
possible:-

getURL( "javascript:openNewWindow( 'http://www.mySite.com/myTarget.swf?MatchDa
te= "+theDate, 'thewin ', 'height=400,width=400,toolbar=no,scrollbars=no ') ");
produces an error ' Method name must be GET or POST '

   Also

getURL( "javascript:openNewWindow( 'http://www.mySite.com/myTarget.html ', 'thew
in ', 'height=400,width=400,toolbar=no,scrollbars=no ') ");

   opens a window but does not pass the data

   Entering http:/www.mySite.com/myTarget.html?myData=theData directly in the
address bar also fails

   I have attempted to change the param movie value and embedded src in
myTarget.html without result, though am unclear what
   exactly I should be entering

   Is there a solution, please

   Cheers
   Andrew Clark




=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:104974
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)