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



Comments:

<0> **** my cock morde, as far as im concerned photoshop ain't vector that's why adobe has illustrator
<1> everyone and their grandmother knows that photoshop is a bitmap editor
<0> that's what i figured
<0> but these bitches are posting **** from photoshop under a vector category
<1> this may come as a shock to you but... people are dumb***es.
<1> people fall down stairs for no good reason
<0> It's no shock, that's why I was double checking to make sure I wasn't infact the retard for ***uming photoshop was still a bitmap editor
<2> hey
<2> anyone want a hivemail license?
<1> hivemail? sounds like fun
<2> www.hivemail.com
<2> its a webmail interface
<2> kinda like vbulletin but for mail
<2> anyone intrested? im giving away for $2.50
<0> well that's not giving it away
<3> sell it on ebay



<0> because giving it away implies for free
<3> free + p&p
<2> i dont have time to sell lol
<2> i need to get $2.50 today lol
<0> UTreasure, I'm just gonna go ahead and say that no one here is interested.
<0> I may be off talking for everyone, but I'm pretty sure it's a reasonable ***umption that no one's interested in buying something from you today
<3> what do u need 2.50 for
<2> to buy a vbulletin (owned) license ^_^
<3> sorry i can't help
<2> Paypal ****s, I had $160.99 right, well I sent it over to another account to buy it with and they stole $4.96 (fees)
<2> i got $2.50 yesterday from a friend
<2> im up to $158.15
<0> that's great, but nobody here's gonna give you $2.50
<1> why don't you give him 2.50? you got money up your *** SupaShaD
<1> or rather, your dad has
<0> i got plenty of money, but im not giving it to someone i don't know :P let alone someone who instantly asks for money the moment he joins a channel
<1> how bout me? give me 2.50.
<3> try #HiveEmailFor250
<4> i'd like one...million...dollars
<2> lol
<0> **** you morde, i don't like you :)
<1> yes you do ***hole
<0> you're just entertainment to me
<1> oh, so suddenly entertainment is free?
<1> that will be 2.50
<0> yes
<0> it is free
<2> brb
<1> your mom is free. my comedy cost you 2 fitty.
<3> 2 fitty
<5> BANANA BANANA BANANA TERRICATA BANANA BANANA TERRICATA PIE!
<0> actually in the south park episode it was "tree fitteh"
<0> that monsuh wanted tree fiteh!
<3> south park :(
<1> don't you dare badmouth southpark
<3> ok
<3> i didn't bad mouth
<3> just said i don't like it
<5> southpark ****s
<0> ooo
<3> the eye patch
<3> go for the eyepatch
<5> god damn it .. i'm getting sick
<1> so I win then?
<3> shield agents drag morde-wrk away
<5> morde-wrk u win!
<5> does anyone else have a hard time saynig "Adobe Flash"
<5> it just doesn't word.
<5> err work
<3> i just sa flash
<5> i wonder if they'd be stupid enough to change the name.
<5> i think Adobe would be bold enough
<1> we already had this discussion
<5> must ahve not been here
<1> we came to the conclusion that they need to merge names. like macrodobia. in the end we settled on maccy dibby I think.



<5> Mac Dibby is good
<5> haha
<1> yes
<5> i think i'm going to pick up my m-audio 1814 tonight
<1> MacDibby Flash
<1> sounds like you be musicmakin
<3> hello Flasher_1 :)
<3> what would cause a php script returning xml to flash to display <br /> instead of the actual data?
<6> hey
<6> you outputing any end of lines in php?
<3> no
<3> Flasher_1 http://rafb.net/paste/results/NsfobJ86.html - not this chan's pastebin
<3> do you mean \n?
<7> When I use the media component to stream video, all I get is a "Player" text on a white background when I export the swf
<7> anyone know why?
<7> I try to stream a fla file
<6> hey, power went off, last thing i asked was if you added end of line characters to your xml
<3> Flasher_1 http://rafb.net/paste/results/NsfobJ86.html - not this chan's pastebin
<3> not intentionally
<3> do you mean \n?
<6> that, or from php transform the \n in <BR \>
<3> no
<6> Container .= "<ErrorMessage>Successful Login</ErrorMessage><Balance>"".$Balance. ""</Balance>";
<6> "".$Balance. ""
<6> what's that? :p
<3> that line
<6> you want to output " you have to escape them
<3> if i don't have ""s my flash on event handler doesn't work
<3> i don't want to output "s
<3> but without them my flash hangs
<6> so... something messed up in flash lol
<3> possibly
<6> <Balance>asdf</Balance> will work
<6> no need for ""
<3> then why does flash hang?
<6> not sure how you coded it, but there are a few seasons why it could
<6> #1 xml to big and complex so takes alot of time to process
<6> #2 your loop doesn't end? :p
<6> #3 you messed up the code reading the xml
<3> i doubt its 2 because php finishes generating the xml
<3> http://pastebin.sekati.com/?id=Anonymous@1eac1-ddab2943-t
<3> same goes for 3
<6> well, php has nothing to do with flash... flash takes the text as a simple text file :p
<6> i say trace at every if the value, that way you see exacly what you rmessing up
<3> i did but i'm not getting any clues
<6> since i'm reading xml just fine without the ""
<6> trace what you get
<3> well with single quotes - the on data/load handler fails to execute
<3> yet with the ""s it does
<7> When I use the media playback component to stream video, all I get is a "Player" text on a white background when I export the swf
<7> can anyone help me out with it?
<6> psytech2: http://www.peachpit.com/articles/article.asp?p=170179&rl=1
<7> did exactly that
<7> infact I used that as refferance :S
<6> lol
<6> well, prety sure you didn't save it in the right format
<3> the last trace line is the line before the on event handler
<6> I didn't realy used that component so can't really help you there, except by making sure you have your paths right, and that your video source can be streamed
<3> http://rafb.net/paste/results/tVMu9L56.html
<3> thats the xml
<6> not 100% sure, but think that's wrong :p
<3> what do you think is wrong with it?
<6> http://rafb.net/paste/results/mAJCk962.html
<6> structure
<6> your elements are not the same everywhere
<6> your mixing 2 types (and will create problems when reading it in flash, and will need alot of error cheking :p)
<8> anyone seen that kind of font or a shape for photoshop anywhere ? http://www.jaguarwoman.com/arabutton***ample.html
<9> sup 10 Tubers :D
<9> word ffuh
<3> Flasher_1 just trying
<10> http://pastebin.sekati.com/?id=ffuh@42535-6d1dd2da-t


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

tailored woman
#windows
#gentoo
#politics
JazzyTiger
#politics
#stocks
#gentoo
#beginner
#gamedev



Home  |  disclaimer  |  contact  |  submit quotes