Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-08-2007, 09:47 PM
Junior Member
 
Join Date: Feb 2007
Posts: 6
Default Splash Screen while program loads?

Hi. I am using this for the splash screen:

Code:
var splash = new SplashWnd(300, 250);
splash.loadSWF(getAdditionalFile("splash.swf"));
splash.timeout = 3000;
splash.window.center();
splash.window.show();
The problem is that it loads at the same time the movie loads. Is there anyway to display the splash while the movie is loading?
Reply With Quote
  #2 (permalink)  
Old 07-09-2007, 09:04 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Splash Screen while program loads?

To resolve the problem, please put your code in the "initialize" script in swfkit pro. You can also try the Splash2 object, by adding the following code into the "initialize" script
Code:
var timeout = 3000;
var splash = new Splash2(getAdditionalFile("splash.swf"), timeout);
Reply With Quote
  #3 (permalink)  
Old 11-11-2008, 04:32 PM
Junior Member
 
Join Date: Nov 2008
Posts: 1
Default Re: Splash Screen while program loads?

for me the splash screen is loading.. but is there anyway to make the splash screen transparent???
i'm using a swf file with a PNG image which is semi-transparent.. but when it loads it displays the
stage background color.. so pls let me know if there's anyway to make it transparent..
thanx a lot
Reply With Quote
  #4 (permalink)  
Old 11-23-2008, 08:14 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: Splash Screen while program loads?

Sorry, the current version cannot do transparent splash window.
Reply With Quote
  #5 (permalink)  
Old 05-23-2009, 07:19 AM
Junior Member
 
Join Date: May 2009
Posts: 1
Default

I seem to be having some trouble with creating splash screens: both "SplashWnd" and "Splash2" declarations trace warnings (Warning: using undefined variable "SplashWnd") and I'm not sure why. If it's of any help, I'm using SWFKit 3.4. Any tips?
Reply With Quote
  #6 (permalink)  
Old 05-26-2009, 12:48 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default

Sorry, the objects are only available in SWFKit Pro.
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 04:26 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.