I am trying to make a .swf file load into a separate browser window using this method and I can’t get it to work.
Example:
Uni__Dock_Video.on (press) {
getURL(javascript:openNewWindo(‘rollOver02.swf’,‘unipop’,‘height=400,
width=400,toolbar=no,scrollbars=yes’));
}
I have a button named, “Uni__Dock_Video” in a Flash file.
I am assigning this code into a blank keyframe on a separate layer from the before-mentioned button
I have a file named, “rollover02.swf” that plays fine. This code is pointing to that file, “rollover02.swf” and it is in the folder with the rest of my files.
When I hit Ctrl+Enter in the file that has all this code, the .swf file that results works fine except that the new browser window that should show up (when I click on the button, “Uni__Dock_Video”), playing, “rollover02.swf” doesn’t show up.
Hence, a getURL Question in Flash.