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...
Show off your group to the world. Share a photo of your group with us.

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 53892 - 53921 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
53892
Hey, this is still related to Flash since it's a flash site, but need a quick look over this little bit of HTML to let me know if we will have any major...
John Grden
neoriley
Offline Send Email
Nov 1, 2004
6:00 pm
53893
John, have you tried this: http://www.netmechanic.com/cobrands/zd_dev/ t.r. (p.s. not pushing this site at all. Just thought it might help) ... From: "John...
Tony Robinson
decoydoc
Offline Send Email
Nov 1, 2004
6:12 pm
53894
That's outstanding...lol. It nailed one thing that wasn't supported, fixed it, re-ran and shizam! No errors, clean bill of health. Thanks! [ Senior Flash...
John Grden
neoriley
Offline Send Email
Nov 1, 2004
7:25 pm
53895
I'm trying to put together a search tool to locate text within a text area. I want to set the scrollposition to where the next instance of the search string is...
John Grden
neoriley
Offline Send Email
Nov 1, 2004
8:31 pm
53896
Does anyone know how to customise this scrollbar apart from settimg a theme. in mx so easy using fstyleformat to set color of arrows, scrolltrack etc. Nothing...
hp_sauce46
Offline Send Email
Nov 2, 2004
2:07 am
53897
Hi, I'm trying to unloadMovieclip but nothing is happening. I'm able to do this with other movieclips on the main timeline. Hint: The movieclip doesn't...
arielwiz
Offline Send Email
Nov 2, 2004
2:05 pm
53898
Try using removeMovieClip() instead of unloadMovie() removeMovieClip actually removes the contents of the clip. From the help: MovieClip.unloadMovie() ...
John Grden
neoriley
Offline Send Email
Nov 2, 2004
2:30 pm
53899
Are you sure tha movieclip is in the timeline at the point in which you attempt the unload? Also, check to make sure you haven't done something that would...
Becky Kinney
beckykanokinney
Offline Send Email
Nov 3, 2004
4:03 am
53900
Yes, I had a long battle over this. Presumably you have found the part of the docs that show the setStyle method, and have tried to invoke it with no luck....
Becky Kinney
beckykanokinney
Offline Send Email
Nov 3, 2004
4:09 am
53901
Netscape 4 does not support backgrounds for table cells, only tables. Other than that, it should work fine....
Dean Hamack
tactics2337
Offline Send Email
Nov 3, 2004
5:15 am
53902
I'm trying to use localConnection with one SWF being loaded in a browser, and the other being loaded on the desktop in the Flash player. I can't seem to get...
John Grden
neoriley
Offline Send Email
Nov 3, 2004
8:19 pm
53903
Ok, did one more test and it's gotta be security based since localy, if I load an HTML and run the player, it works and the allowDomain function traces...
John Grden
neoriley
Offline Send Email
Nov 3, 2004
8:45 pm
53904
Dear, I am looking for job or project. Certainly in IT. Like making program, graphic design, Film animation. I am so eager to have any offer. Please, contact...
Bang Roodey
bangroodey
Offline Send Email
Nov 4, 2004
12:19 pm
53905
Again, Muz, genius. Here's the answer kiddies... =====/[ from muzak on chattyfiggy ]\================= Quick guess... Try starting the connection name with an...
John Grden
neoriley
Offline Send Email
Nov 4, 2004
1:52 pm
53906
Chocolates and coffee will do ;-) Don't drink any alcohol I'm afraid. Haven't touched any for about 20 years.. Back to Flash.. Just looked it up and the use of...
Muzak
muzakdeezign
Offline Send Email
Nov 4, 2004
2:19 pm
53907
DOH! And there it is under .send. Well, I guess it's subjective as to "where" to include that information, and if I had given it more thought, I suppose I...
John Grden
neoriley
Offline Send Email
Nov 4, 2004
2:41 pm
53908
Just to reiterate the policy of this group. This group exists for the technical discussion of Flash and closely related and appropriate technologies. It is not...
runeimp
Offline Send Email
Nov 4, 2004
5:18 pm
53909
I have tried like the dickens to work this out.... OK what I have is basically a flash movie that pops up a menu when rolled over. Pretty basic. HOWEVER, the...
darin_powell
Offline Send Email
Nov 4, 2004
9:15 pm
53910
How about this? var iWidth = 550; var iHeight = 400; var mWatch:Object = new Object(); mWatch.target_mc = this; mWatch.onMouseMove = function() { if(_xmouse >...
John Grden
neoriley
Offline Send Email
Nov 4, 2004
10:08 pm
53911
I'm afraid you'll have to resort to same Javascript trickery to detect when the mouse is over the Flash movie (or leaving the Flash movie). I tried a few...
Muzak
muzakdeezign
Offline Send Email
Nov 5, 2004
1:34 am
53912
Wow this is great, VERY useful even if I can't use it for THIS application...;-). I think I have id'd the object wrong. Here is what I did: <script...
darin_powell
Offline Send Email
Nov 5, 2004
1:57 pm
53913
I actually should give you more info: A) I am using IE, and don't need compatibility with other browsers. (YAY) B) With this code, I get no reaction at all on...
darin_powell
Offline Send Email
Nov 5, 2004
2:42 pm
53914
Well, wouldn't it be true that if you used my suggestion in flash to detect if you were off stage, then a call to the browser that it would be a stronger...
John Grden
neoriley
Offline Send Email
Nov 5, 2004
3:17 pm
53915
http://www.muzakdeezign.com/downloads/js2flash/ http://www.muzakdeezign.com/downloads/js2flash/js2flash.zip regards, Muzak...
Muzak
muzakdeezign
Offline Send Email
Nov 5, 2004
3:22 pm
53916
Not sure. The way I understood it was that hitTest didn't work if the user moves the mouse off the flash movie. <quote> Though the mouse is NOWHERE near the...
Muzak
muzakdeezign
Offline Send Email
Nov 5, 2004
3:28 pm
53917
No you're right, you should be sure ;) I tested it and sure enough, with onEnterFrame or onMouseMove I can't register _xmouse/_ymouse if it's not on the...
John Grden
neoriley
Offline Send Email
Nov 5, 2004
4:00 pm
53918
Hello All, I recently purchased 3d max and I am excited about getting back into it. (been 4 years since I've done anything in the program.) The last version I...
Todd Gleaton
jtgleaton
Offline Send Email
Nov 5, 2004
4:20 pm
53919
Hi, I'm trying to use the "flash satay" method for embedding a flash movie in my website. You can see the article here: ...
ladybugg_03_99
Offline Send Email
Nov 5, 2004
4:24 pm
53920
this could be a really stupid question...but here goes. I've picked up new client whose previous designer is out of the country. He doesn't return phone calls....
Suzanne Phillips
sphillips62003
Offline Send Email
Nov 5, 2004
4:35 pm
53921
Actually, to clarify...It plays sound in Firefox and Mozilla...but I get a "error on page" with IE. thanks. june...
ladybugg_03_99
Offline Send Email
Nov 5, 2004
4:36 pm
Messages 53892 - 53921 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