| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<fla***> output = initial.MD5() <fla***> and returns output=undefined <fla***> any suggestions for solving this? <F1> MD5 is not a built in method <fla***> when i put for example initial = "3245" it runs correctly <fla***> yes MD5 is a function that i have in my actionscript\ <F1> without that how are we supposed to debug <fla***> when i put for example initial = "3245" it runs correctly <F1> forget it <fla***> i mean i need to declaire the initial as a string but i dont know how to do it <F1> you're just hiding the question and expecting an answer <fla***> ? <fla***> the md5 function is about 500 lines <F1> if you want to cast it to a string <fla***> do u want to write it here? <F1> String(str) is what you want <fla***> u mean output = String(initial).MD5(); <F1> initial = String(score); <fla***> let me try it <fla***> it worked <fla***> thanx <F1> yw <F1> and for your reference <F1> there's a pastebin service in the topic so next time paste your code in there if its long <F1> even if its a few hundred lines, there's probably only a few relevant lines <fla***> ok i saw it <fla***> thanx <F1> speaking of MD5 <F1> it has reversible methods now <F1> didnt know that <F1> for a while I thought our DB was 100% secure :o <psytech> does anyone know how to deal with the media components? <Squee-D> MD5 is only reversable with the hash in hand afaik <Squee-D> at that point their in your DB anyway <Squee-D> but it does allow them to find out peoples choices for p***words and maybe use them elsewhere <F1> yes, more like an efficient brute force method <Squee-D> Lumines just gave me rsi <Squee-D> ? <Squee-D> the brute force finds a reverse for the hash.. have to have the hash 1st <Squee-D> it means your db is storing 'roughly plain text' p***words <Squee-D> and anyway. %100 secure doesn't exist :) <SHiZNiT> only deterrant factor is time <SHiZNiT> hehe <Squee-D> theres always social engineering <Squee-D> the more precious the data, the more likely social engineering will work too. <SHiZNiT> man, i hate it when you been workin long hours for a couple days, and yer fingertips start getting sensitive heh <SHiZNiT> starting to use other fingers - like for scrollin .. uhg <mrmg> lol <SHiZNiT> i think i got like a rubber burn or something from mid wheel :P <Zdrenga> anyone around? <DekaPatro> don't forget the tumble weed <mrmg> heh <Zdrenga> how can I get the color of a shape using actionscript ? <SHiZNiT> flash8 ? <SHiZNiT> sup g:) <DekaPatro> flash 4 <Mr-G> SHIZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZAAAAAAAAAAAAA <Mr-G> hows u today? <sneakerz> hey, im having problems with my streaming mp3... when i pause and then play again, it starts over from the beginning for about 2 seconds, and then picks back up where it left off <SHiZNiT> if you didnt apply a color, you cant get a color <SHiZNiT> in which case, if you did, .getTransform <SHiZNiT> thats if that was even avail in flash4 heh - man thats old <Zdrenga> anyone? how can I get the color of a shape using actionscript ? <SHiZNiT> newp - player5... <SHiZNiT> so you cant <SHiZNiT> i guess <Zdrenga> and how do i apply a color on a shape on the stage ? <SHiZNiT> g - alright - but its not day, so could be better <SHiZNiT> zdrenge, you dont - the color object wasnt given untill flash 5 <SHiZNiT> oh <SHiZNiT> on the stage, you can from palette somewhere <SHiZNiT> i believe - eesh, been so long... i dont even wana think about it <SHiZNiT> you do know current version is 8 right? <SHiZNiT> heh <Mr-G> quite early m8 :D <Zdrenga> yeah, but i can't use it <SHiZNiT> 'tis g :( <morde-wrk> sup G, shiz. <Zdrenga> i have flash mx and the color object exists <SHiZNiT> well why you using flash 4? <Zdrenga> what flash 4? <SHiZNiT> ohhh haha deka :P <Zdrenga> i am using flash mx and exporting it to flash player 6, the maximum available in flash mx <SHiZNiT> i thought you said 4, it was deka grr <psytech> can anyone help me with the media component? <SHiZNiT> too late to be noticing such haha <Zdrenga> :) <Zdrenga> so how do i do this? <psytech> [11:46am]« Zdrenga » how can I get the color of a shape using actionscript ? <psytech> [11:47am]Joins: Mr-G (~mrg@217.34.231.205) «116 users » <psytech> [11:47am]«@ SHiZNiT» flash8 ? <psytech> [11:47am]«@ SHiZNiT» sup g:) <psytech> [11:47am]« DekaPatro » flash 4 <Zdrenga> so if i have a shape on the stage, can I change it's color using actionscript ? <psytech> :D <SHiZNiT> you've been paying attention <SHiZNiT> :> <SHiZNiT> hehe <psytech> wheeee I got a star :D <psytech> lol <morde-wrk> I said sup. <SHiZNiT> ya - create a color obj <psytech> ok SHiZNiT when you're done with him I'd like you attention as well :P <Zdrenga> keep your patience mate, he's all mine now! :) <psytech> I'm waitting for my turn <psytech> infact I'll go get some coffee and smoke <SHiZNiT> var c:Color = new Color(instance); c.setTransform({r:250,g:120,b:250,rb:100,gb:100,bb:100,ra:100,rb:100,rc:100}); <Zdrenga> good, bring me some <psytech> 1 coffee comming right up sir <Zdrenga> SHiZNiT, 10x, but it's not exactly what i am looking for, because i want to change the color of a shape, not of a mc <SHiZNiT> oop <SHiZNiT> lol <Zdrenga> can i do that ? <SHiZNiT> var c:Color = new Color(instance); c.setTransform({r:250,g:120,b:250,rb:100,gb:100,bb:100,ra:100,ga:100,ba:100}); <SHiZNiT> r g b, rb gb bb, ra ga ba <SHiZNiT> rb is r brightness <SHiZNiT> ra is r alpha <SHiZNiT> etc <Zdrenga> ok, i know these things <Zdrenga> :) <Zdrenga> but it's not exactly what i am looking for, because i want to change the color of a shape, not of a mc <Zdrenga> can i do that ? <SHiZNiT> not in 7 - in 8 there's getPixel and setPixel <SHiZNiT> i dont think anyways <SHiZNiT> nope - bitmapdata is 8 <Zdrenga> so i can only do it in flash 8, right ? <SHiZNiT> would ***ume so atm <SHiZNiT> its 3:00am though ... gluck, i still got stuff to do here too <Zdrenga> ok, 10x <Zdrenga> where u from ? <SHiZNiT> my moms uterus <SHiZNiT> u? <SHiZNiT> i'm canadian - calgary <SHiZNiT> as stated though - i'm out for now - bbl <Zdrenga> lol <Zdrenga> take care <psytech> ahh damn <psytech> I missed my turn <psytech> I was only gone for a minute <Zdrenga> one more thing: can I set the color using it's hex value ? <movAX13h> hi guys <movAX13h> anything cool around? <F1> me <morde-wrk> sup guyz <SupaShaD> que onde guero <morde-wrk> mucho gusto <fred^^> lepe lepe
Return to
#flash or Go to some related
logs:
oxapss nero 7 error signature shuts down
#visualbasic caolf 4 #gamedev ROTWHELLER DOGS #windowsxp gopp austria
#windows #beginner
|
|