I have a mobile interface all designed in flash lite 1.1, it's even tied to a PHP database (and it's sweet!). But I need it compatible with (nearly) all phones...
I have a movie (Flash 8) that I am working on where I need to play a sound when a particular animation has completed. In the first frame of the movie, I have...
Randal, First off, you can formate your code a bit better in later versions of Flash than what you have. It's best not to place any code on movieClips if at...
... Yes, the flash mx.transitions.Tween class, it's based on the work of Robert Penner, so are the easing equations. They work well, but have a bit of an...
... OK, I did some research on this, and came up with... /*---------code for animating a tween----------*/ import mx.transitions.Tween; function moveImg(img,...
Hey Kids! I would like to create a form in flash that would take the values from several fields (input from the user) and then put them all together in one...
... Keith, are you sending the information from one user to a second user? Or is the same user inputting the data and then viewing it in the second frame? Kind...
Hey Kids! I would like to create a form in flash that would take the values from several fields (input from the user) and then put them all together in one...
I should have mentioned... I cannot use PHP, ASP, CGI or any "back end" language. This is a JAVA house. I do not know how to do this in JAVA, so the work...
I noticed that this code sets the easing parameter to null (third item in parentheses) when the tween is declared. This leaves out one of the coolest features...
... You could do it with JSP, but I'm still not sure what you are trying to do here. What you are saying is: 1. user fills out a form 2. user submits form 3....
The reason they are doing this is because the content management system (cms) they currently use has a lot of extra fields that no one and they are trying to...
While we're on the subject of tweens, I've found it very useful in animating multiple items at once without the need to hand-tween each item on the timeline....
The easing equations are based on the work of Robert Penner, who first made streamlined tweening equations for Flash MX. Here is a link to a demo of what the...
... Uh, why not just fill out the Word doc? Seems like overkill for something so simple. If you need to merge your data, it should be pretty simple. In your ...
Well, external scripting aside, to do what you're wanting is pretty easy. The code below assumes that you have 4 text fields with instance names of 'name_txt',...
JLD, What type of XML are you trying to convert to? Perhaps you mean XHTML - the web page format that's based on XML? There isn't any user interface format...
Keith, When the user hits "submit" you would need to store the values from the text fields to temporary variables so that when you move onto the "message"...
Paul, Flex 2 has really slick built-in support for consuming web services which includes easy ways to bind your user interface controls to the inputs and...
Daryl, You've probably figured this out by now, but Flash, being a front-end technology, can not access a database directly. It aways need to call a server...
Hey gang -- A&F is looking for an interactive designer; check the job board @ CSCA (http://www.cscarts.org) for more information... Job description, contact...
working with an xml file...doing the xml binding thing. can get the description to work with a text field. Then when I try to do an array, I am able to select...
Any thoughts or experience with the programming behind this? If you have a background/experience in creating something along these lines (or know someone who...
Hello to the greatest web developers in the area, I am working with the Vision and Vocational Services organization to help them develop a new web page at no...
I'm recoding a site in MX 7 for a client who is interested in updating their 9 year old shopping cart. They have a small catalog - only about 75 items. The...