aaarrrrrrrggggghhhhhhh. i hate IE. why its presence is even allowed on the web is past me. but it is so we must deal with it.
so i am just finishing my first complete Flash site. and when you go to the default html index page you have two options, one is to view the dial up html version and two is to enter the Flash site.
i have all the AS written right on my Flash button that appears on this index html page, the script in the HTML that it calls to is as follows
<script languange=“javascript”>
function launch(page) {
OpenWin = this.open
(page,"mysite.com/jpf/flash.html",“toolbar=no,menubar=no,scrollbars=no,location=no,fullscreen=yes,top=0,”);
}
</script>
this works fine in safari and in firefox. but in internet explorer it does nothing. it does not even say it is blocking a pop up, it just does nothing. is there a work around to this for IE? why is that browser such a pain in the ***?
Any help is mucho apreciated
aloha
d~