|
|||
|
Hi,
I have created a flsh8 movie and it works fine with system installed flash player 8. when I make a standalone projector with swfkit 3.2 also I tried with vesion 2.2, the scripeted animation is not working , but the time line animations are working fine.My movie loads internal movie clip with a actionscript and it calls flash 8 filters for its animations. help! - Kitroh Code:
Stage.scaleMode = 'noScale';
//
import flash.display.*;
import flash.geom.*;
import flash.filters.*;
//Background
//
// Frame-work
//
var fw_bit:BitmapData = new BitmapData(Stage.width, Stage.height, true);
var fw_mc:MovieClip = _root.createEmptyMovieClip("fw_mc", _root.getNextHighestDepth());
fw_mc.attachBitmap(fw_bit, this.getNextHighestDepth());
//
//Graphics
var baseMatrix = new flash.geom.Matrix();
var fade = new flash.geom.ColorTransform();
fade.alphaMultiplier = 0.8;
//Init
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|