Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-20-2007, 04:48 PM
Junior Member
 
Join Date: Jan 2007
Posts: 3
Default How to make a Splash Screen?

Hi,

How can I make a Splash Screen before my .EXE file loaded?

I mean that Splash Sceen must show before the .exe file loaded. Could it be possible? Please explain in Detail because I know very little Ffish Script.

I am using SWFKit 2.2.
Reply With Quote
  #2 (permalink)  
Old 01-21-2007, 03:06 PM
Junior Member
 
Join Date: Jan 2007
Posts: 3
Default Re:How to make a Splash Screen?

Hi there!

Please reply to this Post and answer my question.
Could it be possible to make a Splash Screen in SWF Kit Pro 2.2? If not. Please tell. I am waiting....Thanks!!! ???
Reply With Quote
  #3 (permalink)  
Old 01-21-2007, 06:56 PM
Senior Member
 
Join Date: Feb 2003
Posts: 212
Default Re:How to make a Splash Screen?

I don't know how to make the splash screen appear without the exe shown. For that you should wait the swfkit team to respond

But when i make a splash screen I usualy do this:

Code:
Splash = new SplashWnd(550,400)
Splash.loadSWF("c://splash.swf")

// the following line centers the splash window, otherwise it's created off-screen
Splash.window.center();

Splash.timeout = 8888
Splash.onTimeout = function ()
{
***trace("timout")
}
I had a hard time to let ffish show up the splash screen.
That was because I didn't use the window.center.
The splash window is a window-object, so all the window -ffish scripts have an effect on the splash-window.
So you could even let the splash window fly in from the corners with
Code:
Splash.window.fly(0, 1, true, 0);
Good luck
Reply With Quote
  #4 (permalink)  
Old 01-22-2007, 04:50 AM
Junior Member
 
Join Date: Jan 2007
Posts: 3
Default Re:How to make a Splash Screen?

Thanks a lot!!!..........I will try it.......!!!......God bless U
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:04 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.