|
|||
|
Hi
I want to create a new window and display a flash file in it. var wnd2 = new Window(handle); Firstly I dont understand what handle is and what I should initialise it to (other than an interger). Secondly, I dont know how to load a flash movie into that window. Thanks Jon |
|
|||
|
thanks
sorry, it could just be me, but i'm looking at the SWFKit Pro 2 Manual (April 8, 2004) and i cant find the Form object. I dont suppose you could point me to the documentation? |
|
|||
|
thanks, i found the form object in the help section in the program. However I havent got it working yet. Here is the code i'm using;
var form = new Form; form.movie = Global.getAdditionalFile("nokey.swf"); form.caption = "!"; form.showCaption = false; form.canDrag = true; form.initVars = "formid=" + form.Identifier; form.show(true); I got this from the section entitled "Creating multiple forms". Its not showing me a window. In fact its causing a microsoft visual c++ debug error. Could you give me another hand? Jon |
|
|||
|
In SWFKit Pro 2 you cannot call the ffish script methods directly in action script, so you cannot use the sample code for swfkit pro 3: "Global.getAdditionalFile" is only for actionscript. In ffishscript you must use "getAdditionalFile" directly.
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|