Flash :: 3D Transforms On Loaded SWFs Aren't Working

Dec 12, 2011

Our creative team produces SWF animations in the Flash CS5 authoring tool that we (the engineers) load at runtime into a project built using the Flex SDK. Animations that don't use the "3D rotation tool" work just fine.

Animations that use the 3D rotation tool give the following behavior:

MovieClips that have 3D tweens applied using the 3D rotation tool show up in the top-left corner of the stage as if they had no transform at all (i.e. as if their Matrix3D was being ignored, and their Matrix was identity) MovieClips that have normal 2D tweens animate properly Alpha and other non-affine properties tween properly

Both 3D and non-3D animations play fine when loaded by themselves in a browser tab or the standalone flash player. 3D is only broken when loaded into our code generated SWF.

So it seems that for MovieClips with 3D transformations applied in the CS5 authoring environment, those transformations aren't being applied / respected when the SWF is loaded by our code SWF.

This is my first foray into 3D, so I'm not sure what could be causing this, but here's what I've tested / checked / tried, all to no avail:

I've ensured that actionscript 3 and Flash Player 10 / 10.1 is selected in the authoring environment. I've tried loading animations into code SWFs built using Flex 4.1, 4.5, and 4.6 at Flash player versions 10.0, 10.1, 10.2, and 11 I've applied Matrix3D to the containers that load the SWF animations, both identity and rotated. I can see the rotated containers do work with 3D in perspective, so I know that my code SWF is 3D capable.

View 3 Replies


Similar Posts:


Professional :: Flash Lyrics Aren't Working

Sep 17, 2010

I am trying to make a Flash lyrics with music following this tutorial: url...I know nothing about creating Flash animation but I have been following it to the letter. So, I start up Flash CS5, press F9 to get into AS3 command box. Then, I paste the code (lyrics.xml and mp3 is already prepared). However, I am getting compiler errors:[code]What do I have to do to make this work? Is there any easier tutorial for lyrics in Flash?

View 10 Replies

ActionScript 3.0 :: Loaded Swfs Not Working When Loaded Through Xml?

Jun 10, 2010

I have a "photo" gallery that loads numerous SWFs through xml, one by one on click. All works fine. All my SWF work fine stand alone. But when I load them into the player, many swf dont work properly.in example, I have textinput textfields in many of the swfs, which work fine on their own but not when loaded into the player. Then I have a word search game that works fine when alone, not when in player. I can see there is something as my mouse cursor changes into the "button finger", but nothing visual.

All drag and drop assigments work fine etc. I have no idea whats up. I have receantly switched to as3 and in as2 there was _lockroot declaration that solved similar problems, but now in as3 (where it supposedly should be automatic) it doesnt work. As it seems that it cannot recognise it own stage value, or selection_focus when loadedinside another swf through xml.Using cs4, as3.

View 4 Replies

ActionScript 2.0 :: Variables From Flash File Aren't Working?

Oct 11, 2010

Here's the actionscript.

var request:URLRequest = new URLRequest()/employee_slideshow_datalayer1.txt");
//request.method = URLRequestMethod.GET;
//

View 1 Replies

ActionScript 2.0 :: Simple Events Aren't Working?

Jan 6, 2006

I'm using Flash Pro 8 and I'm attempting to incorporate events into some of my classes and I'm having nothing but problems. After looking at lots of examples, this all seems okay, but doesn't work. First is the class code and secondly is the code on the timeline.

