Hi all,
I recently switched to CS4 and I’m having a very odd problem and I can’t understand why this is happening.
I’ve created a full screen flash website. When I test the file in flash, its all good.
Now I need to put it online to show the client, but whenever I try to do this…all I get is a black screen.
Even if I use Flash’s own Publish as HTML option, all I see is a black screen.
Is there something I’m missing? This is driving me nuts! Never had this problem before!
the code on my main timeline is like this:
[AS]
import caurina.transitions.Tweener;
import caurina.transitions.properties.ColorShortcuts;
import caurina.transitions.properties.FilterShortcuts;
ColorShortcuts.init();
FilterShortcuts.init();
include ‘inc/library.as’;
include ‘inc/fullscreen.as’;
include ‘inc/functions.as’;
include ‘inc/textfield.as’;
include ‘inc/functionShowPage.as’;
include ‘inc/pageTech.as’;
include ‘inc/preloader.as’;
include ‘inc/initialize.as’;
include ‘inc/video.as’;
include ‘inc/grid.as’;
include ‘inc/menu.as’;
include ‘inc/resize.as’;
[/AS]
nothing is wrong when I test the actual SWF from Flash, or even just open the SWF in windows…