Hmm... I still can't make it work! :-( I've attached an image (hope it
works - but couldn't send it the first time so if you have and email I can
mail it to you) showing the problem I'm having - though I've used
fscommand("fullscreen", true); aswell. When I've copy-pasted your code there
was an additional popup I could move around (the one with my mouse pointer)
and I could click the close button symbol and it would animate. Still it
wouldn't close the file and my other close button was 'disabled' - couldn't
click it and no animation.
If you know how to it'd be much appreciated if you'd help me. Also isn't it
possible to somehow 'disable' the fullsceen thing so you could see the
desktop while still browsing the internet (without going Alt+Tab) and still
be able to move the Window around freely??
"adireddy" <webforumsuser@macromedia.com> skrev i en meddelelse
news:c6sldm$8ar$1@forums.macromedia.com...
[quoted text, click to view] > You can remove "File - View - Control - Help" menu in flash player using
> fscommand...
>
> fscommand("showmenu", false);
>
> Coming to close button in window component... the following is the code
to
> enable close button...
>
> var myTW = mx.managers.PopUpManager.createPopUp(_root,
mx.containers.Window,
> true, {contentPath:"path", closeButton:true});
>
"adireddy" <webforumsuser@macromedia.com> skrev i en meddelelse
news:c6sldm$8ar$1@forums.macromedia.com...
[quoted text, click to view] > You can remove "File - View - Control - Help" menu in flash player using
> fscommand...
>
> fscommand("showmenu", false);
>
> Coming to close button in window component... the following is the code
to
> enable close button...
>
> var myTW = mx.managers.PopUpManager.createPopUp(_root,
mx.containers.Window,
> true, {contentPath:"path", closeButton:true});
>