Chat with us, powered by LiveChat

Archive for the Uncategorized

Season’s Greetings!

December 25th, 2010 by Margaret Skomorokh

Best wishes for the holidays and for health and happiness throughout the coming year. We hope this year you found our products convenient and comfortable and assure that you will like them even more the next one – before the New Year’s Eve we will yet gladden you by news and announcements.Among AnyChart’s clients there are market leaders and startups without websites, our OEM or SAAS partners and enterprise solution developers; some are now taking ocean-facing baths and some are being filled up with snow. They have different views and ideals, but all of us are united by the love for beauty and aesthetics even in such a serious field as business, financial and statistical graphics. Happy Charting Everybody!

P.S.: Cheshire kitten by one of our favorite artists Vlad Gerasimov: http://www.vladstudio.com


Good News: Google Chrome Now Comes With Flash Built In

June 25th, 2010 by Margaret Skomorokh

Robin Wauters from TechCrunch writes:

Last March, Adobe and Google jointly announced that Flash Player would soon come built in to the latter’s Chrome browser, eliminating the need for users to download, install and update it separately.

On Thursday evening, Google released Chrome 5.0.375.86 to the Stable channel on Linux, Mac, and Windows, with a fix for a number of security issues. More importantly, the integrated Flash Player has now been enabled by default.

As Stephen Shankland over at CNET points out, built-in Flash was previously only available in the developer and beta releases of the speedy WebKit-based browser, and the release to the Stable channel means the integrated plug-in is now available in its mainstream version.

The update comes a mere two days after Google re-enabled the integrated Flash Player plug-in by default in the Beta channel after disabling it for some time.

Not only is Google giving Adobe’s Flash technology another vote of confidence (Flash Player 10.1 for Mobile, which was announced earlier this week, will be rolled out on Android 2.2 phones first), but the integration also means any updates to Flash Player will be delivered directly via Google Chrome’s updating system, ultimately minimizing security risks that tend to surface when one uses outdated software and components.


AnyChart Knowledge Base

June 30th, 2009 by Timothy Loginov

To provide AnyChart Users with even more information about our software products AnyChart launches the Knowledge Base. We will do our best to put there most relevant troubleshooting information, articles, white papers, user manuals, or answers to frequently asked questions.  Please use the following URL to access the knowledge base: https://www.anychart.com/kb/ Feel free to suggest your questions to add to our KB and thank you for using our products!


ActionScript 3 compiler – – bug

February 19th, 2008 by Alex Batsuev

We have found a nice bug in mxmlc compiller 🙂

var a:Number = 10;
var b:Number = 20;
var c:Number = a – – b;
trace (c);

It’s correct! Result is 30. But mxmlc ant task doesn’t compile this code sometimes…

It’s very surprising bug.


Flash player 9: relative url with colon and dot signs

November 1st, 2007 by Alex Batsuev

Interesting in URLLoader and URLRequest.

If you are trying to load file using relative URL, that contains colon (“:”) and dot(“.”) in param values, you receive security error:

e.g.:
var request:URLRequest = new URLRequest("/test.flash?p=smth::else");
or
var request:URLRequest = new URLRequest("./test.flash?p=smth::else");

are not valid URL’s for Flash Player because flash player doesn’t escape “:” in urls.

You should use absolute URL’s for it:

e.g.:

var request:URLRequest = new
URLRequest("http://localhost:8080/test.flash?p=smth::else");


Welcome to AnyChart team blog!

September 17th, 2007 by Anton Baranchuk

Dear friends,

Today we open our blog. Here we’ll discuss our products, publish some developer insights, humor and ideas about new features for our AnyChart solutions. We’ll be happy to hear from you – our customers and friends. We’re open to any ideas – only together we’ll create right solutions. We work for your business. Thank you for using our products!