@# 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 13 14 15 16 17 18 19 20 21



Comments:

<0> Any clues as to what they are and how they're accessed? (Or what I would look for in Help)
<1> http://www.actionscript.org/actionscripts_library/String_Object/
<0> Ah, substring
<0> Thanks
<1> http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary697.html
<0> To save myself some fooling around. I have 3 textboxes, with instance names textBox1, textBox2, textBox3. If I were to put in a function func = function(obj) { obj.text = ".."; } and call, for example, func1(textBox1); , would it work? In other words, can I specify an object's instance name as a parameter? Or do I have to access it some other way?
<0> Sorry s/ func1(textBox1); / func(textBox1); /
<0> Never mind, found my answer. Yes.
<0> Currently to make a mc loop 5 times I put in ActionScript: ++n; if (n = 5) { stop(); }
<0> It works, but it the preferred way to do it or is there an option that i just can't find?
<0> Gradient with 4 little colour notch thingos. How do I remove one?
<2> drag the notch off the pallet
<0> Trying but that won't work :\
<0> Ohh
<0> I see



<0> Can't do it to the end ones
<0> Duh :P
<2> hehe
<3> hello
<4> sup
<3> not much.
<3> messing with a dynamic photogallery
<4> someone give me a contract. I've run out of work
<5> how can i get flash to NOT open the php file? http://pastebin.sekati.com/?id=Anonymous@b7d3b-f53912ad-t
<6> !help
<6> !find -h
<6> oops
<6> !find Bitmap
<7> how can i save webcam streams on a webserver ?
<8> Hey, is it possible to make a flash obj check ie. if a form on the page is empty?
<8> and react on that?
<9> someone in here using the latest flash 8 on os x tiger?
<10> greetings planet earth dwellers
<11> majs: if(formfield.text == '') { ... }
<8> cool! :)
<8> thanks mrmg
<12> hi
<7> how can i save webcam streams on a webserver ?
<6> would a desktop recording app like captivate or screen recorder do?
<7> nope, i want to get a cam stream and publish it
<7> like a webcam guestbook
<13> how can i enable ALT + 2 will give a "power to 2" -symbol
<13> TELL ME HOWWWWWW
<7> alt gr+2
<14> alt + F4
<15> u need FMS on server side for that mac3
<7> thats too expensive for me ;/
<7> err
<7> to
<13> i fixed it
<7> ;P
<13>
<13> look
<13> i couldnt make this smile
<13> -_-
<13> :D
<13> =D
<7> yeag ;)=
<16> nib did u manage find sounds for that site ?
<13> hey how can i make a preloader
<13> that "Fills" a image?
<13> like a empty gl***
<13> being filled with cola
<17> http://jordy.onninkgc.nl/bureau.html < how can i get rid of those white edges..
<17> on the top and left side
<15> u just have to adjust a mask size according to perccent loaded
<15> u need to set body margin to 0 Cypherda1
<17> NiB there is nog margin in it ?
<17> *no
<15> the margins are inside the html page
<15> not isnide the flas
<17> i know NiB haha but there is no margin in the html code
<17> yet..
<15> sure there is
<15> insde the head of the html add that :
<15> <style type="text/css">



<15> <!--
<15> body {
<15> margin: 0px;
<15> }
<15> -->
<15> </style>
<13> NiB!
<17> thx NiB it worked :)
<13> good idea
<17> good job
<13> XD
<13> You are the smart***
<13> XD
<18> hey NiB http://www.nord-personal.no/test/ if you see firmainfo there, i got a img included. however it overlay the text
<18> is there a way to get around this?
<13> NiB but how do i make the masksize so it cuts of a chunk
<13> OH
<13> so stupid is I never mind
<18> anyone know how i can display images without it overlaying my text
<19> fred^ background: url(path/to/image) no-repeat;
<18> background of for example a p tag?
<5> How can i do those two action in one action? http://pastebin.sekati.com/?id=Anonymous@ced61-f53912ad-t
<18> no results, lra
<18> <bodytext style="background: url(norgeskart.gif) no-repeat;">
<18> </bodytext>
<19> is th eimage in the same dir as the style sheet?
<3> FireFox: for(i=0;0<2;i++) { box[i]send("writeTo.php", "POST"); }
<3> for(i=1;0<2;i++) { box[i]send("writeTo.php", "POST"); } even
<18> yes
<5> bugiam: Thanx!
<3> if you add more boxes. just change 0<2;
<5> ok
<5> ^^
<5> but i gat an error..
<5> bugiam: can i paste the error in querry message?
<11> for(i=1;i<2;i++)
<11> not 0<2
<11> that's always true. :)
<3> sorry :)
<3> my mistake.
<3> hope FireFox noticed that
<11> hehe
<20> hehe
<0> Is there any way to make an object invisible other than _visible = false; ? As in, a property so it'll be invisible when the movie begins
<5> :)
<20> normally the "Some script is making flash to run slow" would be popping up around now
<19> oticon6 _visible
<5> mrmg { at end?
<11> one mo
<11> for(i=1; i<2; i++) { box[i].send("writeTo.php", "POST"); }
<11> That is correct.
<11> Needed a . in box[i].send
<20> is the {} required if its only one line?
<20> like in c
<0> lra_: As in outside of ActionScript, so it will be invisible from the start, as opposed to when I invoke a _visible = false; command.
<21> can anyone tell me if its poss to get flash to auto-install on IE6?
<5> can i paste the error message here? its 5 lines..
<13> huh
<13> i cant import Mp3
<13> to FLASH
<13> and PSD also not
<3> i thought [] added a punction as auto. works for me. like test[var]_alpha = 20;
<13> wtf happend:?
<0> bonedawg: Even if the braces aren't compulsory, I'd suggest using them anyway.
<5> mrmg: can i paste u the error i get in your querry ?
<13> hey since when i cant import mp3's and PSD's
<13> ?
<20> oticon6: only for readability right? and yes, i agree :)
<0> bonedawg: Yeah. Consistent syntax is always a good thing
<11> just paste it on here
<11> unless it's bit
<11> big
<11> Sanz: haha
<20> if you left the {} out where its not necessary i'd still call it consistent ;)


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

intrest rate on 50 yr loan
#beginner
#stocks
linXvMCW
seefactz bitchx
twirli bed
#stocks
Ainias
#beginner
#winxp



Home  |  disclaimer  |  contact  |  submit quotes