ActionScript 2.0 :: PHPList - Get A Sign Up For To Work In Flash
Apr 4, 2008im 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]...
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]...
When 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 was just wonder if there is a possible way to do this? If you can actually load these signs % or &.
View 3 RepliesI'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 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?
Reading 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 RepliesHow would you, in actionscript 3 make a way to create, log-in, sign-out, etc. of user accounts? I'm mostly looking for an API i can use and if there is, how would I use it?Alternatively, if there is no way to do it in AS3 as that is a longshot, how could I do it in html using dreamweaver?FYI: this is for a website.
View 1 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]...
How do you add a % sign to the end of the text in the Action-script 3 preloader tutorial?
View 1 RepliesWe 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 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?
I 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 Replieswhy 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 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 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.
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 RepliesI use several controls with combo boxes and data grids, which I fill using a HTTPService which returns some XML. However in the XML there are some telephone numbers starting with a plus sign (ie. +123456). However in the combo boxes and the data grids the plus sign doesn't show (so it would display as 12345646).
It doesn't matter if I use CDATA or not. When I change the value I saw the following:
[Code]...
when I debug a flex application in the properties of display objects i also see variables that start with a dollar sign, like: $alpha, $width, $x, etc.. what are they? are they different from the "normal" alpha, width, x properties?
View 1 RepliesI'm trying to create a FTP Client in AS3.It works well with almost all my ftp hosts, but I'm not able to login in hosts in wich I have an "@" (at commercial) character inside the username.It seems a character encoding error.[code]but I'd never got a 331 response (Username Accepted) from the FTP server.i tried replacing '@' char with '%40' or '+' without success.
View 1 Replies