@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9 10 11 12



Comments:

<0> FComboBox.getItemAt == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary219.html
<1> is there any way to get a list of every file in a directory with flash?
<2> I used that
<2> it's not working
<2> it returns undefined
<3> rampant00, no
<3> need a server side script to do that
<1> ahh
<1> gg flash
<4> Catalist, pastebin your code
<2> No, way to complicated
<2> I think I figured it out, the data hadent loaded when I traced it
<4> did you say pastebin is way too complicated?
<2> no, my code
<2> I have ccode on like 5 diffrent movie clips and so many data holds and carries
<2> not worth it. Bye



<4> no wonder he's having problems
<4> *cough* centralization *cough*
<5> http://pastebin.sekati.com/?id=WhatOKAY@5483c-3761b948-t&start=0 - What am i doing wrong?
<5> Go forth chuck norris!
<4> what are you trying to do exactly
<5> I want to make a variable by the name of... 'name' with the value of 'children'
<5> and to then trace it.
<5> If all goes well, i trace bob and get chuck norris.
<4> i see
<5> It's just some example code substituting a more complicated script, same problem i just don't know the solution.
<6> anyone know where i can find something like this?
<6> http://modmyprofile.com/Tools.php?id=84
<6> friend said he downloaded that
<6> the led scroll is flas
<6> flash
<7> sciboy: you there?
<7> sciboy: http://pastebin.sekati.com/?id=WhatOKAY@5483c-3761b948-t
<7> I don't kinow if that's what you were looking for
<7> but ..
<7> it sounds like it
<8> morning
<9> good afterno0n
<10> good night
<7> good evening
<8> ;)
<5> [bios], Thanks for trying, but no it isn't.
<7> right on.. I guess I don't understand what you're trying to accomplish :/
<7> sorry
<5> I want a variable variable name.
<6> **** u
<5> That's as simple as i can explain it. =)
<7> well, in that, the variable name is whatever "varName" is set to in the function
<5> But in your example, i trace(bob) and get 'undefined'
<5> Since that's what we gave it as the variable name, it isn't working.
<5> Okey, this just became urgent, i need to present my script in 1 hour and 30 minutes.
<5> Help. D=
<11> !find MovieClip.getBounds
<5> D=
<7> sciboy: why do you need this variablename to be dynamic
<11> sciboy array accessors or eval
<11> this[name+"_"+children] = value; //var names _can't_ have spaces
<11> oh i see nvm
<11> just do this[varName] = (name+" "+children);
<7> god damnit
<7> I forgot this in front of [varname]
<7> that's why it wasn't working
<7> http://pastebin.sekati.com/?id=WhatOKAY@5483c-3761b948-t
<7> there's what SmurfMX was talking about I think
<11> yes
<12> does anyone have a sample of loading a gif from http in flash? also loading an xml file over http from flash? that would be great pm me if possible in case i'm afk
<5> Thanks, i'll keep that in mind.
<5> Anyone here have much experience with customising flash components?
<5> I need to get a combobox looking like this http://www.sciboy.org/temp/component.fla
<5> 40 minutes left to presentation. =|
<5> I'm willing to do some favors in the way of character animation if you can help me out with this right away.
<7> gnight *



<5> Good night.
<13> bears asking here, seems there is more traffic:
<13> If I prefer to edit my actionscript in an external editor, how can I use the debugger, set breakpoints, etc?
<5> Is there any other flash channels?
<13> aha: http://chattyfig.figleaf.com/pipermail/flashcoders/2003-March/067362.html
<5> Okey, $20 paypal if you can do the above mentioned in the next... 25 minutes.
<5> $20 Paypal and my animation services within the next 20 minutes. Final offer.
<14> Just out of curiosity, what is the most useful flash-related thing you all have in your toolbox?
<14> Things that get used and used over and over again; for instance, penners easing equations
<5> A stress ball with the flash logo on it.
<14> Hehe :)
<5> Danger Danger!
<5> Danger Will Robertson.
<12> god some ppl are SOOO dumb
<12> <12> have u ever thought about joining WWF Richter?
<12> <Richter> no
<12> <12> why not?
<12> <12> you strike me as someone with the mind of a pro wrestler
<12> <Richter> how's that?
<14> Plageuis, nearly 95% of the American population probably falls into the category of "SOOO dumb"
<15> Don't be a ****
<15> it's 94%
<15> ;)
<14> hahaha
<12> <12> see, you're a natural
<12> <Richter> how's that?
<14> Sorry, I stand correct
<14> corrected*
<12> this guy is beyond sooo dumb
<12> so now that i have ur attn
<12> does anyone have a sample of loading a gif from http in flash? also loading an xml file over http from flash? that would be great
<12> im not a flash weenie but i need to do that to demo the rest of the webapp i have
<14> Plageuis loading xml is pretty simple if I remember ... I haven't used Flash in awhile but I remember it being simple
<14> Just create a new xml object, and then call the loadXML function
<12> well what do u have to do to load it over http? open a socket? or any automated methods?
<14> (Might be called something different)
<12> right but does that load it from file or over HTTP
<12> and how do I load pictures?
<14> No, just put the url as an argument
<12> over http
<12> ah ok
<14> (I believe that should work)
<12> k what bout pictuers?
<14> loadMovie / loadMovieNum
<12> and i ***ume i can p*** a param to the flash in the html tag right? just with foo.swa?param=bar or what
<14> (someone more experienced correct me if I'm wrong)
<12> a picture is a movie?
<14> yeah
<15> Plageuis
<15> There is an example on livedocs
<15> !find -c xml.load
<0> XML.load == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary843.html
<12> ah ok whats the syntax for this !find comand
<12> i just need to load 2 gifs from the server and animate them but get teh names of the gifs from the xml
<15> !find -h
<15> oops, ok
<15> well you do !find then what you want to see info on
<15> -c will broadcast to channel
<15> -t will broadcast to user; as such:
<15> !find -t Plageuis xml.load
<15> The example given on that page isn't great
<15> I'll knock you up a better one
<12> ok if u could make an examp that laods some gifs too or whatever thatd be kewl
<15> http://pastebin.sekati.com/?id=Anonymous@02e47-ddab2943-t
<15> This is XML
<15> You will be publishing in flash 8 yes?
<12> yup
<15> !find -c Movieclip.loadMovie
<0> MovieClip.loadMovie == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary537.html
<15> !find -c MovieclipLoader.load
<15> !find -c MovieclipLoader.loadClip
<0> MovieClipLoader.loadClip == http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00002541.html
<15> There are 2 ways


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

#unixhelp
lastmeasure virus
#visualbasic
8GB 2.5
#hardware
stan cottrell
#nhl
#stocks
#linuxhelp
fallcies, logic



Home  |  disclaimer  |  contact  |  submit quotes