[font=Trebuchet MS]I am at the novice/intermediate level of flash knowledge. I was recently bestowed the responsibility to recreate my band, epiphany, website: epiphdotcom .
I immediately got started but i am having trouble already with the entrance button. In Netscape Navigator 7.1, it works fine, but there is much trouble in Internet Explorer 6.0.
If anyone has sufficient knowledge of flash mx and could help, i would appreciate it if you would go to the above link and look thru my action script in the file below. Thank you:
on (release) {
getURL (“javascript:NewWindo=window.open(‘http://www.geocities.com/epiphanymusica/mainframe.html’ , ‘epiphdotcom | mainframe’ , ‘width=800, height=625, left=,top=,toolbar-No,location=No,scrollbars=No,status=No, resizable=No,fullscreen=No’); NewWindow.focus(); screen_height = window.screen.availHeight; screen_width = window.screen.availWidth; left_point = parseInt (screen_width/2) - (800/2); top_point = parseInt (screen_height/2) - (625/2); setTimeout (‘NewWindow.moveTo (left_point,top_point)’ ,100); void (0);”); }
[/font]