Disable Maximize Button In .exe?
I was wondering is this possible? I have tried to do something with fscommand, but I haven't succeed . Code: fscommand("fullscreen", "false"); fscommand("allowscale", "false"); How do you disable this button?
KirupaForum > Flash > ActionScript 3.0
Posted on: 01-24-2009, 09:25 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Disable Windows Maximize Button
Does anybody know if it is possible to disable the windows maximize button from your flash movie with AS3, I'm making an exe that autoruns from a disc but I don't want the user to be able to resize or maximize the window.
Thanx
Disable Maximize Square Button
Greetings All:
How do I disable the top right maximize square button?
That is, when I export -- eg, a 500 x 500 -- movie, how do I let the viewers view my flash movie in that original size without letting them hit the maximize square button?
Thank you.
nomsg.
Disable Maximize Button In Flash Player
I am creating a stanalone application in Flash 800 x 600 screen size.
I am doing image panning, so when it gets maximized the some of my tricks in animation gets visible.
So, Is there anyway I can disable the maximize button in the flash player.
-sharvan
Projector Disable Maximize
does anyone knows how to prevent the user from making the window larger when u use the projector?
what i mean is to make the maximize disable (do't forget i am talking about the exe files)
the fscommand("allowscale","flase");
don't prevent me from making the window bigger just prevent from the movie to be bigger
[F8] Disable Maximize/No Resize
I found this old post that is very close to my question.
http://board.flashkit.com/board/show...t=fixed+window
I was curious if it was possible to disable the maximize in the executible? I have a game that I am nearly done with, but I need to have the window be a fixed size. I'm trying to avoid having to embed the file into an html. I really want to keep it in the flash player.
If this is not possible, is there a way to disable the area beyond the stage? I have a rollover menu that slides off the stage that has a tab for the user to rollover on the stage. However, the user can still rollover the menu when it is in the area beyond the stage, so it's buggy. Does this make sense? Masking out the area beyond the stage does not help. Any ideas would be greatly appreciated. I have test files that I can upload to help show what's going on if it helps.
Disable Maximize/restore On The Flash Projector?
I've just finished an interactive cdrom. I have desgned it at 800/600. problem is when you maximize this or play it at fullscreen it slows the movie right down.
I know how to disable full sreen but I need to know how to disable the maximize/restore button on the actual projector.
Can anyone help???
Thanks.
Maximize Button & Allowscale
Is there a way to make it so that if the user clicks maximize in the top right corner, the movie will maximize itself as though the fscommand allowscale has been set to false? That is, so that when the maximize button is clicked, the movie's dimensions do not change with the window size.
Thanks in advance.
Control The Maximize Button
Hi friends,
I want to control the maximize button that mean i want to disable the maximize button when the swf file is running mode. Please somebody help me. please...
Disabling The Maximize Button
Is there a way to disable the maximize button of the application window.If so please let me know how it is done.
thanks
venu
How Can I Ghost Out The 'maximize' Button On My Window?
I have a pop up window that launches my flash movie.
It is java in my html and it looks like this
language="JavaScript" type="text/JavaScript">
!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
/script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></head>
body bgcolor="#000000" onLoad="MM_openBrWindow('http://www.netleadsource.com/newleads.swf','newwin','width=800,height=600,left= 0,top=0,toolbar=No,location=No,scrollbars=Yes,stat us=No,resizable=No,fullscreen=No')">
body>
/html>
you can see it here: http://www.netleadsource.com/
But I want it so that you can't maximize it, and I'm wondering what I have to do to make this happen? I said, resizable = NO , didn't I?
Thanks
Also, what does the 'location = No' mean?
GetURL Window With Maximize Button Accessible
hey guys,
I've been trying to get a bit of control over the "getURL" action. I want the window that pops up to be a particular size, centered and have the maximize button accessible (it always seems to be greyed-out).
heres the code I've been using:
on (release) {
getURL("javascriptpenNewWindow('http://www.google.com','thewin','height=600,width=400,max imize=yes,toolbar=no,sc
rollbars=no')
") ;
}
This is all on one line. I've tried adding things like "maximize=yes" but that isn't doing squat.
Within the HTML, I've got this:
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) { newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>
Can somebody please help? I've tried a few of the components that are supposed to make this easy but, I haven't found one that works properly yet.
Thanks very much,
artane
Movie Clip Within Button - How Do You Disable Down State Of Button?
Hi - I have created a menu down the side of my flash site which is in the form of a button so that when the user rolls over the button, it brings up the menu. Within, this button is just text - the names for each page the user can select to go to (text is within movie clips so I can add actionscript to them).
However, I want to add on (press) {gotoAndPlay("home",1); } etc for each movie clip within this button but when i test the site, this code does not work as the buttons down state has priority over the movie clips within it.
Is there some actionscript code which could disable the down state of a button? (as i only need the button as a rollover anyway and i need the movie clips within the button to have priority in terms of actionscript for linkage etc)
Thanks
[AS1 BUTTON] Disable Part Of Button Code
Hi Shockers,
I read on a few articles on here about disabling a button but with my case I have a small problem of still needing the rollOver function to work. So my question is : Is it possible to disable the just the on Release and not the rollOver or the rollOut?.
Thinking about it I dont think you can but you never know what you guys come out with...
And I also have the problem of getting the button to be enabled after another button is clicked.
ActionScript Code:
on (release) {
//Take the bar up first
_root.barTo(1);
//Takes it to the right page
_parent.guestInfo.gotoAndStop("guestlist");
//Take away the sign name
_root.choiceBack();
//Put the 3D logo in to middle to show loading
_root.loaderLoad();
//load Movie Behavior
_root.guestInfo.post.loadMovie("guestlist.swf");
}
on (rollOver) {
_parent.slider.slider2.name.text = "GUESTLIST";
_parent.jumpTo(8);
}
on (rollOut) {
_parent.jumpTo(2);
}
[F8] Removing "Minimize And Maximize Button" From "Flash Projector File"
Hi All,
Please give me the solution of this problem as soon as possile.The problem is given below.
I want to remove "Maximimize and minimize button" from the title bar of Flash projector file.I have changed the "Title text" and "Icon" using Resource hacker. But I don't know how to remove controls using Resource hacker.I also tried "swf studio".But by using this "fscommand(exec)" is not working.I have used fscommand like this.
fscommand("exec","setup.exe");
I am using trial version of "swf studio" thats why ".exe" file doesn't wrk after one day.I have tried "jugglor" too,I am facing same problem with this software.
I you have any solution tell me.
Thanks.
With Regards
Sonu Singh
How Do You Disable A Button?
Quick question pls:
When I make a button invisible (cover it up) it still seems to respond.
What is the standard technique to deal with this?
Many thanks
[Edited by mediahype on 08-28-2001 at 07:15 PM]
Disable Button
Can anyone help me with this question...?
I need to disable a button (on it's release-event).
How do I disable a button with actionscript?
Thanks!
How To Disable The Button
When the mouse cursor goes over a button, it changes to a hand sign, is it possible to script it in such a way that the arrow remains, rather than it changes to a hand sign?
if not, any other suggestions?
Is There A Way To Disable A Button Unless..
..a certain scene or frame or score has been reached?
i have a button which i want to disable, i have no idea how, but i think i could figure out how to say.. if this score has been reach enable the button, if i knew how to disable (and enable) a button.
please help.
Disable Button
Hi,
how can I disable a button????
Make it NOT clickable???
Thanks
David
Disable A Button?
How do I disable a button in Flash 5? I can easily write code to ignore the ActionScript, but the button still flashes when the user clicks it.
Button Disable ?
Hi,
When we want to disable a button after release or any of the wanted actions, we do :
on (release) {
button("button1") enable=false ;
}
Something wrong ... it seems ...
Thanks
Disable A Button?
Ok don't understand this one.
Flash MX
I have a series of buttons that on roolover start a movie clip.
Some of this will start a sub menu on click.
The sub menu has a button called close window that will close the window of the sub menu.
I want to disable all buttons while the submenu is open and re enable them when window is closed.
Is there anyway to disable momentarly a button?
I ve been trying to render the movie clips invisible but that is not working.....
Thanks!
Disable A Button
Hi. I'd like to know how I can disable a button that I create. Do I have to turn it into a movie clip and make it invisible?
Disable Button
How would I go about disabling a button after it is pressed, but having it become active once the user clicks another button?
i.e. I click button 1. While I am browsing the contents of '1' I want to disable the '1' button. Then I click button 2 and when I am in '2', button 1 is active again where I cannot press button 2.
hope that makes enough sense, thanks!
Phil
Disable Button
hi all
i want anyone can help me in this problem.
i want disable button when listbox's items equal to 10 items, else make button enabled.
thanks
Disable Button
I have such button: text (on mouse over this text changes color and
cursor -> button cursor).
How with Action Script I can disable this button, f.e. replace on graphic
or with another method?
Disable Button?
hey,
i was wondering how to use the command button.enable. i cant quite figure it out. do you put the instance name of the button where "button" is in that like, say my instance name is "homepage", would it look like this?
Code:
homepage.enable(false);
or how does it work?? i cant figure it out. please help.
jake
How To Disable A Button?
Hi,
Just wondering, is there any method to disable a button? to disable it's functionality, even though the button should still be visible? Thanks...
Qasim.
Disable Button ?
Does anyone know a lign of code to disable Buttons?
I have a MC loading on top of the main movie, but the buttons on the main movie are still functionable! Even when my MC covers the buttons, the viewer can still click the buttons!
Thanks
Chris
Disable Button
how do you disable the maximize button on a popup..i don't want the popup to be maximized.
thanks
Disable Button
another question here since FK search seems to be down...
How do I disable a button if an external SWF is loaded on top of it?
Here's the scenario: I've got a button sitting on a layer on my main time line. When clicked, this button loads an external SWF onto another layer above the button. When loaded, the external SWF sits on top of the button, hiding it.
This external SWF has a form that needs to be filled out. When a user enters information in the first field and tabs to the second field, an outline of the button sitting on the layer underneath the loaded SWF appears. What makes it wierd, is that the outline that shows is a yellow border 3 or 4 pixels thick...something that isn't used in the button.
I don;t know if disabling the button would solve this problem or if there's a better way...other than moving the button or external SWF position.
Any ideas?
Thanks
Disable A Button?
I'm sure it's been asked before but I've done a search and not found the answer. Here goes
I have several buttons on my site that when pressed, load an external SWF into an empty movie clip. I need to disable the current button so it doesn't keep loading the swf. and only the other buttons will be active. so the first time I press contact, it works but If I press it again, it doesn't. They obviously need to be made active again once one of the other buttons are pressed.
I have this actionscript on my home button for example:
on (release) {
loadMovie("spreehome.swf", "empty");
}
I would need to actually see whatever actionscript you supply and how it works with the above code or I would only be writing back to ask. (I'm only just starting out with actionscript and find it a difficult concept at the moment)
Your help would be very much appreciated.
Thank you.
Button Disable
Is there a way to disable a button, but not disable the states. I know you can use
button.enabled = false;, but it disables everything.... thanks, Jacob
Disable A Button...
Using script what is the best way to disable a button?
I have a button and based on whether a file exist or not I'd like to dim it and disable it.
Any ideas?
Many thnanks in advance.
Disable Button
How do i tell a button to disable for a certain number of frames?
How To Disable This Red Button?
Can anyone tell me why when the Flash movie loads, the red box appears?? I've tried to disable this button by using the _root enable=true/false, but this doesn't work. I would just like it so that none of the boxes load unless you click on the button for them to load! Can anyone help me? I'm posting my .fla. Thanks!
Disable Every Button?
I have an option in my flash movie that opens a settings panel. The panel opens on the highest layer, and then one layer behind that I dynamically create an 800x600 black rectangle that I fade in to effectively fade out the rest of the movie while this panel is open. When the panel is open all the buttons behind it are still clickable. There are a lot of them, so I'd rather not have to disable each one individually if possible. Any suggestions on how to make them unclickable when the settings window is open.
Thanks!
Disable Button
Hello,
I just need help in disabling a button after it performs a check function.
ex. The button is being used to check a fill in the blank test. Once the button is hit and the answer is right, I want the button to become static.
Thank-you!
Disable Button
hello people, i wonder if this mess of buttons i have can be helped.
I have this movie with 80 levels most of them are buttons. In many cases one button falls over another, and this is where the mess starts. Is there a way i can disable the button action bellow the one i have on top??
thanks in advance ^_^
Disable Button.
I have my buttons all load up on a single movie clip. And i was wondering how do i disable a button after its clicked? and then when another button is clicked it re enabled.
Thanks.
How Do I Disable An MC Button
I have two movieClip buttons with the following codes
and I want to disable it when it's clicked, how ?
Thanks in advance ...
btn1.addEventListener(MouseEvent.ROLL_OVER, over);
btn1.addEventListener(MouseEvent.ROLL_OUT, out);
btn2.addEventListener(MouseEvent.ROLL_OVER, over);
btn2.addEventListener(MouseEvent.ROLL_OUT, out);
function over(e:MouseEvent):void {
e.currentTarget.gotoAndPlay("over");
}
function out(e:MouseEvent):void {
e.currentTarget.gotoAndPlay("out");
}
Disable Right Button
Is there any way I could disable the right button menu, I managed to delete all menus except the 'About Flash' and the Settings one. Someone knows how I could be able to use it instead? Like I wanna right click on a button and I get a crosshair or whatever.
Thanks in advance
Regards,
Carl
|