|
User Details |
message
|
|
Marco Terrinoni
post date:
2008-12-12 06:14:28
|
|
Hello therernrnI am having trouble publishing my text, FX do not run when i preview my fla file and i get this error messagernrnReferenceError: Error #1065: Variable GlowEffect is not defined.rn at global/flash.utils::getDefinitionByName()rn at xtd.textFX_v2::TextFXMain$iinit()rn at xtd.textFX_v2::ComponentTextFX/::enterFrame()rnrnAlso, as i setup my text effects in the component i keep getting the following JS error:rnrnThe following JavaScript error(s) occurred:rnrnreorderLayer: Argument number 1 is invalid.rnrnThis does not stop me making and previewing changes but they subsequently do not publish...any thoughts?rnrnMany thanks
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2008-12-12 09:45:30
|
Hello Marco,
I think that you can dodge that error you receive in the output panel by copying the actionscript the components inserts on the first frame, to the frame you are using the component for the first time. Especially if you have many layers. Try downloading the latest pack of the Creative TextFX v2 for the fix.
About that js error, please give a step by step description of what you are doing. Also, a couple of screenshots would help.
Best regards,
Andrei Rinciog
|
|
|
Marco Terrinoni
post date:
2008-12-15 06:13:43
|
Hello again
I have inserted my script on the correct frame and i am still getting the following errors:
[class GoodFunctions] Warning: [object TextFXMain]moveDuration is NaN
[class GoodFunctions] Warning: [object TextFXMain]moveFromX is NaN
[class GoodFunctions] Warning: [object TextFXMain]moveFromY is NaN
[class GoodFunctions] Warning: [object TextFXMain]moveEasing is null
ReferenceError: Error #1065: Variable BlurEffect is not defined.
at global/flash.utils::getDefinitionByName()
at xtd.textFX_v2::TextFXMain$iinit()
at xtd.textFX_v2::ComponentTextFX/::enterFrame()
I am using the following script
import xtd.textFX_v2.effects.ShockingFlakesEffect;
var eff3:xtd.textFX_v2.effects.ShockingFlakesEffect;
import xtd.textFX_v2.effects.NoneEffect;
var eff2:xtd.textFX_v2.effects.NoneEffect;
import xtd.textFX_v2.effects.GlowEffect;
var eff4:xtd.textFX_v2.effects.GlowEffect;
import xtd.textFX_v2.TextFXMain;
var eff:xtd.textFX_v2.TextFXMain;
Please could you advise me what i am doing wrong?
Many thanks
|
|
|
Andrei Rinciog [Extend Studio]
post date:
2008-12-15 06:24:00
|
Hello,
Please send us your FLA file at support@extendstudio.com
Thank you,
Andrei RInciog
|
|