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



Comments:

<0> when did they add that?
<1> no idea, long time ago I guess? ;^)
<2> g1n where you talking to me about the subscript with the characters?
<2> cuz i tried it and it looks the same :(
<0> that's gonna make life SO much easier, i hate when i find out about this stuff after years of messing around with it
<3> i want adobe Afterflashshop
<3> ;D
<0> Jennavive: if you want it "raised" like you said, then it would be superscript
<4> my bad
<5> How do you make a link to a url in flash8?
<5> can anyway spare a minute to teach me?
<5> anyone
<2> fearx thansk let me try that :)
<5> i've been reading tutorials for the last 3 hours trying to find it
<0> vile0ner: getURL("somepage.html");
<1> 3 hours u can't find getURL?



<5> That's what I put in and its faults
<5> fearx: :x
<5> want the bin?
<2> tried it that and it didint do anything to the registerd character :(
<0> vile0ner: sure
<0> <5> http://pastebin.sekati.com/?id=geturl@61565-a2934aef-t&start=0
<0> vile0ner: your problem is that you put your code on a button, but didn't tell the button when to execute this code
<0> you can do on(release){ getURL("http://www.yahoo.com";); } and that will work
<0> but the "on" function is deprecated i believe
<0> the proper way is to put your code on the main timeline, and give your button an instance name, and then do buttonInstanceName.onRelease = function(){ getURL("http://www.yahoo.com";); }
<5> ok lemme try that
<1> they actually serve different needs although does the same thing
<1> on..() also has no timing issues
<1> but less flexible
<1> and uncentralized
<0> why is there a timing issue with onRelease
<5> I'm new to oop
<5> and programming in general.
<1> there isnt, but this.onLoad wont work
<1> while onClipEvent(load){ this blah blah } will
<0> right
<0> but be careful, cuz when flash player 14 is released, onClipEvent may not be supported :D
<1> heh maybe
<1> but by then I am gonna be rich
<1> I'll just get a flash monkey to do it for me
<5> FearX can I pvt msg you?
<0> flash monkey... that funky monkey... flash monkey... that funky monkey junkie
<0> vile0ner: why?
<0> what are you going to say that you can't say here where everyone can help you
<5> does anyone know where i can find a tutorial on button linkage.
<5> :x
<6> we got the bottle you got the cup!
<1> !find -c MovieClip.onRelease
<7> MovieClip.onRelease == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary555.html
<0> smurf hehe
<1> that's for you vile0ner
<5> Thanks buddy.
<0> w00t!!! the return of Drag0nM
<0> !google [master]
<7> http://www.ticketmaster.com/
<0> hehe
<0> !find [master]
<8> i found it
<8> esk maya
<8> [12:34] <narcosys> weird.
<8> [12:34] <nemesis_2> yeah I know
<8> [12:34] <nemesis_2> well the real deal happened today
<8> [12:35] <nemesis_2> alias.com is different
<8> ooppsss...soorrry
<8> http://www.macromedia.com/macromedia/events/max/max2005/video/
<8> there
<9> and then we
<9> ...
<9> winamp pause''
<6> http://forums.fark.com/cgi/fark/comments.pl?IDLink=1851288 i got on fark.com
<6> !
<6> winamp stop ****ing''
<9> omg! \o/
<9> ...
<9> :(
<9> When you try your best but you don't succeed...



<9> :(
<9> When you get what you want, but not what you need...
<9> When you feel so tired but you can't sleep... stuck in reverse.....
<9> :(
<9> when the tears come streamin' down your face:(
<9> when you lost something you can't replace :(
<10> vertias knock off the "singing"
<0> supashad, did you see that Drag0nM is back by popular demand? :D
<10> oh no ****?
<10> how'd ya get 'im back?
<9> Drag0nM was my bitch back in the day
<9> ... actually had my voice on i t
<9> >.<
<10> no he wasn't
<0> i made a him an offer he couldn't refuse
<10> you got ahold of master or sommin?
<0> no, it wasn't me
<0> i just noticed it tonight
<10> oh
<10> nib, you get drag0n back in here?
<10> !find -c movieclip.loadMovie
<7> MovieClip.loadMovie == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary537.html
<10> sweet :D
<11> Can somebody please tell me how to create a linked button in Flash, so that if I press a button, it opens up http://www.adobe.com?
<11> what actionscript is needed?
<12> dude.... that's n00b material covered in the built in tutorials
<11> yeah well I entered on (press) but it doesn't seem to work well in FF
<11> IE is fine tho'
<12> try on(release) i think
<11> same thing there
<11> I've already tried it
<11> you don't know the answer? ;)
<5> So to get a button to link you would put buttonInstanceName.onRelease = function(){ getURL("http://www.yahoo.com";); } in scene1 on the action script and that will allow the button to link?
<13> hi, i have to do a website for college that HAS to contain a music background... how do i use the <object> tag so it validates with xhtml 1 (trans)? ive got a midi file i have to use
<10> yikes
<14> hello
<14> http://www.7fourteen.com/alishaBio.html need to know why flashpaper made this doc look so crappy
<14> and what i can do to make it look better
<14> damn
<14> anyone there
<15> nope
<14> hello
<16> are there any good tutorials out there to pull the data from a combo box and send to an email? I'm have'n some issues with it. have not found a good tutorial yet
<5> How do you give actions to a button
<5> I've put on(release){ getURL("http://www.yahoo.com";); } in the main timeline and it still wont work
<17> um
<17> well you'd get an error that on events must be on things
<17> hence the term 'on'
<17> if using on(release) - you put that on your movieclip/button that contains the content
<17> or you could do it from frame as this.onRelease = function() { ... } or path.to.that.onRelease = ..
<11> SHiZNiT > my problem is that I get the link to work in IE, but not in FF :)
<11> not sure how to solve that problem
<15> solution: **** firefox
<15> the end
<5> SHiZNiT: It wont let me put anything on my buttons action script?
<17> smack it around
<5> hahaha
<5> yah man
<0> detect the browser and put a redirect to microsoft.com for users on firefox hehe
<15> tomorrow
<15> at this time
<15> i will be on a dual core opteron
<11> I am on athlon x2 4000+
<5> getURL("http://www.yahoo.com";, then what, then what); how do I make it launch in the same window and wtf does method mean?
<18> _blank
<18> depends what window
<18> you want the url
<18> to load in
<5> **** man
<5> all i want is a ****ing link
<0> vile0ner: getURL("http://www.yahoo.com";); will launch in the same window, if you want a new window do, getURL("http://www.yahoo.com";, "_blank");
<19> then read the damn help


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#3dsmax
#winxp
#politics
#beginner
lvcreate failed for LogVol01
#photoshop
pip tribble.net
where is ccpower
#hardware
#unix



Home  |  disclaimer  |  contact  |  submit quotes