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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 57212 - 57241 of 59817   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
57212
... of ... beginning ... instead ... main ... working ... publishing ... installed in your ... Not sure on the version of Flash Player. I'm pretty sure it's...
neilsbohr73
Offline Send Email
Apr 1, 2006
2:32 pm
57213
Here I fixed the name of the PDF http://www.dyangochavez.com/downloads/Picture8.pdf Thanks / Gracias, Dyango ... Dyango Chavez Cutino Graphic Designer /...
Dyango Chavez Cutino
dyangochavez
Offline Send Email
Apr 1, 2006
2:32 pm
57214
... Right-click on any Flash movie and select About Flash. This will tell you what version of the Flash Player your browser is using. I'm betting your have...
runeimp
Offline Send Email
Apr 2, 2006
2:20 am
57215
Hi. Is there a way to pass a parameter to a secondary swf from the base swf? If so, any online pointers, examples, etc.? Thanks for your thoughts. ian...
ihutchesson
Offline Send Email
Apr 3, 2006
11:26 am
57216
I've got Flash 8 Player and IE version 6.029...., Windows XP. I use Flash MX to develop. I'm pretty sure my client's versions will be the same as they just...
neilsbohr73
Offline Send Email
Apr 3, 2006
11:26 am
57217
Dear All, I am developing an e-Course. i have a video as well as text (urdu text in jpegs) . Now what i have to do is to synchronize my text and highlight it...
atif musaddaq
atif_musaddaq
Offline Send Email
Apr 3, 2006
12:58 pm
57218
Dear All, I am developing an e-Course. i have a video as well as text (urdu text in jpegs) . Now what i have to do is to synchronize my text and highlight it...
atif musaddaq
atif_musaddaq
Offline Send Email
Apr 3, 2006
12:58 pm
57219
... OK, so your using Flash MX (Flash 6) to publish to Flash 6 most likely. Well, I'm pretty well stumped without seeing the source code I don't see any reason...
runeimp
Offline Send Email
Apr 3, 2006
8:29 pm
57220
... If the second SWF is being loaded into a higher level of the first SWF then access it's variables with _level1.varName or whatever is the appropriate path...
runeimp
Offline Send Email
Apr 3, 2006
8:36 pm
57221
... That article should be valid unless que points changed from Flash 7 (MX 2004) to Flash 8 which I don't believe they have. Though I could be wrong. Be sure...
runeimp
Offline Send Email
Apr 3, 2006
9:05 pm
57222
Hi i'm now memeber in this group...
sedoo57
Offline Send Email
Apr 3, 2006
11:08 pm
57223
... Welcome to the list sedoo57. I hope you find it as helpful and as good a learning tool as I have over the years. :) -- RuneImp * List Moderator Team Sr....
runeimp
Offline Send Email
Apr 3, 2006
11:14 pm
57224
The problem is that flash needs some time to estimate the amounts of bytes to be loaded. To my experience it takes about 10 frames (12 frames per second) until...
Joachim Erfkamp
joachim_erfkamp
Offline Send Email
Apr 4, 2006
10:38 pm
57225
Hi I have a flash file returning records from a mySql database via php. The records are quite large (around 25 fields). Everything works fine until I try to...
hp_sauce46
Offline Send Email
Apr 4, 2006
10:50 pm
57226
... Most limits in Flash seem to revolve around the number 16,000. Not sure if that holds true for LoadVars but in any case 25 fields per records does not ...
runeimp
Offline Send Email
Apr 4, 2006
11:03 pm
57227
If the fault lies with php then I'm unsure where to add urlencode relevant php $qr = mysql_query("SELECT * from .$table ORDER BY id"); $r_string =...
Bill Watson
hp_sauce46
Offline Send Email
Apr 4, 2006
11:36 pm
57228
hi everybody... i want to make a flash math quiz with xml based... i should use all mathematical signs and formulas... so how can i do it... is it possible ...
eminduyum
Offline Send Email
Apr 5, 2006
2:26 am
57229
Possible, but not easy. I have written an xml driven math problem engine in Flash, but you can't use it very readily if you need complicated mathematical...
Becky Kinney
beckykanokinney
Offline Send Email
Apr 5, 2006
3:23 am
57230
Dear RuneImp, I am sorry to say that i am not able to find any help regarding Event cue point. there is sufficent stuff for navigation cue point, which i donot...
atif musaddaq
atif_musaddaq
Offline Send Email
Apr 5, 2006
11:39 am
57231
http://livedocs.macromedia.com/flash/8/index.html http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part3_Learning_AS.html ...
Muzak
muzakdeezign
Offline Send Email
Apr 5, 2006
12:07 pm
57232
I have a banner system that loads swf movies and rotates them over time. Each swf has a small transition (slide, fade, etc.). The first frame of each swf has a...
Alex Campuzano
koonsalex
Offline Send Email
Apr 5, 2006
5:31 pm
57233
... urlencode $val. And $key if the keys have anything other than alphanumeric characters. But do not urlencode the whole thing. The ampersands and equals...
runeimp
Offline Send Email
Apr 5, 2006
6:52 pm
57234
... Here are a few options for ya: ... var image:MovieClip = this.createEmptyMovieClip( "image", this.getNextHighestDepth() ); image._x = 0; image._y = 0; var...
runeimp
Offline Send Email
Apr 5, 2006
7:18 pm
57235
RuneImp: Thank you for your help. That was very generous of you to post not one, but three examples! I used the lowest common version and it brought back three...
Alex Campuzano
koonsalex
Offline Send Email
Apr 5, 2006
8:08 pm
57236
... Are there any timed or broadcast events in the movie? What specifically happens on Frames 14, 15 and 16 code wise and animation wise? -- RuneImp Sr. Flash...
runeimp
Offline Send Email
Apr 5, 2006
8:23 pm
57237
My setup is quite simple. The main movie has this script (sorry for reposting): onClipEvent(load) { System.security.allowDomain(koonsmarketing.com) /*...
Alex Campuzano
koonsalex
Offline Send Email
Apr 5, 2006
9:05 pm
57238
Hello Everyone. I was wondering if anyone could give me some tips on how to get a sparkle effect. I have a text graphic that I can easily turn in to a movie...
Clare AM Green
camkorn_666
Offline Send Email
Apr 5, 2006
11:17 pm
57239
Hi Clare, I understud you are looking for a animation like a blinking star...is that corect? well take a look at: www.diamante.hpgvip.ig.com.br section: FREE...
Ivan Diamante (GMail)
ivandiamante
Offline Send Email
Apr 6, 2006
12:48 am
57240
Thanks for that Ivan, it's just what I had in mind. Regards, Clare Green. ... From: FLASHmacromedia@yahoogroups.com [mailto:FLASHmacromedia@yahoogroups.com] On...
Clare AM Green
camkorn_666
Offline Send Email
Apr 6, 2006
9:56 am
57241
Hi Ivan, I saw your work, I am excited about most of them. How do I contact you in Brazil. Voce pode me ligar no meu telefono in Nova York ou eu vou liga para...
Theo Medeiros
theomed
Offline Send Email
Apr 6, 2006
9:56 am
Messages 57212 - 57241 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