@# 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> Pepsi Kona: a short-lived product that was market tested in the Lehigh Valley and Philadelphia, Pennsylvania areas between 1994 and 1996. A mix of Pepsi-Cola and coffee, it is said to have tasted more like coffee than cola.
<0> http://en.wikipedia.org/wiki/Pepsi_Kona
<0> :)
<1> heh
<1> well, they didn't test it in Oshawa, Ontario dammit
<0> nor here in the uk
<2> lol
<2> who the crap wants to test stuff in canada?
<2> everyone knows canadians are looney
<1> so, we have money too
<3> yo
<0> iirc, we only got tab clear for a little bit.
<0> that stuff rocked.
<3> http://pastebin.sekati.com/?id=Dopie@f26b0-b760ace0-t
<2> i remember when pepsi clear came out
<2> that was ****in awesome



<3> how do i make it that the colors change without reloading the .swf?
<1> and we're willing to spend it on stupid crap like a marriage of cola and coffee
<1> ah this is gay
<1> you can't use a street address, you have to use longitude and lattitude coords
<1> i hope they build it in soon
<2> lol
<4> hmmm.. is there a way i can make the flash movie debug on errors when it's playing? so i can see what it's hanging at?
<0> google maps?
<1> tapitnsee: maps.google.com ... you can use their API on your website for your own mapping needs - it has lots of features for customization
<1> http://www.google.com/apis/maps/
<5> It's a bit buggy. Bewares
<5> Tho the docs actually point out issues, so that's a nice thing
<1> oh really
<1> hmm
<0> yeah, i like their attitued to it
<0> i see they made "google maps risk" change the name tho
<0> but that wasnt google, it was the risk people
<1> well, what i need it for is basically to look up a map from an address, so unless I can get some cl*** to convert my addresses into longitude and lattitude, it's of no use to me at this point hehe
<6> is it possible in a swf hack to have the swf redirect to 1 page then redirect back to another?
<5> p1mp\ - If you use frames, sure. Otherwise, you'd need 2 swfs
<6> well how can i tell frontpage to load 1 swf then the next though. wouldnt it want to load both at same time?
<1> ew frontpage
<7> Any programs that can ACTUALLY convert .swf to .gif?
<1> flash can export as .gif
<7> I have objects.
<7> er, symbols.
<8> hi
<8> !find rules
<7> The animations within them don't animate when flash exports to gif :<
<8> hey
<7> sup
<8> how can I get the getBytesLoaded from a movie if I am inside a that movie?
<8> just typing getBytesLoaded gives undefined =(
<1> did you do getBytesLoaded() ?
<1> well, it would be this.getbytesLoaded()
<1> err
<1> well, it would be this.getBytesLoaded()
<7> oh
<7> got it
<7> gg options
<8> mh, doesn't work
<8> I have a simple (if this.getBytesLoaded() >= this.getBytesTotal() { gotoAndPlay(3) } else { otherstuff} I just try to debug
<8> and it always enters the first gotoandPlay(39
<8> )
<7> bleh.
<7> gg inefficient converter :/
<8> am I doing something horribly stupid?
<1> um... try if(this.getBytesLoaded() == this.getBytesTotal() && this.getBytesTotal() > 0){ gotoAndPlay(3); }
<9> if( blah blah && this.getBytesTotal() > 50)
<1> why > 50 ?
<9> i dunno
<9> seems like a good number
<1> lol ok
<9> you could do 49 i guess
<1> well, wouldn't > 0 be accurate?
<9> or like 13 if that tickles your fancy
<1> what if your file is only 1 byte ?
<9> the minimum size of a swf is 350bytes
<1> but what if they find some miraculous way in the future to make it 1 byte?
<10> if loaded bytes == total bytes (goto and play)



<9> then i fail at life and thus have to pay for my sins by hanging myself
<1> j-live: that won't work because when the clip first loads, both are equal to -1
<1> so, it'll play even though it's not loaded yet
<8> no
<8> does the same thing =(
<1> um... try if(this.getBytesLoaded() == this.getBytesTotal() && this.getBytesTotal() > 0){ trace(this.getBytesLoaded()+"/"+this.getBytesTotal()); gotoAndPlay(3); }
<1> see what it's tracing for your values
<1> i ***ume this is in an onEnterFrame or something, right?
<10> i pulled that from a working preloader
<8> mh, I'm still trying
<8> it's behaving oddly
<8> it's still not working... I just don't know enough flash to do this I guess
<8> ...
<8> !paste
<8> !help paste
<1> Milkk: just look at the topic
<8> oh yes
<10> http://pastebin.sekati.com
<8> ok
<8> http://pastebin.sekati.com/?id=Anonymous@95bf0-d05cc3f5-t&start=0
<3> how do i make it that the colors change without reloading the .swf? http://pastebin.sekati.com/?id=Dopie@f26b0-b760ace0-t
<8> and that's like the first line on a script that I did on the first frame of a movie =/
<8> I think I'm not seeing getBytesTotal... since if I put a very very high number on the && (getBytesTotal()>100000000000) the execution enters the else
<8> isn't there like a global movie variable or something like that?
<11> I'm seeing you in mid-convo
<11> but let me tell you of a bug in FireFox, all versions
<1> Milkk: try this http://pastebin.sekati.com/?id=Anonymous@95bf0-d05cc3f5-t
<11> If you loadMovie() a JPEG, FireFox reports to Flash plugin as the total bytes being equal to the amount so far loaded, at all points of progress
<11> so progress will always appear 100% and if you don't do something else such as check if _width>0 then you will not know for sure that loading is complete
<8> FearX thanks
<8> I still don't know if it works because it seems to load too fast or something
<8> I'll upload it to the web and see if this works
<8> and then I'll go back to delphi
<8> I don't understand flash =/
<1> yeah, you have to test the loading online
<1> your computer will be super fast cuz the file is local
<9> i got my cat high
<12> how'd you do that?
<8> well
<8> it worked
<8> thanks FearX
<8> but now something else broke =/
<8> all the buttons that once worked, doing gotoAndStop(somenumber)
<8> in an onrelease handler
<12> and for you guys that were debating with me about firefox
<8> now if you click them they show you the frame you want to see but instantly only
<12> how come the new update fixes "memory leaks" ? ;)
<1> Milkk: i think it might because of your paths... you might want to try this.gotoAndStop(somenumber)
<8> mh ok thanks will try that
<8> mhm this.gotoAndStop just doesn't do anything
<8> it worked before...this is weird
<8> before I added the keyframe for the loader
<8> mh
<0> i know a totally newbie question, but.... i've made a button that i'm going to reuse a lot. it's sitting in its own .fla at the moment, and i'd like to select "all" of it, (both frames and the as attached) and be able to use it in the library. how do i go about that?
<0> or alternatively, group the things i have already made into one "object"?
<8> mh, I've traced the problem
<8> the scrubhead just doesn't stop
<8> it goes back to the loader for some reason
<8> even though I use gotoAndStop
<8> mh, I think I gegt it
<8> I'm using this.onEnterFrame... that's for the whole movie
<8> how do I say "thisFrame" ?
<13> !help
<13> @find-h
<13> !find-h
<8> mh... how do I call an onEnterFrame handler for a specific frame?
<13> !find-h
<11> www.drawball.com
<9> http://www.macromedia.com/software/player_census/flashplayer/version_penetration.html now with version 8 stats
<5> Snakes on a Plane.
<5> Not only did someone think of this idea, but then a whole movie studio, actors, union people... They all said, Yes! Yes! We will make a movie called Snakes on a Plane!
<5> Because we want to throw away MILLIONS of dollars!
<5> Fugging disturbing. Give me millions of dollars. I can make a movie at LEAST as original, thrilling, and entertaining as Snakes on a Plane.
<5> And it will be claymation


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

mayahen
#delphi
#beginner
testupnpdescgen
Real-Time Collision Detection ebook
#politics
elnas channel
Distributed Object raknet example
#nhl
#stocks



Home  |  disclaimer  |  contact  |  submit quotes