Professional :: How To Manage Multi Language

Dec 24, 2011

I have swf file containing a game with english language. for question sake will call it mygame.swfNow what I want to do, is to take the fla file and translate it to french and german and save to differen swf files.So now i have:English - mygame.swfFrench - ygame_fr.swfGerman - mygame_gr.swfSame game, different language.My question is: what is the acceptible / good way to contain text in fla file so it will be in one place? like hashtable or some array?I am developer, just not flash developer this is why Im trying to consoult Im not interested in keeping data in external files (xml), I want everything to be keept within swf.

View 1 Replies


Similar Posts:


Flash :: Manage Multi-frame MovieClips With Classes?

Apr 15, 2012

After switching to AS3, I've been having a hell of a time figuring out the best way to manage MovieClips that have UI elements spread across multiple frames with a single class. An example that I am working on now is a simple email form. I have a MovieClip with two frames:

the 1st frame has the form elements (text inputs, submit button) the 2nd frame has a "you" message and a button to go back to the first frame (to send another email) In the library I have linked the MovieClip to a custom class (Emailer). My immediate problem is how do I assign a MouseEvent.CLICK event to the button on the 2nd frame? I should note at this point that I am trying to avoid putting code on the timeline (except for stop() calls). This is how I am 'solving' the problem now:


