@# 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



Comments:

<0> no strings...
<0> references
<0> although index is a string
<0> heh
<1> What's the best way to have multiple text rollovers where the background and forground change colors? Make a button with variable text?
<2> http://pastebin.sekati.com/?id=thesis@df897-7d941206-t
<0> http://pastebin.sekati.com/?id=Anonymous@f93de-b8427ab3-t
<0> oop
<0> left your error in there
<0> lol
<0> refresh
<0> thats ***uming your input textfield instances were named Tellfriend1, Tellfriend2, Tellfriend3 .... which would be the names used in the lv obj .... (or whatever you want their names to be in lv)
<0> anyways - stuff to do... bbl
<2> they are named TellFriend
<2> i can change them tho



<0> you can yup - script wont care
<2> oh ok
<0> they'll still be textfields, and they'll still require valid email
<0> :)
<0> email.length<8
<0> you might want to change....
<0> thats total length of email ..... xxx@xxx.com
<0> whatever ... total length of
<0> so adjust as you see fit
<0> minimum char length of total email addy
<1> What version of flash allows you to use MC's as buttons?
<2> shiznit
<2> it still only sends 1 ballot if i enter 1 email
<2> opposed to 2
<2> if i enter 2 emails it sends 1
<2> opposed to 3
<0> so ensure your instance names are different
<2> they are
<0> no reason it would take '1 less or 5 more'
<2> they are TellFriend1, TellFriend2, TellFriend3
<0> it either is or isnt
<0> if you have 500 fields - it notes 500... if you have 1 .. it notes 1...
<3> http://test.vm.psyon.org/index.html <--- The flash there shows the Gamegutter logo, then loads a new movie into the Stage. Is there anyway to make it so the 2nd movie uses the correct background color, rather than the one set by the first movie?
<0> so you control nothing but the loading? you dont control the flash, you dont control the html to present your flash which presents other flash...
<0> hmm
<0> odd
<3> The people using the games are 2 sets... 1.) Those who I can give code to.... 2.) Those who are currently hotlinking anyways, so I cant chagne their HTML
<0> well
<0> give'm a param to set the bg color - and use such
<0> i guess
<0> bgfudge.colorObj = new Color(bgfudge); bgfudge.setRGB(parseInt(_level0.hexStr,16)); // when your goodness is done, or do a color transition....
<0> user can just add FlashVar param for their bg color
<0> if they want
<0> :/
<0> maybe have a 'simple config' file that loads they can edit for such things
<2> shiznit?
<2> :(
<2> http://pastebin.sekati.com/?id=Anonymous@f93de-b8427ab3-t
<2> its still only adding 1 row to the db
<1> What's the different between dynamic text instance name and var?
<4> dynamic - load
<4> input - send
<5> [thesis] it's only adding the e-mail ?
<1> I have dynamic text in a mc with an instance name of "foo" Should I be able to access that with foo = "new text";?
<4> mc_ instance.foo = "new text";
<1> i think I need mc_instance.foo.text = "new text";
<4> (19:41:35) (DJLy5y) mc_ instance.foo = "new text";
<4> ...
<1> not working. I don't have a var set
<1> Okay, that's working
<1> How can I make a certain function that applies to a bunch of movie clips
<0> stencil = {}; stencil.onEnterFrame = function() { trace(this); }; createEmptyMovieClip("example",1); example.onEnterFrame = stencil.onEnterFrame;
<0> or could do
<0> stencil = {}; stencil.onEnterFrame = function() { trace(this); }; createEmptyMovieClip("example",1); example.onEnterFrame = function() { stencil.onEnterFrame.apply(this); }
<1> Doesn't the 2nd one require more code?
<6> SHiZNiT it isnt working with vcr streambox
<6> ;x
<0> its a wrap ya



<1> with the apply?
<0> not really req'd - but depending what you wanted to do...
<0> option - you choose :)
<0> could give ya 2 more ways as well... maybe 3 :P
<0> heh
<1> haha
<0> bottom line is - you can create a decorator obj - and ***ign to other obj's as required/desired
<7> is there anyways to debug the fscommand? I am tring to throw a javascript fucntions and it doesn't seem to be running at all.
<1> This OOP is confusing to me. I want to be able to place a mc where I can set a variable or two but they all use the same type of rollOver functions.
<0> fscommand has always ****ed ... better off to use getURL("javascript: <something>;void(0);") or use ExternalInterface if F8
<0> when dealin with js anyways
<7> Ah okay illtr y thanks
<0> you can write js directly in flash if you will have a browser win the swf is in
<0> example: getURL("javascript:myvar='hello world';alert(myvar);");
<0> publish test with html
<0> might not throw it depending on your sec settings though
<0> so might need to actually put on web if such is the case (or adjust your local security settings)
<6> anybody got a clue
<6> http://music.aol.com/videos/sessions/sessions_flash.adp?defaultCovers=524&defaultID=524
<6> how to rip a video of this website
<6> i want to rip video 1
<6> ;x
<0> .dat files appear in browser cache
<8> i want to rip my t-shirt off and be hulk just for one day
<8> and then i want to rip of my girlfriends underwear and lick her in two
<9> anyone have any flag icons (not country/state flags, but like a MARKER flag)?
<0> http://www.famfamfam.com/lab/icons/silk/preview.php there's 5 diff colors in there i believe
<0> http://www.famfamfam.com/lab/icons/silk/icons/flag_blue.png as example
<10> yo
<10> this is my XML file loaded in flash http://pastebin.com/739774
<10> i'd want to read those infos in flash from it:
<10> the "transition" and "numgroup" values wich are in the <mediamap> tag
<10> the "id" value for each <group> found in the XML
<10> the number of <media> tags in each <group>
<10> the "file" value in each <media> tag
<10> anyone could please help me out, i find the XML management in flash a bit confusing
<0> ya - its kinda nonstandard with all its hasChildNodes, childNodes.length, firstchild, nextsibling ...crazy stuffs
<6> SHiZNiT i dont get .dat files ;x
<6> can u send em?
<0> well you have to wait untill its finished
<6> i did
<6> multiple times
<0> well i cant open the .dat file
<0> :/
<6> how big is it?
<0> 8m
<0> ~
<6> i see
<0> ... but regardless, cant open in nuthin
<11> Flag_____
<12> hola
<12> :)
<6> SHiZNiT isnt it a flv?
<11> find Andre Arlovski and become friends with him then introduce me
<11> :D
<0> and flv in a windows media player? nope - dun think so
<0> an*
<0> is it flv?
<0> was it a flash player? i didnt really notice
<6> yeah
<6> :P
<12> msg my friend josh on myspace he organizes those ultimate fightings
<0> sure isnt
<11> O_o
<6> reverse flashing ;x
<12> Anyone know how to change the color of an object in flash
<12> jk
<12> lol
<12> anyone mess with ajax?
<11> only if comet doesn't work well enough
<12> ha
<6> where does ff saves it's temp data
<11> look for a cache folder
<0> duno - i hate ff cache lol, i always use ie :)


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

g15 usb hub power exceeded*
#politics
#gentoo
wmplayer 3D acceleration
rc_get_ipaddr: couldn't resolve hostname
#politics
indian hooters girl
#beginner
#hardware
#freebsd



Home  |  disclaimer  |  contact  |  submit quotes