ActionScript Code:
import mx.events.EventDispatcher;
class iaicu.mycampus.ClassSchedule {[code].....

Keep in mind that these classes are more elaborate, so events are intended to be more useful.

View 7 Replies

ActionScript 3.0 :: Why Aren't Width & Height Tweens Working

Dec 13, 2009

An object has been attached. The object is then tweened starting from a large number and going to a small number. Except my tweens aren't working. From the trace statements, my objects are shown to end up being to x=-20.55 and y=-107373766.65.

[Code]...

View 0 Replies

ActionScript 3.0 :: Functions Aren't Working - How To Make It Work

Jun 25, 2009

I have one function that for some reason, isn't calling the next function. I've been looking over this code all day and I feel like it's probably going to be something really small and stupid but I jsut really need help at this point. The function that isn't working is showUsers().

This is my code:

Code:
import fl.controls.*;
import flash.display.Sprite;
import fl.managers.StyleManager;

[code].....

View 14 Replies

ActionScript 2.0 :: Stage.align Parameters Aren't Working?

Oct 10, 2009

im using this code:

Code:
Stage.align = "BR";
var stageListener: Object = new Object();
stageListener.onResize = positionContent;

[Code]....

..to fix the position of my MC, but the parameter "BR" (and all others) aren't effecting. My mc always shows up in the bottom right corner.

View 3 Replies

ActionScript 2.0 :: Loaded In The Text Fields Aren't Selectable

Jan 9, 2004

im having a problem with my input text fields on my site. I have a contact form swf loading into my main swf and for some reason when its loaded in the text fields arent selectable. when i test the form swf by itself it works fine.

View 1 Replies

Professional :: Mac Projector Files Aren't Publishing After Months Of Working Fine?

Dec 15, 2009

I've published Mac projector files and .exe file from Flash CS4 for several months without issue. For the past week when I've published Mac projector files the .app icon appears on my desktop but when I try to play the file the dock opens but the file doesn't play. Any Mac projector files I published prior to this problem play fine.I've tried creating a new .fla file and have reinstalled Flash but I'm still having the problem. EXE files and SWF files play fine. Also, the Mac projector files publish at about half the file size they did before this problem, while the EXE and SWF files are the same size.

View 3 Replies

ActionScript 2.0 :: CS3 Buttons In Loaded Swfs Loading Other External Swfs Into The Main Timeline?

Sep 11, 2009

I have a main fla file which loads an external swf into an empty movieclip on the main timeline which works fine but I want a button in the external swf to load another external swf into another empty movie clip on the main timeline.eg. start.swf loads UKEIAMap.swf into (empty movie clip within start.swf) MapLoader_mc then a button havant_b within UKEIAMap.swf needs to load HavantProjectSheet.swf into (empty movie clip within start.swf) ProjectSheetLoader_mc without unloading UKEIAMap.swf

View 3 Replies

ActionScript 2.0 :: Loading Other Swfs From Loaded Swfs?

Aug 2, 2006

Flash - 8 : Above is an example of what I would like to do/have done. I've gotten as far as loading the "loaded.swf" into the "start.swf" but my problem is I'd love to use that little loading action I made earlier without copying and pasting into the new movie the same actions for a different link. So, how do I load "loaded2.swf" into "loaded.swf" via the link in "loaded.swf"?

View 1 Replies

Flex :: Application Interaction With Loaded Flash SWFs

Dec 14, 2009

I am creating a Flex application with a component that displays various dynamically loaded SWFs, one at a time (kind of like a kiosk). These loaded SWFs are created in Flash IDE, not Flex. They will not be created by us (we will provide a .fla template but that's it), so I am loading them into a separate SecurityDomain.

My Questions:

I want the application to be able to call methods inside the loaded SWF. To do this, would I just call Security.allowDomain("domain original app was loaded from") in the startup process for the loaded SWF? I want the loaded SWF to be able to throw events that are caught by the application. Can I accomplish this through the SWFLoader.swfBridge property? I am defining an interface for the methods inside the loaded SWF. But, I don't want to leave the implementation up to the customer. Instead, I want to provide another SWF that contains the interface implementation and have it be a constraint that the customer includes it in their SWF. I am not very familiar with the Flash authoring environment, how would it work so that the interface implementation SWF exposes its methods in such a way to be accessible to Flex? Is there a way to sign the SWF so that the Flex application knows that it is dealing with the original, not a spoof? How would the Flex code pass in arguments, since it is across SecurityDomain boundary -- is there marshalling involved (say if I want to pass in a Dictionary or some kind of object graph)? The Flex application may load hundreds of these smaller other SWFs during its lifetime. How do I make sure it doesn't keep using up more memory? I plan on using SWFLoader.unloadAndStop() and clearing all references in the Flex object that refers to it. Is this enough? Will the AppDomain for the loaded SWF be torn down automatically so that the class definitions are no longer in memory?

View 2 Replies

Flash :: Unloading Swfs Loaded With Loader::load()?

Jan 23, 2010

I'm using Loader::load() successfully to load swfs into my main swf and then I add them as a child of a Sprite. When other events occur I want to remove the swfs as needed. I have looked at unload() and at removeChildAt() without success.

I only added the addChild() call to try to pin down the loaded instance so I could remove it. The loading works fine without the addChild();

I have also tried publishing to player v.10 and using myLoader.unloadAndStop(); but this has no effect either;

The following demo code shows my problem. I see one child added and one removed but intro.swf is still playing away.

import flash.display.Loader;
import flash.display.Sprite;
import flash.display.LoaderInfo;

[Code].....

View 1 Replies

MATRIX Record In Swf And Compounding Transforms?

Nov 2, 2009

After reading over the Flash 10 file spec I want to play a bit with transformational matricies.If you have multiple MATRIX records in an SWF do the transforms compound each other?Or is the matrix a complete replacement of the previous matrix?Does flash operate similar to Postscript with gsave grestore like operators which allow the transformational matrics to be saved & restored?

View 1 Replies

ActionScript 3.0 :: RegExp On ECMAScript For XML (E4X) Transforms XML

Feb 14, 2010

Can you perfom regexp test on XML when filtering using the dot notation syntax?
 
I'm trying to test for a string pattern in the xml.child('folder') where folder can be 1 or more nodes xml.(folder.search(/ref/ig) < 0)

View 1 Replies

Flash :: Loading A SWF Dynamically Causes Previously Loaded SWFs To Misbehave

Mar 26, 2010

I have run into a very strange problem with Flash and Flex. It appears that under certain circumstances, movie clips from a SWF loaded at runtime (using Loader) cannot be instantiated if another SWF has been loaded in the mean time. Here is the complete code for a program that reproduces the error. It is compiled using mxmlc, via Ensemble Tofino:

[Code]...

View 4 Replies

Copy - Paste Keyframed Scale Transforms Info Only

Jun 25, 2009

In Flash CS3 is it possible to copy a Keyframed and tweened animation of say a symbol growing larger and paste the Keyframes of the scaling transform onto a different symbol on a different layer so that this new symbol animates in the same way as the first symbol. When I try this with "ctrl alt c / v" the new symbol becomes the same as the old symbol and also moves to the same position too. I need to only copy the scale transform info in the Keyframes. Is this possible?

View 1 Replies

Professional :: Instances On Flash CS4 Stage But Aren't Visable?

May 1, 2009

Last night I was working on my flash file and I must have changed some setting that has caused all of my buttons, movie clips and graphics to disappear from my Flash CS4 stage. Instead, it shows each instance's actionscript registration on the screen with a small circle. The instances are still there and show up when exported, but I can't see them while I'm editing the file. The static text and basic grapics are fine. Does anyone have an idea what setting might be causing this? I've tried multiple .fla files and had the same problem with all of them.

View 14 Replies

Actionscript :: Why Aren't 3d Properties Set On The Stage In Flash Cs4 Accessible

Mar 26, 2010

I have made a very simple swf in which I have a MovieClip which I have rotated on the stage. When I try to access this rotationX and rotationY properties of this clip using the constructor of the class assigned to this MovieClip they are coming back as 0 even though they shouldn't be. If I put an on rollover event of the MovieClip and trace out these properties here I get the correct values.

package {
import flash.display.MovieClip;
import flash.events.MouseEvent;

[Code].....

I also get the correct values when I read the values from the stage timeline.

trace ("TEST "+testMC.rotationX+" "+testMC.rotationY); //returns correct value

Is there a specific event I need to be waiting for which will tell me when the 3d properties are available via ActionScript?

View 1 Replies

Flash 10 :: Certain Characters Aren't Recognized By Text Input?

Mar 17, 2011

I have a text input box on a site i'm currently building. Problem is, when testing it, some letters don't register as being pressed (and no, its not my keyboard before you ask hehe).

The letters which don't show up are, "B,C,E,F,G,H,I,J,K,L,M,N,Q,T,U,V,X,Y,Z". In fact, the only letters that are recognized and displayed when I type into it are: "A,D,O,P,R,S,W".

View 1 Replies

ActionScript 3.0 :: Flash String - Replace Characters That Aren't In The Alphabet?

Oct 1, 2010

I need to be able to 'clean' dynamic string from all symbols (all characters that are not a letter or number..) and replace them with "-"

i.e A Fine "Painting" Number 1 - would equal - a-fine-painting-number-1

View 3 Replies

ActionScript 3.0 :: Using New() On Loaded Swfs?

Aug 7, 2010

Usually when I want to create multiples instances of a same movieclip (that's already in the main .fla library) I use new mcClassName()but what if the clip is external, for example Ball.fla, Ball.as and Ball.swf? I've loaded Ball.swf into the main .fla and I don't know what to do now

View 4 Replies

ActionScript 2.0 :: Flash MX - Dynamically Loaded JPG Mask Not Working

Oct 26, 2003

I have a jpg that I load dynamically into my swf. When I try to set a mask to it doesn't work?
[AS]mymovieclip.setMask(mymask);[/AS]

View 5 Replies

ActionScript 3.0 :: Flash Dynamically Loaded Flash 3D Interactivity Not Working?

Aug 24, 2010

I have an AS3 Flash 10 app that uses the mouse to dynamically update the perspective center of the the Flash stage using the Flash's native 3D. An issue exists when I dynamically load in an external SWF into a container that exists as a 3D movieclip (this is done by simply setting the z axis of the container to 1). When the dynamically loaded SWF is loaded the buttons in that SWF stop working. If I go back to the host program (the program loading in the swf) and 'remove transform' on the container where the dynamic SWF to reside. The dynamically loaded SWF works as expected. Have you ever heard of this issue? Do you know of any solution or workaround to this while keeping the SWF external?

FYI... there are actually a few pixels on the stage that DO in fact trigger the action of the button but the location of this trigger is completely unrelated to the visual location of the button itself. This reaction to the dynamically loaded native 3D element seems very unusual.

View 2 Replies

ActionScript 2.0 :: External Swfs Not Working Properly

Aug 6, 2004

External swfs not working properly

View 6 Replies

ActionScript 2.0 :: External Swfs Not Working Properly?

Aug 6, 2004

External swfs not working properly

View 2 Replies

ActionScript 1/2 :: Loaded Swfs Distorting?

May 5, 2009

I've made a simple portfolio web site which loads a swf file containing the navigation at the top and then the navigation loads individual swf files containing full page images.The problem is the full page images are distorting very slightly when they are loaded in. I've attached two images, the first image (picture2.png) is how looks when I just open the image's swf file, and the second image (picture3.png) is how it looks after its loaded in by the navigation.

View 2 Replies

ActionScript 3.0 :: Unloading Xml Loaded Swfs?

Sep 29, 2008

how to unload the swfs in as3 once you click a button to load a new one.

My file works great, with the exception of the videos playing over each other. slight bummer.

I have five buttons that each pull an external swf that is controlled by an xml file. If there were not sound it would not be an issue, but the sound overlaps if you click to the next link before the first video finishes playing.

I uploaded all the files here, including two test flv files. the files were too big to upload to the kirupa forum.

[URL]

View 3 Replies

ActionScript 2.0 :: Two SWFs Loaded - Possible To Control One With Another

Nov 22, 2009

I m loading 2 .swf in one flash file and want to control one with another. The first contain small animation and other has play and stop button. Now I want to control that animation with these 2 button.
Files details:
test1.swf: It has the animation
test2.swf: It has the 2 buttons
test3.swf: It is the main file, in which I m loading the 2 files i.e. test1.swf and test2.swf

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved