Forum Moderators: open
on (release) {
getURL("JavaScript:popup('BBpageflatB4.html');");
}
function popup(destination) {
window.open(destination,'BBpageflatB4.html', 'toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, width=475, height=625, left=50, top=50');
}
I get this error
**Error** Symbol=ch_pages, layer=button, frame=30:Line 6: Statement must appear within on handler
function popup(destination) {
Total ActionScript Errors: 1 Reported Errors: 1
I don't kow the answer, however, I wonder if someone else may have an idea for you.