javascript>flash
javascript>flash
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- unfittoprint0
that's a bi-dimensional array right (an array inside an array, right?)
you can try this(?)
winX=array[i][0];
winY=array[i][1];and then just substitute the 'stuff' inside the getURL like constructing a string...
button.onPress(){
getURL("javascript:popup(
'portfolio/web/polis/inde
x.htm','polis','595','840
','"+winX+"','"+winY+"','no',
'no')")?...