Sign In App
What would be the general way to go about creating a "multipage" sign up application using Flash and AS3? This will be part of a larger application. Here is the basic layout ...
sign in - form to sign in with email address and password. Button on this page submits form. If authenticated show thank you page and unload the movieclip. If not authenticated show error message page. I'm thinking that each "page" is a frame.
Thanks for your help!
FlashKit > Flash Help > Actionscript 3.0
Posted on: 10-21-2008, 12:01 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
'not Sign' Appearing Before 'pound Sign' Problem
Hi all, please see attached file to see what I mean, but for some reason I am getting a 'not sign' (¬) appearing before my pound (£) sign.
The content comes from XML with CDATA tags and is all loading fine. I tested the files on my local server and they work fine (no ¬ sign), I tested on a live server and it works fine, but when I put it on my clients server I get a ¬ sign appear before every £ sign. So £250 becomes ¬£250.
All other 'special characters' in the text are fine, it just seems to be the £ character causing me problems. I am using HelveticaNeue LT 65 Medium
Does anyone know why this might be? I've embedded all the characters I thought I needed, but could this be down to needing to embed more or something more serious??
Sign Up And Sign In Screens
I know how to make a sign in screen but a sign up screen has eluded me since i dont wanna keep manually entering user names and passwords into the code i need a simple way to make one any idea's?
Different & Sign
I'm making a menu that generates and duplicates buttons using a text file. In this text file I specify the text on the button (&menu_text) and the URL to go to (&menu_link) The URL picks out an adress from an ASP database.
example:
&menu_text_1=Name button
&menu_link_1=catalogus_resultaat.asp?lijst=lijstme tafbeelding&merk=bedrijf&model=bouwfonds%20concern
The link specifies to different elements in the ASP file but it stops at: catalogus_resultaat.asp?lijst=lijstmetafbeelding
It doens't read the & sign.
Is there an alternative way to write the & sign or to link the different items in the database without using the & sign.
Please help,
Thanx in advance
Bakukeru
Pop Up Sign
How they do it?
I want to open a new browser window from within my page, but without the browser menu, status bar, icons etc. Just my page. I tried to use the fscommand, but i really dont know what to put in there.
I appreciate some help.
Sign This Now
If you haven't been aware of the problem please sign this petition.
PC developers, are you tired of "dumbing down" your design for playback on the mac? if so you need to sign also.
B
Moderator please don't pull this post... it needs the atention of all flash developers.sign this
I Want A '£' Sign From XML
hi.
i'm not asking much. all i want is to be able to load a '£' sign from an XML document (price list)
anyone?
Sign In
I need a sign in thing so like, 5 people can sign in, type in something, and then i can see it all in a spreadsheet. like...
name time date
Tim 6:00am - 9:00pm 3/31/03
phill 8:00am - 2:00pm 4/1/03
so each person summits there info, and then when i sign in i see it like that. but only i can.
Now i was wondering how i can do this, prob php or something... maybe flash? please help me!!!!
Come And Sign
Sign this if you realize the importance.
http://www.petitiononline.com/msiepng/petition.html
Sign-In
I want to make kind of like a sign-in box.
The Sign-in box has two fields
1. username
2. password
What I want is for the person to fill both fields out and if they type the password correctly they will be sent to another frame in which it would greet them:
"Welcome (whatever they typed in the username field)to blah blah..."
Can this be done and how?
Sign Your Name?
I need to do a signuture on a website of a name "long one"
in cursive also. How is this done? I figure using mask but do I need to do fram by fame or can I use tween? Am I on the right track?
Thanks
Sign It?
I know about 5 months ago someone was working on a script that would allow you to write out something and it would make it a flash file where it looked like someone was writing it on your website. I need this now and search but no luck someone help me out. Is there such a thing?
Thanks
Sign It?
I want to make a name write out in cursive I have seen it done before in flash mx but I wanted to know if in version 8 it is easier or if there is now a tool that does it for you like a mxp file plugin?
Smaples sites are:
http://www.seanjohn.com/
This one has a neat back light effect.
http://www.seanjohnwheels.com/flash.htm
Thanks
The & Sign
hey,
I have a asp page that I am loading into flash. One or 2 of the urls
have the "& " in them.
flash sees it as as variable... and does load the urls's.. is there a way around this...
mako
Sign In Help
i am working on a site and im making a sign in thing but what i want to know is how do i automatically send an email when they register and make multiple password and username i just want to know how make a username thing just like proffesional site u know like regitering stuff like that
The & Sign
hey,
I have a asp page that I am loading into flash. One or 2 of the urls
have the "& " in them.
flash sees it as as variable... and does load the urls's.. is there a way around this...
mako
Sign A SWF
Hi,
I'm looking for possible solutions to secure the Flash/server communication using a signature. For example I want to sign a SWF so my serverside component can read this signature when the SWF contacts the script (for example to fetch some content) so my script is able to identify the SWF as "trusted" and can deliver the output.
The important thing is that it is secure meaning nobody can simply decompile my swf, fetch the security component and use it to fetch the content by himself.
Any ideas if this is possible?
Thanx,
Micha
Special Sign Like <b>
Okay, I did a dynamic application, which loads data from an asp file (which is the connection to a database).
Now I get trouble to load a "&" into flash, because flash makes there a cut and thinks there is a new variable.
I hope someone can help me out there.
PS: (Is there a list with such problems or characters ?)
Using + Sign In A String
Hi can anyone help
I have a string variable that is past in a url from my flash movie. The string is made up of different categories from a webpage and some of the categories contain the + plus sign.
So when I click on the button and it gets the url it changes the plus sign to %2B. I saw another question in forum that was similar (they needed to use the & sign in the string) and one of the replies said to use the hex value for it so I tried that and it still didn't work.
does anybody have any ideas
cheers
Log In-sign Up Problem
I have a log in-sign up thing for members on my site but when u sign up u will log in. But if u leave the site and come back your password would not work anymore. How do i get the passwords and screenames to save so that u can use it after u leave the site.
i need help with this asap!!!
Plus Sign Problems
O.K., I just finished something, except there's one big problem: when I try to load all the variables from an external text file, none of the plus signs in it (in strings like "Studded Leather +1" and "1d8+5") load. They'll print just fine if I put them in manually, but I don't get why they won't load. Any ideas?
Loading % Sign In .txt
gday all
ive got a swf im loading a .txt file into and i need to see the % symbol, i know that flash uses this % for something??? and it dosent show up
could any one tell me how to get it to show up
i know you can get ? to show up by using ¡Þ
there must be a way to get % to show
Please help
Inserting The @ Sign... Please Help
I have a problem with the flash 6 plugin for IE...
How can I make flash to insert the @ sign when I press + v?
If it's impossible, how can I solve this problem?
The swf is Flash5 version.
Thank you!
Kekec
Sign Designer Fla
has anyone ever seen this sign designer fla?? Here is the link...
http://www.signletters.com/signdesigner/index.html
I am interested in getting this even if I have to pay for it. Of course free is preferred. Would appreciate if anyone could point me in the right direction. I ve looked all over to no avail..
thanks in advance
MX- Password With Sign-up
I while ago i downloaded an fla called "ideas" in this fla there was a sign-up or login option. For some reason it does not seem to be saving the signup part. So you create a name but next time you load the swf you must do it again. It uses an fscommand(save, ~~~). Is there any other way to save a password, or does anyone how to fix this fla? I attached the file if ne1 needs to see it.
Percent Sign
In flash Mx if you load variables (example form a text file) if you have a % sign in it it will not show. I have tried to use the sign and the actual U+0021 code for it and it will not show anyone have an Idea?
Nickname Sign Ups
I want to make a flash feature where i dont have to manually script every single username and password.I also want to attach certain features to it like money and health (yes im making a game)
Neon Sign
Any way I can create a neon sign affect for an intro I'm making? I kinda need it to be an animation (eg. Light flickers)
Rotating Sign
I want to make a rotating sign. Is there a book or info I can use?
to do this?
Sign Up Page? Php?
I'm trying to create a simple sign up page that gets a user's name, email, and maybe some other info and it's sent to a php page or excel spreadsheet. Is there a simple way to do this? Also is it possible to send a automated response to the user's email saying, "thank you for signing up...blah...blah..." The help would be much appreciated...
Neon Sign Job
Hello, im looking for someone to make a neon sign in flash for the band Piebald. This would be great portfolio work if your looking for some. Currently we get 1000 hits a day and that amount will most likely triple once the new album is released. If you are interested let me know. Attached is their logo.
Sign-up Forms...How To?
Hey all...
Okay so maybe I am retarded but I cannot figure out how to incorporate a newsletter sign-up into my flash web site. I'm sure you all know what I'm talking about but in case you don't...
example
Name:
Email:
Submit Reset
Can someone please help? Or point me in the direction of a tutorial?
I really appreciate it.
ACMEexp...
Cant Get £ Sign To Load
Why can I get a $ to load fine into dynamic text but then I change exactly the same code to a £ sign the sign doesnt load.
Example
This works
cashDisplay = "$"+cash;
But this doesnt work
cashDisplay = "£"+cash;
LoadVariables With '&' Sign
Hello is there a way to load Variable from txt file so I get variable value xx&xx.
when I try to do that
with this value in txt, i=xx&xx, as a value in flash it shows i=xx
please help!!
+ Sign Diapears
Uploading an array from SQL using PHP....all works fine exept some missing caracters. I wan't to be able to use the + sign. PHP returns the value o.k. For example You+ME....flash ignors the + sign, just letting it dissapear.
Any way to keep the + sign ??
Also, is it possible to store certain accents on your letters (like ë ï ç) in a SQL database ?
Sign In Pages?
Im building a site that requires a 1 word sign in page.
Is there a tuoral on how to make the sign in page? Please help. thanks.
Reading A Plus-sign
I'm having problems in reading a plus-sign from a .txt-file with loadVariables.
For example tracing : myVar = "+358 050 547 5908"
returns:
" 358 050 547 5908" (plus-sign is replaced by a space)
Any ideas around this would be Greatly appreciated?
— Harry S
$-sign In AS Files: What Does This Mean?
Dear Users:
I was trying to follow a tutorial when suddenly . . .
I ran across something I haven't seen documented anywhere.
The $ symbol.
It is in (for Windows users) C:Program FilesMacromediaFlash MX 2004SamplesCustomizingContextMenu and the file is called CustomizingContextMenu.fla .
What this file does is create custom context menu objects. But in the Actionscript in the file ...
_global.$clipboard = new ClipBoard();
function menuCallback (obj, menuObj) {
// First, check to see if the clipboard is empty
var empty:Boolean = _global.$clipboard.isEmpty();
... they have $clipboard. Can anyone tell me what this means/ why the $-sign is there? I know PHP uses $-signs for variables, but Actionscript?
Displaying The €-sign
I'm using a dynamic textfield to show different prices and I have to use the eurosign, €. The problem is that the font I am using, Gill Sans, does not have this character and I have to use this font because it's part of their brand.
Are there any other way of embedding symbols that are not in the particular font?
Thanks
[Help]Global Sign-In
Goal: I want to make a Global Sign-In corresponding with my forum meaning which you have to sign-in/login to get into my site but by doing that when they are added in it will go with my forum so basically u login in once instead of signing up into my site and the forum.
Question: So if anyone can help me please do and thanks in advance.
sry if this sounds weird Im not that great at wording things.
lataz
Swinging Sign
Hey guys! So I'm looking to make a panel of links. Each link will be on a piece of wood held by chains, and when you put your mouse over the link it starts swinging back and forth... I played around with flash for an hour or so and couldn't get what I was looking for, does anyone have any reccomendations or code samples to help me? Thanks guys!
-Ty
[F8] How To Move The Plus (+) Sign?
Hello,
When I select a movieclip a plus (+) sign appears on the stage, how can I move this plus sign to somewhere else without moving the movieclip?
Please see the attachment for the sign...
Thank you,
Sign In Form
What would be the general way to go about creating a "multipage" sign up application using Flash and AS3? This will be part of a larger application. Here is the basic layout ...
sign in - form to sign in with email address and password. Button on this page submits form. If authenticated show thank you page and unload the movieclip. If not authenticated show error message page. I'm thinking that each "page" is a frame.
Thanks for your help!
< Sign In Array
within a text array if you need to have the < sign, it causes any text after it to disappear. Any suggestions?
var entries:Array = new Array();
entries[0] = "Black < Blue";
output: Black
Sign Up To The Newsletter
Does anyone knwo how to create a sign up for to a news letter? What does it involve? Will i need to have some form of data base that my customers emails are stored to?
Any help will be much appreciated!
Change Sign
I have a problem with a interactive site, when my members uppload stuff to my database they use ' ' these signs in the sentense they whant to uppload, this drives my php to mysql script mad and all the information is lost... is there a way to automaticly change or ban these signs in flash?
looked on google for information on this but cant really fint the correct search words...
Rotating Sign: How?
Hi there. A client has requested a widget on a new site that I'm struggling to come up with. Not very knowledgeable with Flash, so hoping to find some help and advice here ...
I need to animate a sign, much like a "baby on board" sign that you'd stick on the window of your car. Inside the sign would be some text, which would come from an XML file. The sign would display the text for a period of time, say ten seconds, before rotating to reveal the next random sign (text).
Two ideas come to mind: the first is for the sign to slowly rotate and reveal the new text on each rotation.
The second, and ideally, would be for the sign to spin at high speed, so there'd be motion blur and maybe some 'bouncing' as the sign settled down (and then displayed it for ten seconds or so, before spinning again).
Does that sound doable in Flash? How?!
Any help *Much* appreciated.
Euro Sign
Hi,
I can't type the euro sign ( € ) in author time or into an input text field when published. I've tried using a number of font some i know have the €, and embeded fonts including the €, with no joy.
I'm using ctrl alt 4 to type €. I know this is possible as 2advanced.com has this capability in their contact page.
Cheers
James
|