Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
ghert #1
fscommand called by a quit button
I'm having trouble exiting this Flash movie
'http://www.canonguy.net/portfolio.swf' with my quit logic.
The Quit action is:
on (release) {
fscommand("quit");
}
When I execute the .swf locally on my PC, quit exits the movie properly.
However, when I try using it on the web through Internet Explorer, Quit has no
effect. Why?
Gary
ghert Guest
-
help with loadMovie and fscommand("quit");
hello, i am loading external swf files inside a main swf file via the param tags. this all works fine but what i need to happen is when the loaded... -
Quit button from flash movie
I made a flash movie which I imported into director. The flash movie had a quit button which used the fscommand action to close the projector. ... -
Can a Flash button quit a Director projector?
Is it possible to add a quit button within Flash Mx so that when I import the whole presentation into Director 8.5 it will quit the projector? ... -
Can a flash quit button close a Director projector?
Is it possible to add a quit button within Flash Mx that so when I import the whole presentation into Director 8.5 it will quit the projector? ... -
"Submit" button quit working!
I designed our website (www.equinedentistryschool.com) in MS Publisher 2000. I have NO instructions at all and fumbled through with the wizard and... -
CesareRocchi #2
Re: fscommand called by a quit button
use javascript
on (release) {
getURL("javascript:window.close();");
}
HTH,
-c.
CesareRocchi Guest



Reply With Quote

