| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10
Comments:
<0> that one <1> i just copy and pasted it <0> i just said i agree <0> lol <2> just looks like a threaded discussion that can branch off at any random point <1> yep <2> nifty idea, just gotta find an easy way to get someone involved or find a discussion to join in da first place <1> http://talknado.com/talk/11/ <1> fun <3> lo ppl <4> yo <3> ne1 know why on ie u hafta click on the flash anim before it becomes 'active'? <4> because they are protecting you <3> its like when u mouse over it it shows like a border, then u click on it and it becomes 'active'
<3> lol no really <4> yes really <4> ms has to protect you <3> ok how do i let it know that i can protect myself? <3> ;) <4> firefox <3> ;x <3> ff works fine <3> but must work on ie too <4> it works u just haveta click <3> ah found a workaround <3> thanks klmnopqrst <4> np bob <5> is there a way to get the flash debugger to break when you dereference a null variable? as in, access a property of or call a function on some null variable? <5> it's always baffled me why flash keeps chugging along silently when you do that. really annoying, costs a lot of time tracking down bugs, and i don't see any reason that good code would be doing it <6> if(object==null) trace("ZOMG"); <7> not quite <5> well, it would be kinda silly to do that, because a) I'd have as many trace lines as normal code lines <7> if(object === undefined) trace("WTFBBQ"); <5> and b) it should never happen in the finished product <5> you know how java throws an exception, which causes the debugger to break, if you try to use a null reference? that's what i'm talking about <5> it's just so dumb, because obviously if you're performing operations on null objects, there's something wrong with your code. so the debugger ought to catch stuff like that... <6> flash is more crappy <8> add __resolve function to your obj's <5> i understand. but this is just the most absolute primitive of debugging necessities. we are talking about a very, very simple automated runtime check in debug mode that would save someone like me hours of debugging time per project. what's __resolve? <8> as example, (excuse as1) .... function MyFunc() { }; MyFunc.prototype.__resolve = function(badvar) { trace("\t\tVar Error: "+badvar+" does not exist); } <5> ok, but __resolve won't help. flash already catches if you try to call a function that does not exist <8> var x = new MyFunc; trace(x.example); <5> at least in AS2.0 cl***es <8> yup <8> but what about var? <5> what i'm talking about is, what happens if I have var x:cl***=null; x.validMethodOnCl***(); <8> well var too <8> hehe <5> flash is just like, "hm, no biggie," and keeps rolling along <5> the thing is that it is actually a very big deal when something like that happens <8> mm should say not a method of 'x' <5> i mean, C just dumps the core when you do it, cause what else is it gonna do. Java has exceptions. Flash doesn't want to crash and it doesn't have exceptions, but it could at least do a little runtime check when you're using the debugger. <8> sorry - phone - so wuts up with instanceof ? <8> you have typeof which would check type - you have instanceof which would check instance ... if instance is supopsed to be cl***, and its null... sounds like a catch to me <8> poor whining c programmers <8> sniff sniff waaa <9> hehe <10> take out a picture from a flash file? <10> how can i do it? <10> i have logo in flash (that is designed with layers) <10> the image is in the lowest layer and above it there is the text .... <10> how can i take the all logo (export it) <10> never mind i succed <10> succeded <11> Question, is there any way to load external images other than .JPG? <11> (that are not wrapped in a .swf) <11> Ahh. .png's in flash 9. lovely. <12> pngs work in flash 8 too you know <11> Oh? <12> aye <11> loadMovie just said .jpg. <11> Glad I asked. :D <12> it works with png <12> it says png too <11> http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary423.html <-- that's where I looked it up.
<11> I guess it's just out of date. <11> !help <11> !find loadMovie <11> Oh well, I believe you anyway. <13> png isssss sssssuuuuupported ??? <11> K0m4: http://www.kaourantin.net/2005/08/png-support-in-flash-player-8.html <13> wow nice ;) <11> I thought so. <11> makes my life easier, that's for sure. <13> 150 KB is nothing <11> Nothing wrong with wanting to keep the size of the plugin small. <13> but maby i dosn't know heavy traffic on websites <11> considering how large the plug in is... that would be a significant bit of space. <13> my websites where i surf are allways fast because nobody use them lol <11> I think it's one of the core philiosophies at macromedia that flash be easy to install, and small footprint. (which was adopted because shockwave is a behemoth that was a pain to install) <13> maby a pain for the bill <13> who knows... <8> loadMovie (MovieClip.loadMovie method) <8> public loadMovie(url:String, [method:String]) : Void <8> Loads a SWF, JPEG, GIF, or PNG file into a movie clip in Flash Player while the original SWF file is playing. <8> astno - what language ref do you use? <8> heh <8> first line of loadmovie notes png <8> :P <11> SHiZ: I'm at work. I don't have flash here. <11> I used the webpage. <8> ah <8> says same thing there - guess you used F6 docs <8> :) <11> Just went by the !find command <11> it's possible. <8> ah <11> I was half expecting it to be me just misreading... <11> I'm half blind right now. <8> heh i hear ya <8> sometimes by end of day/evening, cant see **** if you were hit with it <8> >_< <11> My allergies are so bad right now, I'm literally SOPPING tears out of my eyes with kleenex. <8> oh man i hear ya <8> i got allergies too <8> :) <8> sux arse <8> 'why ya crying?' - FU <8> lol <11> exactly. <13> i have no allergies anymore since I smoke Marijuana ;)) <11> pot gives me seisures. <11> that was a fun party in college, let me tell ya. <8> lol <8> sure you didnt have too much and just turned green? <8> lol <8> i've seen some wierd **** ppl do when they 'go green' <8> :/ <13> lol <11> SHiZ: nope. you couldn't get a kitten high off how much I smoked. <8> ouch <8> musta been a hella'shock <8> :( <11> *shrug* probably all for the best. <11> I just smoke the stuff that gives me cancer instead. <8> heh - to each their own <7> the cancerous stuff isn't cool though <8> odd ciggs are fine but marij is bad <8> marij would help clear out cig tars :P <7> the high wears off really fast, and tolerance increases too fast <11> frb: No, but it's worth it's weight in gold if you're in newyork and you need directions somewhere. <13> hmm i think i have to go now without making a joint normally i never smoke joints ;/ i smoke allways allone <8> i'll bowl with ya k0m4 :) <7> new york is like prison? <8> heheh <8> i'm due <8> :P
Return to
#flash or Go to some related
logs:
#solaris #computers webcam prank put your shirt on #windowsxp #beginner #worldcup #heroin m2ayar wicked pictures pass #politics
|
|