Emailer registers an event listener for a frame change ( addEventListener("frame 2", onFrameChange) )On the 2nd frame of the MovieClip I am calling dispatchEvent(new Event("frame 2")); (I would prefer to not have this code on the frame, but I don't know what else to do)

My two complaints with this method are that, first I have calls to addEventListener spread out across different class methods (I would rather have all UI event listeners registered in one method), and second that I have to dispatch those custom "onFrameChange" events. The second complaint grows exponentially for MovieClips that have more than just 2 frames.

My so called solution feels makes me feel dirty and makes my brain hurt. I am looking for any advice on what to do differently. Perhaps there's a design pattern I should be looking at? Should I swallow my pride and write timeline code even though the rest of my application is written in class files (and I abhor the Flash IDE code editor)?

I absolutely LOVE the event system, and have no problem coding applications with it, but I feel like I'm stuck thinking in terms of AS2 when working with mutl-frame movieclips and code.

View 2 Replies

ActionScript 3.0 :: Can't Manage To Make The Multi Gesture Works?

Jan 13, 2012

I got the multitouch touchpoint works, but can't manage to make the multi gesture works

ActionScript Code:
Multitouch.inputMode = MultitouchInputMode.GESTURE;
bigleft.addEventListener(TransformGestureEvent.GESTURE_SWIPE, swipeleft)
bigright.addEventListener(TransformGestureEvent.GESTURE_SWIPE, swiperight)

upon swiping at the same time, it does nothing but when it's one after another it works.

anyone know workaround for this?

View 0 Replies

Flash :: Creating A Multi-language Site?

Apr 24, 2009

I am aware of the built-in 'Strings' panel within the Flash IDE, however is this the best way to go about creating a multi-lingual AS3 site/application nowadays?Are there any recommended 3rd party APIs/frameworks available? Ideally I'd like to be able to change language on the fly and support as many character sets as possible, I will also be dealing with both static and dynamic text content.

View 6 Replies

Multi Language Flash Chart Recommendation?

Nov 30, 2011

I need a good multi language flash chart for my company's portal, can you recommend one? Already have tried fusion-charts, amCharts, and also OpenChart - But they are not supporting right-to-left, and the API is not simple (they require a complex XML).

Requirements:
good looking
easy to implement (simple api)
customizable
well documented
not expensive

View 1 Replies

ActionScript 3.0 :: Multi-language Website 5006 Error

Sep 1, 2009

I'm new here and I'm new to AS(3). I'm trying to make a multi-language website with XML. Here is my code:

ActionScript Code:

[Code]...

It works, as long as I put it on the timeline. The only problem then is that I can't change the language when I'm on frame 2. Someone advised me to put it in an extern AS file, but when I do that I get the following error:5006: An ActionScript file can not have more than one externally visible definition: xmlData, xmlLoader I don't really know what that means, I hope somebody can help me out.

Also I'd like to know if this is the best way to make a multi-language website in Flash?

View 5 Replies

ActionScript 3.0 :: Implement Multi-language Support For Flash Screens?

Jul 7, 2010

I have several screens for flash and these screen have so many dynamic texts. We need to support these texts in different languages like "Spanish", French and English.

View 1 Replies

ActionScript 2.0 :: Multi Language Site - Character Is Not Displaying In Flash

Dec 16, 2005

i am working on multi language site. all data is comeing from backhand. every thing is going very smoothly and suddenly I got problem. specail [] Character is not displaying in flash

View 11 Replies

Professional :: How To Manage Big Flash Projects

Feb 4, 2011

I have a very big proyect completelly developed in FLASX MX PROFESSIONAL 2004. In order to manage it,I have divided the file in several parts. What I want to do now is to connect that parts and compile them as a Whole.

View 12 Replies

Professional :: Localize Flash CS5.5 IOS App To One Language?

Feb 6, 2012

What method or process do I use to set an iOS app to only one language?I recently had an iPad app written in Flash CS5.5 approved at the iTunes app store. I noticed at the iTunes store, it indicates that my app is localized in 14 different languages. I never set this up; it seems that there is a process that automatically adds several default language localizations to the ipa binary when the file is published. I tried the strings panel, used a var to set the localID, went into the SDK for flex and flash builder and deleted the locales (could not find anything similar for Flash itself), but none of this seems to prevent Flash from adding the language defaults. I have found many examples on how to localize my app for several languages, but nothing on how to set it to only one.

View 3 Replies

Professional :: Translate .fla File To English Language

Sep 18, 2011

translate this .fla file to English language... I would be very grateful to you (It is flash lite 2.0)

View 5 Replies

Professional :: Creating Flash Videos From Java Language?

Aug 24, 2010

How can I create a flash video using Java.. (Java and JavaScript have nothing to do with each other, in my world Java Script is a useless technology). Does Flash Professional have a Java API and if so how do I get the JavaDocs and an example to see the complexity of that API. Does the Adobe Media Encoder have a Java API that I can use.. if so, JavaDocs and an example?

Picture having two million directories, each directory has 30 photos and a sound clip. From this I want to produce two million flash movies each movie has 30 photos and the sound clip. Each movie has panning of the photos (Ken Burns, Civil War on PBS). What does Adobe have that I can call from within my Java code or Perl perhaps. I need to do this every two weeks, at least. Using a standard user interface is not going to work, even if I hired half of the planet.. I have been on the phone with Adobe for two days and have gotten nowhere.. surly Adobe has something which allows me to automate the creation of Flash movies. right?

View 1 Replies

Professional :: Facility Exist Online Where Can Look Up Various Terms Used In Language?

Dec 22, 2010

does such a facility exist online where you can look up the various terms used in the AS language?

View 1 Replies

Flash :: Professional - Changing The Language Of The Program To English

Nov 25, 2011

My flash is in dutch, but most tutorials. So i would like to change the language of the program to English aswell.

View 1 Replies

Flash :: Professional - Bought A 8 Template - Pulling Teeth - Don't Recognize The Language

Nov 9, 2011

I bought a Flash 8 template for one of my customers. pulling teeth. I make changes bymodifying a .txt file and I observe by clicking index.html. The expressions in the .txt file look like: &menu1=Home Page &menu2=About Us etc...

I don't recognize the language. I have no idea what I am working with. I have CS3 so I have Flash CS3. I have FTPed what I have and the URL I feel like I am out of my element.

View 5 Replies

Professional :: Multi-channel Audio Playback?

Jul 11, 2009

I have an mp4 file that i made and i made it 7.1 surround sound, and i'm pretty sure that this 7.1 surround sound works, as it can be played in VLC. i'm using netstream to load my files now. How do i make it so that flash can playback all 8-channels of sound?

View 3 Replies

Professional :: Have Multi-tiered Custom Context Menu?

Aug 9, 2010

Is there a way to have multi-tiered custom context menus using AS3? i.e. I would like for a user to be able to click or hover a menu item which would bounce out another menu of options associated with it.

View 3 Replies

Professional :: Multi-level Roll Over Drop Down Menu?

Mar 6, 2012

i got the drop down menu to come down once rolled over but it cancels out all other actions meaning it cancels the functions of the rest of the menu none of my other buttons work nowhow can i fix this?each button has its own action ie:

onClipEvent (load) {
num = 3;
}

[code].....

View 7 Replies

Professional :: Editing All Frames At Once To Center Multi-layered Animation?

Oct 19, 2011

I just realized I was working on 4:3 when I need to make a 16:9 movie. So I resized the stage, but now everything is on the left side.
 
I tried turning on "edit multiple frames" and marked the entire stage, layers and frames and moved everything to the centre. Almost everything moved, excepted for material that is on motion tween key frames.

View 1 Replies

ActionScript 2.0 :: [F8] Can't Manage Thumbs?

Apr 24, 2006

Just want to put the thumbnails in a movie clip.Not any thumbs are appearing, there is a mc on stage, there are images and thumbs, there is a xml_file�

Code:
var gallery_xml = new XML();
gallery_xml.ignoreWhite = true;
gallery_xml.onLoad = function(ok) {[code]...

View 14 Replies

ActionScript 3.0 :: Manage Code Via Package?

May 24, 2009

My code structure is

FlashTesting --> folder contains
Test.fla with one button called cmd_button
engine --> folder contains

[code]....

When I compile output says 1120: Access of undefined property cmd_button

folder structure
FlashTesting -->engine--->code

All I want to access cmd_button to add EventListener which is in code folder. Seems can't access fla components.

View 7 Replies

ActionScript 3.0 :: Manage Mc Timeline From Main?

Jun 17, 2009

I need to use gotoAndPlay with a timeline situated within a MC. So, how can I identify this timeline from the main one?

View 2 Replies

Flex :: How To Manage Cookies In Mx:HTML

Jun 3, 2011

I use AIR HTML component, and I need to delete cookies sometimes. I have to open IE and delete cookies there... Can I do it via AS code?

View 1 Replies

Actionscript 3 :: Manage Loaded Assets?

Jul 23, 2011

I'm working on an AS3 project that must load a lot of external files; images, sound clips, movie clips etc. The program first loads an XML file that contains the file names of all assets needed by each class. From that point on I'm not sure what would be the best way to distribute those assets.I thought about making a dedicated assets class that will load everything the XML object describes, and then pass it to each class' constructor so they can access the objects they need. This seems like the "tidiest" option, but is there a best practice way for managing loaded assets?

View 1 Replies

Flex :: MVC - How To Manage Notification For Particular Screen

Dec 19, 2011

PURE MVC - In my application there are multiple screens which are minimized like in windows desktop. Now each has different instances of mediator which have same notification. So if I do changes in one screen say press some button >> which sends some command >> to proxy >>then proxy sends notifications to mediator. But as multiple screens are active there it is showing changes in all screens as they are notified too by proxies. How to make sure that proxy calls to particular view component (mediator) and not for all live instances of mediators ?

View 1 Replies

ActionScript 3.0 :: Manage Sound From An External SWF?

Feb 3, 2009

I wrot a FLA in AS3 which is basicaly a nicly designed Loader which loads little cute SWF games. Each game is built a bit differently and has its own 'thing'.I was wondering, how can I control the sound of the SWF's from the Loader File?

Which leads me to a wider issue of how can I control variables of a loaded SWF.

View 0 Replies

ActionScript 3.0 :: Way To Manage Random Effect

Nov 13, 2009

I could able to make random movements in a movie clip. but i want to adjust the moving speed and direction of it.

View 0 Replies

ActionScript 3.0 :: Dynamically Manage Playhead?

Nov 18, 2010

I'm trying to contol the amount of time that a video plays, using netstream. I need to have the stream stop or pause after a amount of time... Here is the code...

var flvPlayback:FLVPlayback = new FLVPlayback();
var flvPlayback1:FLVPlayback = new FLVPlayback();
var cuePt:Object = new Object(); //create cue point object

[code].....

View 5 Replies

ActionScript 3.0 :: Cannot Manage To The FocusSkin For A Datefield

Apr 5, 2011

I cannot manage to the focusSkin for a datefield.

In my css I have done the following:

mx|DateField { focus-skin: ClassReference("skins.myFocusSkin"); skinClass: ClassReference(".myInputSkin"); }

My focus Skin is as such:

import spark.components.supportClasses.SkinnableComponent ;
private var _target:SkinnableComponent;
public function get target():SkinnableComponent

[Code].....

However, when the datefield gets focus, I get the following error :

TypeError: Error #1009: Cannot access a property or method of a null object reference. at skins::myFocusSkin/updateDisplayList()

View 0 Replies

ActionScript 2.0 :: Cannot Manage To Get The Clip To Move

Oct 11, 2007

I have a simple test for how I want a game im making to work. A movie clip is placed on the stage, upon which I want it to start floating to the top of the screen according to given x and y coordinates. But I cannot manage to get the clip to move.

View 1 Replies







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