javascript > flash help
javascript > flash help
Out of context: Reply #3
- Started
- Last post
- 15 Responses
- preston0
here check this out:
function Start(URL, WIDTH, HEIGHT) {
windowprops = "left=25,top=50,width=" + WIDTH + ",height=" + HEIGHT;
preview = window.open(URL, "_blank", windowprops);
}I copy/pasted from:
http://members.rogers.com/camero…
that page just has HTML/CSS links, but it should work the same way using getURL.