|
|||
|
I'm onlytrying the demo of SWKit Express right now because I need to verify this one feature. When my flash video finishes playing I want the player to close by itself rather than requiring any user inteaction. Is this possible? With the demo it stays up with a blank screen saying it is unregistered so I wasn't sure if this was a function of the demo copy or if it was the way it always worked. Just didn't want to purchase and find out there was no support for this.
Regards, David |
|
|||
|
You'd have to put code in your application to close it at the end, but yes it is possible.
Either use: Code:
fscommand("Quit");
or Code:
var app = getMainWnd(); app.close(); |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|