tell me the steps to do currency converter in flash usng actionscript
This is a discussion on Currency converter within the FlepStudio utilities forums, part of the Flash English category; FlepStudio has created a new free utility for Flash and Actionscript 3.0 . This little Flash application can make quick ...
FlepStudio has created a new free utility for Flash and Actionscript 3.0.
This little Flash application can make quick conversions between two different currencies.
Flash loads an external XML containing the list of codes of all world currencies.
The calculation is performed by calling a PHP script which passes the values to a google calculator url that handles conversions.
Requirements
Flash CS3 or higher for MAC or Windows
Flash Player 9.
Included files
- main.fla
- package com/flepstudio
- XML/list.xml
- PHP/converter.php
Actionscript Variables
- Main.as: PHP_URL ( path or absolute url that points to converter.php file )
- Main.as: XML_URL (path or absolute url that points to list.xml file )
- Main.as: FPS ( framerate speed )
XML
list node and childrens: currency with attributes code ( the three-digit code of the currency ) and place ( the country of the currency )
Installation
- Open main.fla and com / FlepStudio / Main.as and if necessary change the value of variables PHP_URL and XML_URL with an absolute URL or a path pointing to files respectively converter.php and list.xml
- Recreate main.swf by main.fla
- Upload main.swf, XML/list.xml and PHP/converter.php
Other customizations
- You can customize everything else working in the library of main.fla.
Source files:
tell me the steps to do currency converter in flash usng actionscript
do i have to upload my files to work correctly ? ... the calculations are always undefined ...
Why are the results always undefined? The example above doesn't even work either.
It is better to go to a currency exchange website.
Bookmarks