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
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.
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.
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
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.
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?
Imagine a website that sells clothes. If you click on the jeans link, a new page opens up with all of the different jeans. Anyway, I am building a flash module to put up on the page. It will be the one pulling up all of the different jeans from a database, rather than before where if you clicked jeans it brought you to a new page, flash will simply open it right up on the home page. Is there going to be an issue with resizing? For different browsers, and different resolutions, am I going to have a problem?
How can I Create an animated Bar Chart or Line Chart type of component in flash programmatically, which should depends upon an incoming XML data, the chart should have the basic criteria like, Chart Label, Item Tooltips, background grids (without using any image). There also needs an ability to change the data which should reflect the chart as well.
i'm looking for a good/lightweight gallery script.jquery, plain javascript or flash.it should be possible to display thumbnails and click for bigger view,but also possibility to click through a series of images (previous/next button)
I'm doing some searching of my own but always find personal recommendations much better. Requirements:
1) loads nicely into a container swf
2) progressive download capable
3) skin-able
I have been using the JW Player as a standalone up until now, which is excellent, but it isn't set-up to be embedded in another swf without hacking it to pieces.
Just looking for more recommendations for great Ojective-C-Cocoa books. My ideal book would be one with actual hands-on walk thru examples increasing in complexity and doesn't spend unnecessary time on basic OOP. Trying to leverage what knowledge I DO have in Actionscript 3. (or maybe its all about unlearning?)
I am in the market for a good (pro)camcorder to stream live university seminars. Currently I use a Canon Optura Xi with firewire output and use the miniDV tape for backup in case something interfers with the live stream. I want to get away from miniDV tape and find a video camera with SD/flash card recording. My dilemma, most new camcorders do not have firewire output for live recording. We do our live stream through the Adobe Media Encoder
I'm trying to prevent a default chart item roll over highlight in a Spark column chart.If you look at any of the chart examples on this page , when you roll over any of the chart series items, they turn a darkened shade of their original colour. This is what I want to prevent.
So far I have had no luck with using the itemRollOverColor property, as this only allows you to set it to one specific colour for the whole chart (my app has several different coloured series on the chart at once). Also, trying to leverage the itemRollOver event (with preventDefault() etc) hasn't worked either.
I'm trying to make chart which is combination of bar and line chart using Flex Charting API . Here x axis would be common and y axis would be different. note that y axis got different range of value one is % and other is amount. Any one got idea how to make this chart. Here line chart would be staked on top of bar chart . The line chart and never over laid or drawn on top of bar chart.
I know there are a billion questions regarding what books are best and I'm sorry for posting another, but all of them see to have an orientation to a language I am not familiar with.
My problem is I learned to program before OO became big, then I stopped programming for a few years, moved into web design, moved into coldFusion, and now find myself in PHP, actionScript and FLEX.
I have muddled along for quite some time, but I am really struggling with my understanding of OO and would like a good book that will help me out with it. If that book is geared towards Flex and AS3 then that would be awesome, but if it had no language specified either I would be happy. I'm just not sure how reading a book oriented to Java or whatever is going to help my understanding of AS3.
it doesn't display the necessary language, English only. after the encoding has been changed, it also doesn't work.probably the font should be changed into a standard one, but i don't know where to do it
I'm using Flash CS3 with Actionscript 3, and I need to have a scripting language that the user can use. If they could type in their own actionscript and have it evaluated, that would be perfect. Another scripting language such as Lua would be fine too. I looked into lua alchemy, but it seems poorly supported so I'd rather not use that. The Eval command from actionscript 2 isn't available in as3, and some of the things I've heard indicate that it's functionality is pretty limited, although I've never used it before.
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.
I have created a actionscript with Capabilities function It works good, but I want to ad a If else statement on the capabilities for language.I'm running in English so the capabilities shows " EN ", but I want the if else statement to change " EN " to = English, and if we are running in different language it would say " Other language"
This is what i have at the moment.
var versionString = Capabilities.language; var label2:TextField = createCustomTextField(0, 60, 200, 20); label2.text = "language: " + Capabilities.language;
this is the URL of the language reference website I have been using for Flash/AIR: [URL]Is this URL the correct one I should be using when I need to look up a class or method or property or something like that? Because it does not match up with what actually shows up in the Flash IDE when I type an import statement. Most of the packages match up but not all.
For instance, the reference URL has a fl.events package, and so do I locally, but my package seems to be missing lots of classes from it that the reference URL shows. This leads me to believe I don't have the latest SDK's or SWC's or whatever I need installed, whether they be Flash, Flex, Air, etc.Also, I have a few packages locally that don't show up in the reference URL. Things like "flash.debugger" and "flash.trace", they are not my custom classes, not sure where they came from.
Lastly, there are certain AIR classes missing, and I'm sure this is because I don't have the latest AIR SDK installed. I did find it and download it, just not sure how to download it.
1) Is the above URL the one I should be using? If not, is there a better definitive location for Flash/AIR language reference that is updated and always has the latest and greatest info?
2) I have the latest AIR sdk on my desktop, how do I install it? (I'm using Flash CS5 on Mac OSX 10.6)
3) How can I make sure that what I see in that reference URL is what shows up in my code hinting when I type import statements in the Actions Panel? Basically I just want to make sure I am all up to date so everything is showing and working the way it should be. For instance, I am missing a ton of fl classes (containers, controls, core, data, etc.) I want to get these in place so my local copies are synchronized as close as possible with the reference. Documentation doesn't help much when you don't have the tools it tells you to use...
4) Take the fl.ik package for instance. Locally, I have available all the classes in the reference URL that I should, plus a bunch more that aren't there.
I have one issue that i have one game in Russian language, and I want to change it in English so anyone can give me the easiest and informative solution to convert it in English.... or Can we use language interpreter in Flash?
I'm creating an XML driven language selector which places the current language's flag (depending on the user's locale which is passed through a Flash Var parameter) at the top of the list. I've got all this working so far BUT i'm having trouble with the results. I want to be able to add onRollOver and onRelease functions to the newly created movieclips but it just ain't happening! The onRollOver function would be a bit of movement for each flag and the onRelease would call getURL using the url for that language which is contained in the XML file.
Code: sideFeather.swapDepths(10000); var x = new XML();
I am currently working on creating a multimedia presentation in URDU language. When I try to copy and paste the urdu text from word document into flash the sentence flow is not the same as in word ie from right to left.
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?
Currently I have a flash based application (game) which I need to put on facebook, the users could save their scores and resume their game. For the task I was wondering which scripting language would be appropriate. And are there any API's available which could in the process. Or does one has to make all of it from scratch.
I have a SWF with text embedded from an external .txt file. Is there a way I can have a different file used as the text source through the embedcode (swfObject) depending on the language?
There are four languages needed so far, but this will grow so it needs to be flexible enough to let the developers add languages without getting a new SWF each time.