I am using Adobe Flash Professional and I am in need of creating a Pie Chart which updates when a frame is opened using integer variables.
I have been searching around but I can't find anything conclusive which I can get to work, any help is greatly appreciated!
Check out https://github.com/joshtynjala/astra-flash , this components set has a lot of charts, including pie-chart.
Related
Hi I am trying to implement a doughnut chart for wp8.1 app . I don't have any idea where to look at as having real problem in finding any specific nugget package or toolkit that can be used. If anyone can guide or share the code for creating a doughnut chart it would be really great.
I am even trying to create multiple ellipses so that they can be placed upon each other such that it makes a doughnut shape. But no success. here is the code:
I would start with the winrt toolkit there are quite a few different charts I did not see a chart control matching your requirements.
http://winrtxamltoolkit.codeplex.com/
If that does not meet your requirements I would then modify the xaml brewer's gauge control
http://blogs.u2u.be/diederik/post/2013/06/24/A-Modern-UI-radial-gauge-control-for-Windows-8-Store-apps.aspx
This control is part of the xaml toolkit as well
I'm creating a app using flash cs 6. I need to implement date picker like in android devices. I googled a lot but didn't find any help. My question is, Is there any component like date spinner in flash cs6 ? Can someone give me a clue where to start ? I even tried to build my own with the help of few things I found but without success. Any help will be appreciated.
There is a component on Github. Maybe able to help you.
https://github.com/nidin/as3-date-picker
I'm working on an application in actionscript 3
and I need some script to produce effects on images, especially pictures of faces
similar to these:
https://play.google.com/store/apps/details?id=net.andhat.FunnyFaceFree
Any idea?
Thanks!
You'll want to use displacement maps. There are tons of tutorials that can be found on Google.
Hi guys i want to create a OCR in Actionscript 3. At first i thought that i would create a neural network in AS3. But, it's very difficult. Any guidelines on how to proceed would be helpful.
I found this: http://code.google.com/p/zeez/
If you go to the ZeezSample.fla you need to change the main stage class to ZeezSample. It was set to a non-existent file thus the .fla was useless. With that tweak you can see the algo at work. I'm trying to find a way to trim this down and simply recognize a few basic numbers in a flash bitmap / bitmapdata pulled from a webcam.
Cheers!
You could use Alchemy and find a C/C++ library which you would then wrapp for AS3.
I found this one, but I never tried it: http://code.google.com/p/as3ocr/
I am a retoucher and when I post my pictures on my website I want visitors to be able to roll over the picture and have it fade to the original unretouched version and when they move the mouse away I want it to fade back to the retouched.
In my search I have found guides on deviant art for Actionscript 2.0 and for ActionScript 3.0 but the AS 3.0 one i found does not include the fade effect i want to achieve. Google has also helped me find some tutorials but they are too advanced for me to understand. If someone could show me where to find a beginner's tutorial using flash cs5 on this that would be great thank you!
Question,
So you plan to use external images and have them dynamically loaded making it easy to change them at a later date or do you plan to have a swf with the images embedded?