
Welcome Guest
|
#1
|
|||
|
|||
|
I have a flash movie with a button with the following code on the button:
Actionscript:
on (release) {
theUrl = "updateproperty.asp?id="+id;
//Goto Webpage Behavior
trace(theUrl);
getURL("javascript:popup_window2( theUrl, 'movein', 300, 300)");
//End Behavior
}trying to open my popup ' updateproperty.asp' with the flash variable 'id' attached ie 'updateproperty.asp?id=4' trace works when i test it in flash popup window doesn't work browser error: Line 1 Char 25 Error : theUrl Undefined the code on the Html page holding the flash movie includes the following to make the popup window work: PHP Code:
i assumed if i changed Actionscript:
getURL("javascript:popup_window2( 'updateproperty.asp', 'movein', 300, 300)"); Actionscript:
getURL("javascript:popup_window2( theUrl, 'movein', 300, 300)");...it didn't! question: how do i get the html popup window to use the variable?
please!!! Last edited by Scottae : 12-12-2005 at 10:38 PM Reason: Format with AS tags |
«
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 |
| add enemies to "Jungle Adventure" | Annieberry | Game Programming |
7 | 02-03-2007 03:30 PM |
| have mouse events pass straight through a flash movie? | johnyboy | General Flash | 12 | 09-08-2006 11:32 PM |
| Passing Variables to Flash from HTML via Query String | cybercampbell | Newbies |
3 | 06-30-2006 08:12 AM |
| I need some help | zig_man | Newbies |
0 | 04-11-2005 02:17 AM |
| Opening a popup without html and Javascript?!? | Billye72 | General Flash | 1 | 01-24-2003 12:45 PM |





