Hey all, here’s what I think should be a bit of an easier one than my last. When somebody visits my site (entirely Flash), I simply want the site to open with no toolbar, menubar, resize option, etc on the browser window. If at all possible, I would also like the window to be sized to the precise dimensions of my .swf. Thanks!
you can do it using javascript.
http://javascript.internet.com/navigation/popup-page.html
hope this helps
Well, it does help in one regard because the link offers great information on some things I didn’t know about :s:, but it only talks about how to open pop-ups and secondary windows. I’m looking to specify the browser window size for my initial page - ie. the actual website itself. Is there Javascript to do this??? Thank ya!
Well I am not sure about a javascript but I think all you need can be accomplished with the fscommands. That’s how I have done it in the past and I pretty sure there was a good description of the settings for these in the ActionScript dictionary under the Flash Help Menu.
You can also use the reference palette.
hm… maybe you can use javascript to define it in the current window. If you havea look at the properties that are set to customise the popupwindows and then try something like:
<script language="javascript">
window.(property) = value;
</script>
i’m not sure if i made myself entirly clear there, but i hope it helps you with your project