flash question
flash question
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- rasko40
err. google may help.. or:
in the html page with your swf, in the head, in script tags:
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}on your flash button:
on (release) {
getURL("javascript:openNewWindow...
}