| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> i think moveable type doesnt depend on sql <0> i could be wrong though <1> well, currently i'm rather worrying if the feds will knock on my door some day :) <2> Hi Guys.. I'm having a problem with embedding movieclips within movieclips.. http://pastebin.com/520275 has my code and also the result im getting from a trace.. it's only a couple of lines, can anyone help please? <1> the original reason why i joined the channel was to ask why the hell i could install flash mx professional 2004 on 3 computers and activate it on *all three* without it complaining <1> the product activation should normally register with macromedia and forbid additional installations <1> so I'm now supposing that this is a cracked copy or something (got it from ebay) <0> feds pffft <0> move to canada <0> we dont have to deal with that kinda **** <1> bxa: i live in germany. i just generally meant 'cops\ <1> ' <0> ah i see <0> p.s. loudblog is from germany i think <1> i don't know if macromedia/adobe use their activation data for tracing down 'illegal' copies <1> bxa: well, yes, it is.
<0> do they enforce piracy law in germany? <1> bxa: no idea, i normally almost exclusively use open-source/proprietary in-house software. <1> if i want commercial software, i want it cheap, so i get an older version off e-bay. <1> but i have the strong feeling that this one is cracked. <1> as it activated the same serial number 3 times. <3> is the software on a burned cd? <1> Filefragg: it doesn't look like a burned CD, no. but maybe the guy was just 'professional'. <1> anyway, can i get my *** kicked for purchasing a cracked application without knowing? <2> guys is it possible to embed two movieclips within one movieclip? I can embed one within one, but when i try two it seems to overwrite the first movieclip object.... <3> perhaps you should check google to see if the serial number has been used before. <1> Filefragg: that's interesting, checking... <1> WTF!!!! it appears in results pages on pages like "programsfull.com", which are like, warez sites!!! <1> damn <3> check to see if your specific serial is in them <1> Filefragg: yes, it is. so it must have been used by thousands of people. <1> and i've paid for nothing. <1> so, why the heck does this serial number work? <0> sometimes serial keys are licenced several times <1> bxa: well, if it can be found on google, it must already have been used 1000s of times, and I just used it for the 1000th and first time, and it still worked. <0> i think morally you'll live <1> ok, that will definitely not mean positive feedback for the seller :-) <1> i just want to know if my *** is safe. <0> report him to ebay authorities <0> if thats where you got it <4> http://pastebin.sekati.com/?id=slideshowcode@cca60-dc4f575e-t - i need help to make this code change images automaticly instead of on click. how would i do such a thing? <3> make sure you have the specifics from some of those warez sites to get rid of any doubt. <5> !find -c rules <6> Rules == Which are really GuideLines: http://www.svachon.com/flash/ <1> Filefragg: what in particular do you mean? why do such warez sites not get shut down? and where did they get a serial number that works 1000s of times? <5> No Warez. #Flash is a help channel NOT a warez channel. Do not solicit serials or cracks. If you do you will get either a kick or ban. Please do not use triggers in the channel, there are no offer bots. Using commands such as !list @find !ftp etc. greatly annoys many people in the channel and may result in a ban. <3> i guess they share with each other <4> pweety please? <1> Filefragg: share with each other? it's still a mystery because the product activation should make sure each serial is used only once. so, why do these work an infinite number of times? <1> and why the *heck* was i stupid enough to buy software from ebay. <5> ... <7> tnx <5> np. <5> !seen prometh <8> [MaSteR], I found 2 matches to your query: Prometh-, Prometh. Prometh- (~Prometh@CPE0013460468d7-CM00122544963c.cpe.net.cable.rogers.com) was last seen quitting #flash 3 days 23 hours 23 minutes ago (20.01. 00:43) stating "/\_/\___/\______/\___________ I think we lost him!" after spending 57 minutes there. <5> !seen _stranger <8> [MaSteR], _Stranger (~bubbles@adsl-69-109-106-192.dsl.pltn13.pacbell.net) was last seen quitting #flash 3 days 11 hours 48 minutes ago (20.01. 12:17) stating "Read error: Connection reset by peer" after spending 40 minutes there. <4> please [MaSteR] ? :o im entirely stuck <5> please what <5> and where are you stuck... <4> http://pastebin.sekati.com/?id=slideshowcode@cca60-dc4f575e-t - i need help to make this code change images automaticly instead of on click. how would i do such a thing? <4> i cant figure out how to turn it into automatic <5> well use a timer <1> 'automatic'? when? <5> instead of onClick you set it to a timer to change the image. <5> !find -c gettimer <6> getTimer == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary376.html <4> allright, il ltry that <1> timer? why not just place a keyframe with a different image a few frames later? <1> don't over-complicate things.. <5> Well that makes the mc a bit bigger. <5> This is the web remember and consider not everyone is on cable. <1> that's probably a few bytes. <5> It's not over complicating things it's doing it right using how it should be. <5> Well compare it and you will see it's more then a few bytes vs if it is just code. <1> maybe...
<5> No... I know so. <5> Say you dynamically load the images <5> the user doesn't have to have them all loaded they can be independently loaded. <5> makes the website/animation show up faster and become functional. <5> Again it depends on what your doing and who is your audiance. <5> That's the difference between a thrown together project vs a well done and functional concept. <5> With that said do whatever floats your boat. <5> Well time for bed nights all, laters. <4> thanks for the help then, and good night <2> guys, is there a function to clear the contents of a movieclip? I have done a draw on a movieclip that iw ant to wipe <9> you can clear drawings with movie.clear() <2> I tried that Reider, it didnt clear the draw <9> did you draw it with actionscript ? <2> yes <9> like mc.lineTo(x,y) ? <2> parentCont.updateCont.lineTo(x,y); parentCont.updateCont.clear(); <2> to be precise.. <2> it clears the border around the container (looks like a 1px black line) but the content within which is a line doesn't cler <2> _Reider, want to see the code? <9> ok <9> write it to pastebin <2> thanks _Reider .. basically what is meant to happen is when the bitmap is repositioned, it should then clear the last line that was drawn (the white update area) <2> it's clearning the right and bottom border, but the line within the area is not being cleared... <10> k <2> hey guys.. i want to fill an area of a rectangle with a colour, but dont want to do lineTo() x times to make a square and then fill.. can i predefine the dimensions of a rectangle and then just specify to fill that rectangle object?? <11> richardb_: have a function that does all the lineTo's then just make a call to your function <2> mrmg, is there a quicker way with less calls / <2> mrmg, reason being, im going to be doing this every half a second, i want to try minimize the calls its doing <11> richardb_: How about make a bitmap and fill it with a colour? <4> hmm <4> http://pastebin.sekati.com/?id=red@45ea6-dc4f575e-t <4> but that is a MC? <11> sure? <11> Is it an MC in the library too? <4> yeah <4> i created a blank mc <11> got the fla? <4> and wrote the as <4> yeah <4> second <12> hay guyz <11> morning morde-wrk <11> richardb_: var square = new BitmapData(width, height, transparent, fillColor); <12> sup mark, what you workin on? <11> Some dhtml stuff today <12> sounds EXCITING <11> lol <11> Not really. <11> Boring internal project. <11> I've also got some XML powered voting banners for Apple. <11> :) <12> xml banners <12> I like it. <11> Heh, they are even working cross-domain, I'm suprised with myself! lol <12> crossdomainpolicy.xml <13> woo. <12> sup Veritas` <14> http://nibelune.org/clients/pre/swf/main.swf i'm lookin for a better background picture (need to be 1600x1200 or more) any suggestion welcome <15> 363 kbs is huge <2> hey mrmg <2> still there? <2> i tried that, and then did mc.attachBitmap(square, this.getNextHighestDepth()); <2> it didn't work.... <14> eight: if i ever need advices about my swf size, be sure i'll come to you. <15> u asked a question <15> i was trying to help <14> u should read my question again if u wanna help me <15> i'm lookin for a better background picture (need to be 1600x1200 or more) any suggestion welcome <15> i like the part about ANY SUGGESTION <15> how about a smaller background image? <14> any suggestion about a better picture :) <15> well.. <14> i'm surry if u don't have brodband eight :) <15> u know if u use less colors the file size decreases bigtime?
Return to
#flash or Go to some related
logs:
750gb bios 128gb
#politics Latest/Genuine crack #politics #computers #heroin #flash #flash #hardware jayonaise ip
|
|