@# 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> Correct
<0> keep the rest the same
<1> ok
<0> You will see hitting :
<0> http://www.s2h-records.com/mp3player.swf
<0> Now works
<1> now re-upload it?
<0> And it loads in 3 tracks
<0> Well, the XML is there
<0> but it's not loading the tracks
<0> So I'll look at that for you now
<0> What's teh XML name?
<0> oh
<0> it loads teh first
<0> but not the other 2
<0> Didnt you upload them?



<1> you're genious! :)
<1> no
<1> those are songs that came with the player...
<0> Ah right
<1> i just did one to see if it worked
<1> THANKS A LOT MAN
<1> i really appreciate it
<0> Cool, well as soon as you change that name it'll be workign fully
<1> can the graphics be changed any?
<0> Do you have the FLA or jsut the SWF?
<1> just swf
<0> Then no, unless any color customisation is provided in the XML
<1> yeah, there is color, but I changed it already
<1> ok, well we got it working...
<1> thanks a lot for you help
<1> lol
<1> i wish i would have came here 3 hours ago and been sleeping already :)
<0> :)
<1> real quick...
<1> what's going to happen when I have all 33 tracks there
<1> is it going to stretch down the page or scroll down in the provided space?
<0> The XML file will be a few k bigger
<1> :)
<0> It depends how that file has been programmed. It can't strect as the size is provided in the HTML, so it will either go off screen, or if coded well it will scroll
<1> hopefully scroll is what we get...
<1> do you know of any better mp3 players i should get?
<0> Sorry I don't tend to use other peoples things as you're never aware of what you'll get so I don't keep track of them
<0> Sorry
<1> lol
<1> you just make them all yourself :)
<1> <-- not far enough along
<1> maybe one day
<0> Indeed, keep trying and you'll be there soon enough :)
<0> And if you get stuck this channel is here to help
<0> Now go get some sleep
<1> heh, no problem :)
<1> thanks again
<1> have a good night at work
<1> later
<0> Bye
<2> screen is my friend
<2> hello mjau-mjau mjau-mjau
<2> how are you doing?
<2> hi slag
<3> is it just me, or do all getURL links from flash now create popup warning in IE?
<4> is there a program that can take a video capture (pic) of all my flv files?
<2> mjau-mjau: no idea :o
<0> Hi Echoes
<5> i noticed a problem in IE with getURL if you leave a space between javascript: and what comes after it, but probably not what your problem is
<3> well, im talking about non-javascript, just plain getURL
<3> that can't be true ...hmm
<3> hmm, wonder where i experienced that
<3> when will a boy be born that can swim faster than a shark?
<5> haha, gareth
<5> if i crash land in jungle will i be able to eat my own shoes?
<3> thats right =)
<2> the office <3
<4> anbody know a video capture software?
<2> how are you wanthing to capture video
<2> ?
<2> wanting*



<0> Gotta catch 'em all!
<2> pokemon
<2> :>
<6> ...
<2> ...
<4> echoes sorry
<2> and so you should be
<6> i wanna be the very best! like no one ever was! to catch them is my real quest, to train them is my cause POKEMON!
<4> i want to capture a pic from all the first scenes of the all my videos so i can make an album
<4> any idea?
<2> SmurfMX: o_O
<2> isn't it bed time there yet#?> lol
<6> eh
<2> ~drugs are bad~
<0> Mmmmmkay
<5> gotta catch em all all all, let me say it again
<5> dumps like a truck truck truck
<2> o_O
<7> !help
<7> !seen jgsnb
<8> Arm, I don't remember seeing jgsnb.
<2> yo Sp8sMunkE
<9> !wall
<2> !find -t lomar pastebin
<9> http://pastebin.sekati.com/?id=Anonymous@4eca3-105b794e-t
<9> http://pastebin.sekati.com/?id=Anonymous@4eca3-105b794e-t in this code var nick; work only in the { } in the code and i want it work every where how ?
<0> Used to declare local variables. If you declare variables inside a function, the variables are local. They are defined for the function and expire at the end of the function call. More specifically, a variable defined using var is local to the code block containing it. Code blocks are demarcated by curly braces ({}).
<2> !find -c movieclip.gotoAndLearn()
<2> ehe
<10> Echoes wuzzzzzuhhhhhh
<10> ;)
<2> nodda o/ you?
<10> not much
<10> got to go
<10> bbl
<10> :)
<2> cheeroi o/
<2> cheerio*
<11> lomar: u can try _global
<12> **Error** Scene=Scene 1, layer=Buttons, frame=1:Line 1: '(' expected
<12> on press() { power = false; }
<12> I keep getting this error - what is wrong with my syntax?
<12> same error with this syntax:
<12> **Error** Scene=Scene 1, layer=Buttons, frame=1:Line 1: '(' expected
<12> on press() { set(power, false); }
<0> on (press) {
<12> omg
<12> sorry
<13> twoD_Array = new Array(new Array("one","two"), new Array("three", "four"));
<13> Isnt there any better way to create a 2d array?
<13> SongName, URL, Album, Number
<13> you know... like new Array(["one", "two"], ["3", "4"])
<0> you can do that
<13> Is that same thing?
<0> a = [[1,2],[3,4],[[5,6],7]];
<13> Ok--- Great
<0> All teh same
<13> ty man
<13> If i have the data in an XML file, is the best thing to do when application is loaded, to read all the data to an array like this?
<0> I normally parse teh XML into an object
<13> that would be sweet... Ill do that
<0> easier and faster to reference there
<0> no looping
<0> I store the nodename as teh object name
<0> and the value as its value
<13> ok
<13> <audiofiles><albums><album artist="x" name="x"><song name="w" number="1"><song name="w" number="2"></album></audiofiles>
<13> If i dont want the keyframe to jump ahead befor all code has been executed... could i put a stop(); in the beginning and then a goto(2) afterwards?
<13> afterwards all the code
<2> hello night- :)
<14> hi
<2> hello slag


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

SATAIII SATAII SATAI
#nhl
#politics
#beginner
photos of exhumed bodies
#red
hotkara
musclegirls
foul ape
#nhl



Home  |  disclaimer  |  contact  |  submit quotes