Search the web
Sign In
New User? Sign Up
cdiglist · Central Ohio Adobe User Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 57 - 86 of 3255   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
57
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...
jldami2
Offline Send Email
Feb 1, 2007
5:40 pm
58
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 Rust
randalrust
Offline Send Email
Feb 6, 2007
8:10 pm
59
Try this (note bolded text): var soundPlaying:Boolean = false; onClipEvent (enterFrame){ _x+=(_root.img1.xpos-_x)/speed; if(_x > 165 && soundPlaying == false){...
Ted Coffman
ted_coffman
Offline Send Email
Feb 6, 2007
9:20 pm
60
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...
Chip Brown
fenetelon
Offline Send Email
Feb 6, 2007
11:18 pm
61
... No doubt about that. But isn't there a class in Flash that controls this sort of thing now? -- Randal Rust R.Squared Communications ...
Randal Rust
randalrust
Offline Send Email
Feb 7, 2007
2:14 am
62
... 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...
Chip Brown
fenetelon
Offline Send Email
Feb 7, 2007
5:02 am
63
I need to turn some digital files into old school slide. Can anyone recommend a local service for doing this? thanks Chip...
Chip Brown
fenetelon
Offline Send Email
Feb 7, 2007
6:24 pm
64
... OK, I did some research on this, and came up with... /*---------code for animating a tween----------*/ import mx.transitions.Tween; function moveImg(img,...
Randal Rust
randalrust
Offline Send Email
Feb 8, 2007
3:09 pm
65
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 Newton
newtonsgroove
Offline Send Email
Feb 8, 2007
3:31 pm
66
... 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...
Randal Rust
randalrust
Offline Send Email
Feb 8, 2007
3:38 pm
67
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...
newtonsgroove
Offline Send Email
Feb 8, 2007
3:39 pm
68
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...
Keith Newton
newtonsgroove
Offline Send Email
Feb 8, 2007
3:52 pm
69
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...
Mike Harsh
hybrid37mike
Offline Send Email
Feb 8, 2007
4:01 pm
70
... 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....
Randal Rust
randalrust
Offline Send Email
Feb 8, 2007
4:10 pm
71
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...
newtonsgroove
Offline Send Email
Feb 8, 2007
4:28 pm
72
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....
Mike Harsh
hybrid37mike
Offline Send Email
Feb 8, 2007
4:31 pm
73
... Yeah, I know. I didn't think it was really necessary for what I am doing. -- Randal Rust R.Squared Communications www.r2communications.com...
Randal Rust
randalrust
Offline Send Email
Feb 8, 2007
4:33 pm
74
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...
Chip Brown
fenetelon
Offline Send Email
Feb 8, 2007
4:42 pm
75
... 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 ...
Randal Rust
randalrust
Offline Send Email
Feb 8, 2007
4:50 pm
76
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',...
Chip Brown
fenetelon
Offline Send Email
Feb 8, 2007
5:02 pm
77
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...
krxtopher
Offline Send Email
Feb 9, 2007
3:39 am
78
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"...
krxtopher
Offline Send Email
Feb 9, 2007
4:00 am
79
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...
krxtopher
Offline Send Email
Feb 9, 2007
4:32 am
80
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...
krxtopher
Offline Send Email
Feb 9, 2007
4:41 am
81
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...
elemental422
Offline Send Email
Feb 9, 2007
4:49 am
82
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...
Daryl Urig
urig_daryl
Offline Send Email
Feb 9, 2007
9:26 pm
83
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...
elemental422
Offline Send Email
Feb 12, 2007
9:31 pm
84
winamp has tons of visualization plug ins. you can quickly create and modify....
Paul Ihrig
paul_ihrig
Offline Send Email
Feb 13, 2007
12:58 pm
85
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...
gardener384
Offline Send Email
Feb 13, 2007
1:10 pm
86
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...
eric_davis_43085
eric_davis_4...
Offline Send Email
Feb 13, 2007
1:26 pm
Messages 57 - 86 of 3255   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help