i have an swf file, which is an image of a close and minimize button!
what method should i use? to get this swf file working...
Printable View
i have an swf file, which is an image of a close and minimize button!
what method should i use? to get this swf file working...
What the heck are you talking about man ???
here's my swf file!
i just want them to be working...
of course, when i clicked the close button the project will close/end!
and if minimize the project will minimize...
now, what should i use the FS_Command or got_focus?
To close your swf from a button click...
VB Code:
on (release) { fscommand ("quit"); }
How To Code The Minimize Buttton?
i can't understand the code... :confused: :confused: :confused:Quote:
Originally Posted by RobDog888
In your button you place your action script that I posted. When you do a mouse button up it will run the code which will quit your swf.