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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 43854 - 43883 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
43854
Howdy, guys... Now I can write something to the group... Somehow my writing privilage has been messed up with the group... Anyways... :) I believe I have...
Jason
rndrman
Offline Send Email
Feb 1, 2003
8:48 am
43855
uhhh, how do you set enabled to false? Is it... buttonname.enabled=faulse; ? Sparkyfire ... thought. Is there a way to disable a movie. Make it where ... will...
Sparkyfire <sparkyfir...
Sparkyfire1
Offline Send Email
Feb 1, 2003
5:16 pm
43856
yes just like that _root.TargetButton.enabled = 0; "Sparkyfire <sparkyfire@...>" <sparkyfire@...> wrote:uhhh, how do you set enabled to false? Is it......
Bill Watson
hp_sauce46
Offline Send Email
Feb 1, 2003
5:43 pm
43857
I have the need to show some form of wait state in Flash. Some links in my project do not respond as quickly as I'd like which causes the user to wait up to 3...
Simon Lord
slord@...
Send Email
Feb 2, 2003
8:26 pm
43858
Hi there, trivial problem, maybe I got a play.exe (projector file) that is a presentation, which at certain frame stops and loads external.swf. It works fine....
lupienok <lkostros@...>
lupienok
Offline Send Email
Feb 2, 2003
8:45 pm
43859
In the last frame of the loaded swf put: _root.play(); //if the external swf was loaded in an mc , or _level0.play(); //if it was loaded in a level If you also...
Nelu Madau
madaunelu
Offline Send Email
Feb 3, 2003
12:08 am
43860
Hi Mi name is Ed and I am new in the neighborhood . I am just starting a self study of the CIW course which as you probable know is the Certificate Internet...
edison_astudillo <edi...
edison_astud...
Offline Send Email
Feb 3, 2003
2:01 am
43861
Hi! Does anybody know why fonts appear fuzzy in flash? Is there any fix to this problem...I guess there is, cause I haven't read anything about it...
detfinnsjufrheleveing...
detfinnsjufr...
Offline Send Email
Feb 3, 2003
2:05 am
43862
Fonts are are anti-aliased by default. To have the fonts aliased you should not include font outlines for Dynamic or Input Text fields. And check the "Use...
RuneImp <rune@...>
runeimp
Offline Send Email
Feb 3, 2003
2:37 am
43863
Check out my examples "PHP Variables 01" and "PHP Variables 02" at http://flash.imptech.net/cgi/ -=- RuneImp ImpTech - Web Design & Hosting http://imptech.net ...
RuneImp <rune@...>
runeimp
Offline Send Email
Feb 3, 2003
2:38 am
43864
Hi, Is there a way to import an .avi or Qtime movie together with their sounds/music into flash? I tried using import command from the File menu, the movie was...
Ardi Arifin
ardiarifin
Offline Send Email
Feb 3, 2003
4:34 am
43865
hi there iam working a project for my client, its cd presntation.. my client want its all images load dynamically from its folder called image. can any one...
syedraheemuddin <syed...
syedraheemuddin
Offline Send Email
Feb 3, 2003
8:46 am
43866
Hi, I found an interesting game at http://www.orisinal.org/games/truth.htm. How to display a certain scene that have been shot during the game at the end of...
Ardi Arifin
ardiarifin
Offline Send Email
Feb 3, 2003
11:13 am
43867
iam working a project for my client, its cd presntation.. my client want its all images load dynamically from its folder called image. can any one helpout from...
syedraheemuddin <syed...
syedraheemuddin
Offline Send Email
Feb 3, 2003
1:28 pm
43868
need a little more detail on what you mean by "Folder". Is the folder on the CD itself? Or are you trying to load images from a web site while running the...
John Grden - Acme
neoriley
Offline Send Email
Feb 3, 2003
3:11 pm
43869
Hi, In making a client (.exe projector) for an online game, I need to make it che for an update. If the version is old, then download the update to the...
phaelon2003 <mmansfie...
phaelon2003
Offline Send Email
Feb 3, 2003
3:15 pm
43870
how about: // this will load a movie into level 1 loadMovie("http://www.acmewebworks.com/myFlashGame.swf",1); // this will load a movie into a movie clip...
John Grden - Acme
neoriley
Offline Send Email
Feb 3, 2003
3:21 pm
43871
Huh? I'm confused by your question. I was able to view what I recorded just fine. Is that your question? John Grden Flash Developer www.zing.com ...
John Grden - Acme
neoriley
Offline Send Email
Feb 3, 2003
3:22 pm
43872
Hi I came across this at the weekend and while I have only skimmed through it it looks extremely useful. Has anybody else any had any experiences using it...
hp_sauce46 <hp_sauce4...
hp_sauce46
Offline Send Email
Feb 3, 2003
3:59 pm
43873
That would work fine, but the game uses xml socket communication to a Fortress Server, which does not reside on the web server(too much damn security in flash)...
Mike Mansfield
phaelon2003
Offline Send Email
Feb 3, 2003
3:59 pm
43874
thank for your reply the image folder is in the cd only from there the image load dynamically . ... folder on ... while ... ...
syedraheemuddin <syed...
syedraheemuddin
Offline Send Email
Feb 3, 2003
4:32 pm
43875
I've been using it for writing some component reference panel documentation. It's quite impressive. I started working on something similar (a Custom Actions...
Muzak
muzakdeezign
Offline Send Email
Feb 3, 2003
5:04 pm
43876
DOH!!! http://www.muzakdeezign.com/downloads/swmx/snap01.gif http://www.muzakdeezign.com/downloads/swmx/snap02.gif ...
Muzak
muzakdeezign
Offline Send Email
Feb 3, 2003
5:16 pm
43877
nope, it didn't help - main.swf loads external.swf - external.swf movie understands _root.play(); as its own command. How should I reference the parents...
Lubos Kostros
lupienok
Offline Send Email
Feb 3, 2003
7:25 pm
43878
I am trying to create a menu system in flash and I am having a hard time creating one....
xmartinenriquezx2003 ...
xmartinenriq...
Offline Send Email
Feb 4, 2003
3:10 am
43879
Basically I read the tutorials. And I bought a book on Flash MX and I still can't find the answers on putting a website together. I am missing the know how on...
xmartinenriquezx2003 ...
xmartinenriq...
Offline Send Email
Feb 4, 2003
3:10 am
43880
My Name is Martin Enriquez and I have been working on computers for a long time now. Approximately 13 years in the Network Administration side of the IT...
xmartinenriquezx2003 ...
xmartinenriq...
Offline Send Email
Feb 4, 2003
3:10 am
43881
How can you display a Flash movie in a browser window so that it is CENTERED and MAXIMIZED as well as having default browser SCROLL BAR if the movie is too...
jvanv8@...
Zaskar_Racer
Offline Send Email
Feb 4, 2003
3:12 am
43882
But if you select "Embed Font Outlines for All Characters" in a dynamic text field, it will display correctly (including tweens etc.) even if the user does not...
jvanv8@...
Zaskar_Racer
Offline Send Email
Feb 4, 2003
3:12 am
43883
John, just a personal observation but; maybe your trying to make to much out of what Flash is and can do. Most web sites that I have seen that were entirely...
Tony Robinson
decoydoc
Offline Send Email
Feb 4, 2003
3:29 am
Messages 43854 - 43883 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