So I create my website http://www.zero-version.com in flash and it uses java to popup and control little windows to play movies in. Looks good in explorer, but in safari I get scrollbars and it cuts into the screen a bit.
The code looks like this:
on(release){
getURL(“javascript:window.open(‘http://www.zero-version.com/artmoving.html’,‘movie’,'width=320,height=326,0’); void(0);”);
}
Also, I have no idea what it does in firefox.
Anybody have a suggestion as to how to make this happen and work in all browsers?
pre - thanks.