Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-07-2007, 05:05 AM
Junior Member
 
Join Date: Dec 2005
Posts: 14
Default My script with filters is not working with SWFKIT standalone

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

Reply With Quote
  #2 (permalink)  
Old 12-07-2007, 07:29 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: My script with filters is not working with SWFKIT standalone

Can you please send us (support@swfkit.com) your file? We will test it and try to solve the problem. Thank you.
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:41 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.