imjustabeginner
06-07-2006, 06:48 PM
Hello,
I have a Flash button containing the following code
on (release) {
getURL ("javascript:window.open('c:/documents and settings/me//desktop/start/test.html','testing','width=1024,height=768,left=0 ,top=0,toolbar=No,location=No,scrollbars=No,status =No,resizable=No,fullscreen=Yes')");
}
And it does not work. I am wondering two things, one, why won't it work? And two, I figure I need something in the HTML file itself, but what do I need?
Any help would be greatly appreaciated
Sorry for my n00biness in advance.
Thanks
DT
I have a Flash button containing the following code
on (release) {
getURL ("javascript:window.open('c:/documents and settings/me//desktop/start/test.html','testing','width=1024,height=768,left=0 ,top=0,toolbar=No,location=No,scrollbars=No,status =No,resizable=No,fullscreen=Yes')");
}
And it does not work. I am wondering two things, one, why won't it work? And two, I figure I need something in the HTML file itself, but what do I need?
Any help would be greatly appreaciated
Sorry for my n00biness in advance.
Thanks
DT