|
|||
|
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();
|
|
|||
|
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);
|
|
|||
|
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 ![]() |
|
|||
|
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?
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|