Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Pre-sales

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-01-2006, 05:45 PM
Junior Member
 
Join Date: Feb 2006
Posts: 2
Default new window

greetz from germany,

i like swfkit pro very much, because of its good options, but i still have a problem understanding the manual :-[
i just downloaded swfkit to realise a cd application, but i don't know how to create a new window from my main.swf. i want a button to open another .swf file in a new window.

is it possible to create a new opening window with other another appearance with swfkit? and if it's possible, could you please tell me the right scripting.

thanx
Reply With Quote
  #2 (permalink)  
Old 08-26-2006, 06:36 PM
Junior Member
 
Join Date: Aug 2006
Location: Germany
Posts: 28
Send a message via MSN to snakemedia Send a message via Yahoo to snakemedia
Default Re:new window

Hi
I know that new window.

Code:
myButtonbtnListener = new Object();
myButtonbtnListener.click = function() {
// Open this Export Dialog
import SWFKit.*;
var form = new Form();
form.movie = Global.getAdditionalFile("< your flashfilm >");
form.caption = "New Window";
form.showCaption = true;
form.canDrag = true;
form.initVars = "formid="+form.Identifier;
form.show(true);
};
myButton.addEventListener("click", myButtonbtnListener);
I know that swf in a new window!
I hope enjoy..

Gb SnakeMedia
__________________
Sorry I am deaf! I have problem with eys... Thanks!
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 09:59 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.