|
|||
|
im using As3 and i have a movie with a bar around it in flash, in swfkit i set the window to borderless but i want to beable to make it so i can click the bar i have in the movieclip and be able to drag around the window. how could one do this? also it would really help if someone could point me towrads an api or something. thanks.
|
|
|||
|
Besides, you must also set your program draggable in
[swfkit]->[operation panel]->[application definitions]->[Interaction]->[Left Mouse Button Click] If you do not want to use this method, you can also use the way shown by the "somesample.zip" sample, which can be found at http://www.swfkit.com/forum/thread_1_1891.html |
|
|||
|
it still will not work. i set the lb to drag in the properties and in the initalization code but (tried with and without drag region) and i cant get the movieclip to move at all, it just keeps sending the lb to flash.
|
|
|||
|
Hi,
i also have a borderless SWFKit window. What is confusing for the users is, that they dont see a way to end the application. My idea was to insert a "Close" button in the embedded flashmovie. What would be a good way to close the whole SWFKit Container as well as the flashfile when clicking on the "close" button inside the application ? Regards, Fragile Germany |
|
|||
|
Ok, i solved the problem myself
.... for all you guys that want to know (probably many know anyway) :Code:
on (release) {
fscommand("quit");
}
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|