Actionscript 3.0 :: Add A % Sign To The End Of The Text?
May 14, 2010How do you add a % sign to the end of the text in the Action-script 3 preloader tutorial?
View 1 RepliesHow do you add a % sign to the end of the text in the Action-script 3 preloader tutorial?
View 1 RepliesI have a flash movie that loads variables from a text file. I need it to be able to display plus signs. Right now they are omitted from display.
For example, if the text file reads variable1=1 + 1; Flash displays "1 1".
Is there a special way to store plus signs in the text file so they are displayed properly?
why a minus sign breaks my dynamic text field?For example, if I have a plus sign like this it works fine:mytext.text = "+1000";But if I have a minus sign, it only shows the minus and nothing after it:
View 3 RepliesI want to convert text into American sign language (ASL). I am thinking of creating a set of videos first and then map to some words.
But is it possible to generate a sign language video through direct text by using a 3D model and making it to animate?
I created a contact form for this Flash site using Actionscipt 2.0 The problem I'm having is that when I try to enter the @ sign (shift+') I get quotation marks and vice versa as if I were using a Mac instead of a PC. This only happens in the contact form and works fine when entered anywhere else such as the address bar or a search engine.
View 1 RepliesReading in text from a text file and flash seems to refuse to display the pound sign (£). Tried doing the url encode thing (%A3) but his dosent seem to work either. Can anyone shed any light on this?
View 8 RepliesI can change my database text, and call it from my flash through php. But it doesn't seem to translate over the '%' sign.
I know this is probably not database specfic.
"Text=Test text&Comment=Take 10% off all products"
The variable Comment only comes out as:
Take 10 of all products.
Do I use an escape character?
I'm having some problems with input text. I'm using
Code:
mytext_txt.restrict = "0-9.-"
my only problem is that that the minus sign isn't working in can type everything from 0 to 9 (0-9) and dots (.) but no minus sign (-)...
I got my dynamic loaded text files into my flash files down...but the problem is it does not show characters such as the % sign.I thought I just had to add a slash before it like /% but it still doesnt work. All it shows is the slash.
View 3 Repliesi was just wonder if there is a possible way to do this? If you can actually load these signs % or &.
View 3 Repliescan anyone shed some light on when you use the "?" sign in actionscript? such as:
[Code]....
I want to format a number with the '+' or '-' sign attached to it. When i tried with the useNegativeSign=true, it gave only '-' sign. I want like this : +13%, -12%
View 1 RepliesI have a flex application, running with amfphp and connected to wamp, I want to use a secure connection using ssl, but my whole application is running from the same swf file, would using ssl in that case mean that all the data, being sent and received between the server and client ,encrypted? Because this is not what I'm trying to do, I only want to encrypt the sign up and sign in data.
please note that, I have log-in bar which is visible the whole time as long as the user is not signed in.in other words, I only want to secure some of the data being transferred not every thing.
I have a datagrid column with numbers in it. How do I:
1. add a '%' sign at the end of each number in the column
2. make the color either red or green depending on if the number is less than or greater than 0, respectively. I've been able to do 1 or the other but not both. Here is what I have, which does #2 but not #1:
[Code]...
We are using Mike Davidson's SIFR implementation and so far so great, however we have noticed that it converts any white space into %20's, unfortunately that breaks any % signs we have in our product descriptions.
View 1 RepliesWhen I enter my e-mail address in an input text field in the flash movie, some funny character appears before @. How do I solve this? I googled a bit and found out thatActionScript Code:System.useCodePage = true; could cause this, and I was told by someone else that @ sign wasn't included in the system character set. So, which one is true and how do I avoid it?
View 0 RepliesI have a dynamic text field that I would like to say "+250 Points". After embedding the fonts, it works fine with a normal font like Arial. But when I try to use a downloaded font, the text shows up with a vertical rectangle instead of a plus sign (mytextField.text = "+250 Points"; ).The font that I'm using (Arcade Classic) has a plus sign character that I can type in to the field in Flash, but AS3 won't cut it. This is after selecting All glyphs and putting in + on the extra characters to embed.
View 0 RepliesCan I use the # sign in AS2 variable names?
like ->> var item_#_productName = "test"
I must use a list of preset varilable names but I am getting a syntax error when I use the # sign.
What is the deal with the dollar sign in this tutorial found at mm?
3D classes tutorial
What is the purpose of the dollar sign? Here is a sample of the code:
[AS]class com.lo9ic.Style {
private var $linealpha, $lineweight, $fillalpha : Number;
private var $linecolor, $fillcolor : String;[code]....
Wondering if I can do a form where people would sign up for a date? I have MX 2004 Pro.
View 4 RepliesI am trying to display country codes(+91, +60, +01) in the combobox. Although the dataprovider(array) contains + sign but is removed. I am not getting how to show it with sign.
<mx:Array id="countryArray">
<mx:Object label="India" data="+91" />
<mx:Object label="Malaysia" data="+60" />
Is this the problem with dataprovider? How can I treate them as text not numbers?
I've downloaded a template flash slideshow, and the client want's to display a price on the text the appears with the pictures. No problem I thought. Dollar signs work fine, but pound signs, no. Reading round on the net, this has something to do with embedded fonts ?
I emailed the developer who said I needed to add the pound sign to the text fields in the source file. Ok so I look through the source file, I can see one thing that looks like a text field. Forums say choose properties and the should be a font's dropdown.
I have just converted a native Android app to Flex 4.5 AIR, and I now need to sign it.
Does anyone know if it is possible to use the keystore that I used to sign the original Android app?
If so, how do I get a P12 out of it to use in Flex.
Im making a map editor so i can paste the array into the game so i can use the map, does anyone know how i can get the " symbol to export and display in a text box.
here is a standard map,
e01 = [["name"],
[1,0,0,0,1],
[1,0,0,0,1],
[1,0,0,0,1],
[1,1,0,1,1],
[1,1,1,1,1]]
I want that to export into the textbox but can get everything but the " signs.
i know its simple but im lost, i was thinking of using ASCII code for the " symbol which is, " but no luck with that either.
How to display percent sign (%) in dynamic text field that loads from external text file ?
In attachment is example.
im trying to get a sign up for to work in flash. One attrib which is email and simply sign up. Here is the code that i have at the moment
[Code]...
I have a dynamic text field that is getting its string from a loaded flashvar in the HTML that loads the movie.
Here is my code
Code:
var message1txt:String = LoaderInfo(this.root.loaderInfo).parameters.message1txt;
factbar_mc.factbar_messages_mc.message_anim_mc.message1_txt.htmlText = message1txt;
I have tried embedding code, using device fonts... etc. Nothing is working...
Having problems getting euro sign to display when loaded from external .txt file into dynamic text field using:
var myLv:LoadVars = new LoadVars();
myLv.load("test.txt");
myLv.onLoad = function (success) {
if(success){
[Code].....
tried saving the test.txt file as UTF-8 no joy, also the myvar above needs to display a bunch of text with a scrollbar, peculiar things happen such as, euro sign doesn't display, or, if I embed the font used, with say Arial, text doesn't display properly, if device fonts are chosen without embed, text displayed doesn't display the euro sign, '€' the common way to code the euro in html doesn't get recognised in .txt file?
In a project i'm working on i need to have a custom font on CombBox instances. I set this up by using a custom CellRenderer class where i use the attached code:
Everything works fine, when seen through a browser on a computer which doesn't have the font installed it renders the font just fine.
But then i need to read data from an external XML file and some of the texts include the euro sign (€) which for some misterious reason won't show up, instead a weird square pops-up. Has anyone seen this before? Any know workarounds for this matter?
make a spinning sign that gradually slows down. A tutorial maybe or an .fla file I can look at?
View 3 Replies