Search the web
Sign In
New User? Sign Up
FLASHmacromedia · Moderated Flash discussion 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 58905 - 58934 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
58905
Hi Becky! Sorry it has been so long since I responded...got through the Lynda book (which I highly recommend) but I still have the same question. Now I will...
kristin
khrysalis
Offline Send Email
Jun 4, 2007
4:59 pm
58906
Hey folks, I'm very much a newbie to flash and have been doing the rounds of podcast and tutorials to learn what I can. For the most part I think I'm getting a...
oo_googie_oo
Offline Send Email
Jun 5, 2007
4:13 pm
58907
Hey g00gs, There is a tutorial at the Macromedia site that shows how to use the built-in learning interactions. ...
Sparky
bradeast2002
Offline Send Email
Jun 5, 2007
8:04 pm
58908
... There are a few ways to handle this but to simply get percentages with running totals start your app with something like var answerTotal:Number = 0; var...
runeimp
Offline Send Email
Jun 5, 2007
8:11 pm
58909
Hey thank you so much guys for your help its much appreciated, I'm working through it now and will let you know how it all pans out. Again thank you! g00gs....
oo_googie_oo
Offline Send Email
Jun 6, 2007
3:25 am
58910
I'm producing a Sim Date Game based on the Extremefemdoom characters of Popular Cartoonist Julius Hill. Julius would be doing the art. I would be doing, most...
Steve Whalen
madpol1
Offline Send Email
Jun 6, 2007
3:26 am
58911
Hi, I'm constantly getting this error: ReferenceError: Error #1065: Variable Website is not defined. at start_fla::MainTimeline/start_fla::frame318() From this...
triple_play25
Offline Send Email
Jun 6, 2007
8:37 pm
58912
Therin is one problems with using scenes. Don't use them. Your code is where? In the same frame where the button "Website" is? If not, that's why Flash...
Merrill, Jason
jmerrill_2001
Offline Send Email
Jun 6, 2007
8:41 pm
58913
I know, I know. Everyone craps on scenes and I hardly use them, but I know enough to keep my code where it needs to be used. The button action code was on...
triple_play25
Offline Send Email
Jun 6, 2007
8:58 pm
58914
... I'm glad you worked it out Scott. This is a conceptual issue for many people. Each keyframe that an object (MovieClip, TextField, etc.) exists in defines a...
runeimp
Offline Send Email
Jun 7, 2007
6:34 pm
58915
Hi buddies, I am a newbie. I have made an animation to which now i want to add something more in the starting.It's a long one and has many layers so just...
Saurabh Harsh
saurabh_the_one
Offline Send Email
Jun 7, 2007
8:53 pm
58916
Hello, I've recently decided to take a look at AS3, and I was in the process of seeing what kind of changes I needed to do with my code to make it AS3...
Special-K
kellydvernon
Offline Send Email
Jun 8, 2007
3:51 pm
58917
You need to define the class as public. And you should consider the following (not related to your error though): - Class names should begin with an uppercase...
Muzak
muzakdeezign
Offline Send Email
Jun 8, 2007
7:08 pm
58918
I'm finally working in Flash CS after working in MX for the last 3 or so years. One problem... When I select a button on the stage, to add a script, the script...
Joe Koomen
joekoomen
Offline Send Email
Jun 8, 2007
7:38 pm
58919
Components (or anything else for that matter) should never have code attached to it. In previous versions you could still get away with it, because of...
Muzak
muzakdeezign
Offline Send Email
Jun 8, 2007
10:24 pm
58920
... Just open the Scene panel via the Window > Other Panels > Scene menu and set them in the order you wish for them to present from top to bottom. Please also...
runeimp
Offline Send Email
Jun 8, 2007
10:33 pm
58921
Hello members, After a long time, I am peeping in with one question. I have a file which loads external data from a text file. I have a check for the last...
Bobby D Vj
bobby_vijay_...
Online Now Send Email
Jun 9, 2007
4:45 am
58922
Hello I am using flash 8.0 and I want to improve video quality at receiving side. Sending side action script code is : sending.fla:-- var nc:NetConnection =...
naved ansari
naved_ansari
Offline Send Email
Jun 10, 2007
9:31 pm
58923
... I see. So Adobe is following Microsoft's lead and making things that worked in previous versions, disabled in the latest release. It would have been nice...
Joe Koomen
joekoomen
Offline Send Email
Jun 11, 2007
2:21 pm
58924
... If your requesting a file from a server using LoadVars you can setup a listener for onHTTPStatus. If you get a 404 it's file not found. You can see a list...
runeimp
Offline Send Email
Jun 11, 2007
5:39 pm
58925
Hi guys, what's up? I got a problem to do a transition in a page. I'm following a tutorial to do a transition to change the page, I'm working with flash cs 3. ...
Emanuel Mandelli
nobreak_br
Offline Send Email
Jun 12, 2007
5:57 pm
58926
Hi, quick question for anyone that knows the answer.... Using Flash 8: I imported a video and chose the progressive option, then I selected none when it asked...
bill
bill1972_2002
Offline Send Email
Jun 12, 2007
6:00 pm
58927
We are looking for innovative designers, who are good at Flash, Photoshop, Sound Forge, Dreamweaver and Captivate. Even if you are good at any of these, do...
san2dezign@...
san_dezign
Offline Send Email
Jun 12, 2007
6:01 pm
58928
... Converting a video to FLV and embedding it into a SWF does not make it appreciably larger than converting straight to FLV. Video is simply a large media....
runeimp
Offline Send Email
Jun 12, 2007
10:35 pm
58929
When I try to load a PHP file variable into my dynamic textbox I get no output. loadVariablesNum ("/flash/player.php", 0); the php file just outputs: song =...
mathius1
Online Now Send Email
Jun 12, 2007
10:46 pm
58930
Unless you are publishing to a rather low version of Flash, I'd recommend you switch to using a LoadVars Object for this type of thing. loadVariables does...
Becky Kinney
beckykanokinney
Offline Send Email
Jun 13, 2007
1:28 am
58931
I've come across a very strange phenomenon, and I can't seem to find any cure. I have a list of html links I'm displaying in a dynamic textfield, and am using...
Becky Kinney
beckykanokinney
Offline Send Email
Jun 14, 2007
8:26 pm
58932
Becky, It seems to only be happening on those links that have single quotes in them (the ones with a variety name, if that's what that is) -- are you sure...
Helen Triolo
hhtriolo
Offline Send Email
Jun 14, 2007
8:42 pm
58933
Hi How are you? It was nice talking to you. Below is the job description for UI/ Flash Developer, if you are interested please reply this mail with your...
amey_interbase
Offline Send Email
Jun 14, 2007
11:48 pm
58934
New flash programmer and I have a button to display instructions in a dynamic text box when pressed. The problem is that this text then displays on top of the...
lewisvv
Offline Send Email
Jun 14, 2007
11:49 pm
Messages 58905 - 58934 of 59817   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