Does anyone have an answer on how to dictate the size of the new window that Flash 5 will understand?
I have this in the Object Actions window
**********************************
on (press) {
getURL ("javascript:MM_openBrWindow ('archMenu.htm', 'width=310, height=170, top=165, left=575');"
;
}
**********************************
The button calls a new window just fine, but the size of the window is not referencing the parameters indicated within the parentheses.
The debugger claims it a JS error in that it expects a ')' after the calling of the .htm
Thanks a million!
ironworks
I have this in the Object Actions window
**********************************
on (press) {
getURL ("javascript:MM_openBrWindow ('archMenu.htm', 'width=310, height=170, top=165, left=575');"
}
**********************************
The button calls a new window just fine, but the size of the window is not referencing the parameters indicated within the parentheses.
The debugger claims it a JS error in that it expects a ')' after the calling of the .htm
Thanks a million!
ironworks