ActionScript 3.0 :: Make A Price String "$56,900" Keep Getting Errors?
Aug 21, 2009will post the code if concatenate a string to be a price?
View 2 Replieswill post the code if concatenate a string to be a price?
View 2 RepliesI would like to know if it is possible in flex to do the following actions. I have made an HTTPService to a MySQL database, table: orders_open and it has columns
Id | product | price | units | total_price | customer | waiter | printed | paid_cash | paid_card | date
The datagrid is filtered by the customer column. Default value of | printed | paid_cash | paid_card is 0
1)How can I make flex take the price and units and calculate automatically the total_price? In the datagrid and update the database lines when I save.
2) Sum up all filtered total_price �s and give the bill_total in a text field
3) When paid, print the ticket | product | price | units | total_price | and the bill_total in a printer
My code has been created by Flex (create application from database)
So i want to make a form which people can use to get price quotes immediately. There will be about 15 fields. I have 'some' clue as to how this 'might' be done. The 'if' statement could be used. But that sounds like a lot of combinations and a lot of scripting. I would also like them to be able to send the form to my email if they want.
Now i know how to script the basic forms.. eg. contact forms.. etc. with php and all. So once they've selected specific info from the fields, i'm sure i can have it sent into my inbox. But I don't get how to do the main thing (the price quote display - according to the information selected). Will it have to be XML based? Something to do with a database? Or what?
I am using flex to generate a lexical analyser for a custom language. The problem I am having is that as soon as I find a misformed token... I have no way to tell what other tokens follow this one. e.g.[code]Here, the stream of tokens will be id,<,>,id,<;>...... the language specifies that each token be seperated by a whitespace. So seeing a v after 1 should produce an error and the scanner has to print that error. After that, there are more legal tokens and another illegal token (~return). How do I process the rest of the legal tokens and print the second error.I am using flex as the scanner generator. When I find that none of the regular expressions for the lexeme matches, I call an error routine that prints the appropriate message.How do I resume processing after calling this routine?
View 1 RepliesI am using Flashdevelop to build an Actionscript 3.0 game. It was originally a FlashIDE project but I decided to migrate the project to FlashDevelop. I also changed some asset and property names, as a result there were a lot of syntax error. The errors keep coming out in the Output Panel instead of Results Panel (is that normal) when compiled. I know that when I click errors in the Results Panel it will open and point the error in the Code Panel. I can't do that with errors in the Output Panel (I assume its normal). Is there something I can do to make the errors clickable ?
Even a simple error like this doesnt come out in the Results panel:
Loading configuration file H:�4 Noveline�3 GDGD03Folder (aaaa)TESTobjMeccatomedinaConfig.xml
H:FD(1)TESTsrcGame.as(75): col: 3 Error: Access of undefined property sssss.
sssss
^
Build halted with errors (fcsh).
(fcsh)
I am trying to setup a way to sell my music downloads through paypal with a "name your price" method.I want to use a textinput component. If the person types 0 (zero), it will take them to the DOWNLOAD PAGE. If they type in any other positive number, it will take them to paypal with that amount as the unit price.This is an editable link to a paypal item:URL...[code]within that link, there is a code for the price. it its "amount=1234" is there any way i could make it that whatever the person types into the textinput will be put into that code and then they are sent to that link?
View 1 RepliesI've got an annoying little problem with recreating a RTS style interface, specifically with selection and issuing movement commands to units. It's goes something like this...
[CODE]...
The idea is that you click on the tank to select it (a new listener is added) and then you click again elsewhere on the screen to tell the tank to move/shoot whatever (the new listener is acted upon). However what actually happens is that when you select the tank, the listener for "handleOrder" is added but is then also immediately executed..!? How, why, what the f.
Looking for help! I need to post a stock price on a swf webpage. The stock symbol SNA.V is only available from yahoo finance (as far as I can tell). It's a Canadian company traded only on TSX. Anyway, I need a way to display the current stock price and have it refresh by itself. Yahoo finance offers a widget, but does not support most international codes. I don't need anything other than the current price in text. I can get flash to retrieve the external text from [URL].. - but, I can't get it to refresh on its own - also, the swf won't access the external source once it's online (just displays a security warning). I'm looking for any ideas to work around this issue.
View 11 RepliesI have created a Flash price slider which when you scroll up and down the number in a dynamic text box changes to suite where you are on the slider (when you release it).I am using this code:
this.price=0 ;
dragger.onPress=function(){
this.startDrag(true,0,0,line._width,0);[code]........
how to create price strings from numbers.E.g. a product could have a price of 25.50. however this will show as 25.5, as it removes the 0.I would like to convert this number (25.5) to a string, and format it as a price, e.g. "25.50"In C#, its easy, you just do .toString("0.00");but i can't find any way of doing it in Actionscript. Is there an easy way or do i have to do some string splitting and such?
View 2 RepliesI followed the 3D Carousel tutorial from gotoandLearn http:[url].... I was able to put in my images and change the features to how I want, but for the life of me can't figure out how to make the thing auto rotate.
var tw:GTween = new GTween(container, 0.8, {rotationY:targetRotation}, ease:Exponential.easeOut});
tw.autoRotation = true;
But when I added it it just gave me errors and the carousel would not load.
I've managed to get a sensor attached to an arduino talking to flash using something called AS3glue. it works, when i set up a trace("leaf") for the contition that the sensor reads 0, i get a printout of the word "leaf". however i want the program to make a graphic appear on the screen when this condition is met, not just trace something.
I'm trying to get the program to generate a library object called "Enemy" on the screen at a random position each time the conditions are met. It's called enemy because I was following a game tutorial...actually it's a drawing of a leaf. Here's the bit of the code which is causing me problems:
[Cdoe]...
I am trying to sort XML data based on an attribute "price" (or p). I'm trying to sort the prices numerically so that, for example, 1230.00 does not show up before 19.00. I have defined a preliminary price sort function as follows:
[Code]...
How do I edit this function so that the prices will display in numerical order rather than string value order?
I am trying to setup a way to sell my music downloads through paypal with a "name your price" method.I want to use a textinput component. If the person types 0 (zero), it will take them to the DOWNLOAD PAGE. If they type in any other positive number, it will take them to paypal with that amount as the unit price.
This is an editable link to a paypal item:
https://www.paypal.com/cgi-bin/websc...item_name=item name&amount=1234%2e00¤cy_code=USD&button_sub type=products&no_note=1&no_shipping=1&rm=1&bn=PP%2 dBuyNowBF%3abtn_buynow_SM%2egif%3aNonHosted
within that link, there is a code for the price. it its "amount=1234" is there any way i could make it that whatever the person types into the textinput will be put into that code and then they are sent to that link? some people recommended php and html, but i feel like i could do this in flash.
trying to make something in Flash and i need a var String to = a quotation mark... but i don't know how to do it...
eg: var whatEver:String = """ obviously that doesn't work... coz it just changes all the following coding to text...I tried searching Google and couldn't find anyone with the same problem.
i think u can do it via XML and the CustomFunctions methods in flash... but id rather do it all in flash if possible. what i want to do is to treat a string as a line of code.
Code:
actV="trace('Red')"
someButton.onPress=function(){
actV.toCode()
}
i think u can do it via XML and the CustomFunctions methods in flash... but id rather do it all in flash if possible.what i want to do is to treat a string as a line of code. eg.
Code:
actV="trace('Red')"
someButton.onPress=function(){
[code].....
The scenario is as follows:
I have a movieClip on the stage called "home_btn" and another called "home".
When moving over the home_btn movieClip I want the timeline inside of home to play. I used the slice command to get rid of the _btn which works fine, which is proven by the trace command, but it doesn't seem to be able to enter the timeline of home.
home_btn.addEventListener(MouseEvent.MOUSE_OVER, onOver);
function onOver(event:MouseEvent)
{
var selectedButton:Object;
[Code]....
I have a map of states state when a particular state is clicked on, the fla centers on and zooms to that state. When you click on a state a unique ID is pulled from an xml. Using this ID, I can then call all the counties that are part of this state through the county's xml which is also loaded on my stage.or example if I click on Arizona, it zooms and I get a trace of all the instance names of the counties within Arizona.
//call all instance names of Arizona counties
cldcnfips=(cntXml.Records.Record.(STATE_FIPS==cldstfips).afips.children());
trace(cldcnfips);
[code]......
I've build a simple twitter feed flash application that uses php script to read the latest tweet from xml and returns the string to flash to be displayed in a text box. However, I was wondering if there is some easy way to make the url in the tweet an active link? [URL]
View 5 RepliesMaybe nonsence but is there a way to make some Class instance when owning only its String name?
I mean,
function makeClassInstance(className:String):void{
var instance: Class(className) = new Class(className);
}
That's all about valueObjects. I wish to retrieve classNames from values setted up in main app for universality.
I've created some variables. I've created a string using those variables. I want to display the value of that string in a text box.
ActionScript Code:
var today_date:Date = new Date();
var thismonth:uint = today_date.getMonth();
var mnth:Array = new
[Code].....
Trying to recognize urls from an xml text (as1) I have not access to edit the xml.The url is loaded as string, ex: "lorem ipsum dolor sThe url is not always at the end of the stringI'm loading it and showing as htmlText, but the url is not likeable (coz have no tags T.T )using split and join i got:
Code:
function sar(holder, searchfor, replacement) {
tarray = holder.split(searchfor);
[code].....
Im trying to make my TextArea read multiple lines to a string
Hello
my name
is Bryan
in the textArea
outputs to HellomynameisBryan
how can I get it to output with line breaks?
i have to make an addchild to a movieclip, but i really don't know how to make it with a dynamic name.
for example
private function buttonClicked(nameOfTheButt:String):void
{
thumbs.addChild(nameOfTheButt);
}
[Code]....
I would like to make a dynamic button on a website I am working on. I would like one button to update a variable, and another set of buttons to add 1 or subtract one from the variable I have buttons on the left side of the page for some bands that load conent into an empty movie clip.
The website: [URL]
I would like to set up some forward and backward arrows above that content on the right, so users can also scroll through the content in order. So if someone loads the content for soul asylum, and click the back arrow, it goes back to the Wailers, and if they click the forward arrow, it goes to Swollen Members. So there is an order of pages: 1. Wailers, 2. Soul Asylum, 3. Swollen Members, 4. Passafire, 5. Beats Antique, 6. SFM Kind of an order of importance. The idea is if somebody starts by clicking #3 Swollen Members, my application will know that it is on #3 and the arrows will go to #2 or #4.
Is there a way for the main artist buttons on the left to reset a variable for the current slide? So if someone clicks on the Swollen Members picture button, a variable called currentselection equals 3 And then when the forward arrow is clicked, it will ad 1 to the current selection and load movie #4
So in VB the main Swollen Members button would be something like: im currentselection as int = 3 Which would reset the current page as 3
Then the forward arrow would have code like:
Dim Nextselection as Int
Nextselection = & currentselection +1 & ".swf"
And the button in flash would be something like:
on (release) {
loadMovie("Nextselection", "rightcontent_MC")}
Which would load 4.swf the slide for passafire.
So how would I do this in action script 2.0?
I am using a s:TextInput in Flex 4.5. It shows it's prompt text if the underlying text value is null or empty String. Does anybody know if I can make either don't show the prompt on empty String or even show a different prompt?
View 1 RepliesI'm just trying to make a utility function to convert an array collection into a string.
Supose my item within the array collection (named 'ac') is something like:
Code:
var ac:ArrayCollection = new ArrayCollection([{property:'foo'},{property:'bar'}]);
I can get the items property if I use a 'for' loop like:
Code:
var acToStr:String = "";
for (var item in ac)
{
[Code].....
why wont this work?
some_mc["nested_mc_name"].onPress = function():Void {
trace ("test")
};
I'm trying to make a dynamic function so I can pass a string var for the name of any nested movieClip I want on the fly.
I have made a pixel font using an array and have made it so it scatters from the mouse, (magnetic effect).Example at BladeMonkey Test Page.However if i make this string longer it slows down quite severly.
View 1 Replies