| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Comments:
<0> does anybody else find themself explicitly stating _root.mc.mc.mc.mc.mc.stupidfunction just to get the scope to work? <1> no <0> well i cant even get the example STRAIGHT off of the help section to work <1> heh <1> sometimes those are flawed <0> send_lv.sendAndLoad("http://www.flash-mx.com/mm/greeting.cfm", result_lv, "POST"); <1> ew cfm <0> i would love to get one ****in variable back from my result_lv <0> just one <0> and i would be happy <1> then use php <1> i know that'll work <1> php > your mom <1> :D
<0> can you do trace() from a remote server? <1> no <1> if you mean upload the swf and run it <0> ok <0> i keep getting this ****in error connecting to server <0> damnit <0> i'll bbl, i have stuff to do and these bug has kille dmy last 2 days <0> thanks for the help though <0> :-( <1> ja ne <2> Q: im using currentSelection.text+=""; to input text into an textbox, but the issue is that the selection bar "|" stays at the front of the textbox and the text gets added to the end, is there a way that I can keep the blinking "|" at the end and input the text where I select in the textbox, instead of it defaulting to the end of the textbox? <3> hey baby, wake up from your asleep, we has arrived on to the future and the whole world is become.... elektronik, supersonik <4> O_o <1> word supa <3> any of you guys use php5 ? <4> i gotta piss brb <1> yeah <5> weird question, is there a way of telling if the stage is still visible underneath the movieclips? <5> or in other way how much of the stage is covered in movieclips <3> merz, did you notice any issues that you had to fix? i've heard some scripts don't work properly in php5, just curious if there's anything i should watch out for <1> i haven't noticed anything <3> merz, alright sweet <3> thanks <1> np <6> Hello <6> i want to build an ftp program in flash, anyone knows a function that returns me the partitons or a filesearch identifier? <1> why do people keep tryin to do that <1> there are plenty of great ftp clients out there already <1> reinventing the wheel is pointless <6> not on xbox 360 :> <1> and i hope flash NEVER gets the capabilities to do it <1> that would be a horrible thing to add to flash imo <6> hm you are so nice ^^ <6> thx <7> hey all <8> FearX` What's your website <1> www.welikesheep.com <1> :D <7> ive been looking at some templates sites from 123reg, and i must say most are very nice indeed <8> weird language <7> cany anyone tell me how one would go about making a cool animation of a piece of paper (page) like the ones on this site? <7> http://www.templatehelp.com/aff/preview.php?aff=philende&skin=22&locale=en&currency=0&pr=yes&src=yes&nt=yes&help=yes&sample=yes&faq=yes&nmg=yes&auth=yes&down=yes&chm=&hide_flash=0&search= <7> would it be done using swift 3d or something simular? <5> i would hand animate it myself really <7> if you click on one of the navigation buttons you will see what i mean <3> FatherHam, i have tons of sites <7> sorry for long url btw <3> well, not tons literally, but a lot <7> hand animate it raafNL - interesting <5> maybe there's a better way but it just looks like one of those things i'd draw by hand <7> i guess if i say how would i go about doing that it would be too much too describe? possibly a tutorial online? <5> hold on, i got a flash file that might show you the principle a little <7> thanks - i appreciate your input <2> Q: how can you input text into a textbox by pressing on a button located on the main stage? I am looking for the appropriate actionscript for that function if anyone can help ;P <5> it's just drawing though <7> yay! thank you <9> hey all <5> you got flash 8 si321? <7> yes i do <1> strange <1> i declare an onLoad before my loadMovie and it never gets executed
<1> nice <1> ftw >_< <9> I need some help, I need to dynamically fill a parameter in a component, does anyone know how to link one to a variable? <5> http://snottlebocket.com/verdieping_actionscript/book.html <--- <5> it's a little page flip animation i drew a while ago, if you look at the fla you can see it's just drawn frame for frame, you can do that for whatever you need as well <5> http://snottlebocket.com/verdieping_actionscript/book.fla <--- fla file, just look at the symbol in the library <7> hey thanks man <7> i really appreciate you taking the time to help me :) <7> thanks <5> i hope it helps, just takes some practice drawing the frames as you like them <9> does anyone know if it is possible to match up a component parameter with a variable? <7> thanks i will try :) <1> ok wtf <1> why isn't onLoad working for loadMovie <10> i'm using copyPixels to copy part of a bitmap. but i want the bitmap resized to 800x800 before copying. anyone know how? <1> imagemagik <10> MerZikain: check out _root.createEmptyMovieClip <10> no, that's wrong <10> new MovieClipLoader i mean <10> onload works great with that and other nice features also <5> bugiam won't _xscale and _yscale work for you? <5> not sure if they work on bitmaps instead of mc's, never tried <10> nopp. it's a bitmap snapshot. <1> well the onLoadComplete works but it's not working as expected <1> for instance, if i create the clip with the name charloader, i would expect to reference objects from the swf loaded into it by charloader.mc <1> that doesn't seem to be the case <1> i mean wtf <1> >_< <11> ahh! <11> i tried 20 servers before i could get onto efnet <1> ah? <1> nice <1> i have to connect through london <1> what kind of **** is that? <11> yeah, im on secsup.org <11> whatever that is <11> i'm guessing *** with ketchup <11> hows it going down here <11> harvard! <12> ? <11> do you go to harvard or are you like one of those BU students that wears harvard sweatshirts to confuse people? <12> Niether. Harvard is my family name. <11> nice! <11> you win. <12> hurray <13> is there a way to PAUSE on a frame for a duration of time before transitioning? <11> setInterval? <13> setInterval will work? <11> i would imagine so <11> say, is there a character length limit for sending arguments via asfunction? my arguments are getting cut off for no other reason i can think of. <14> lol <11> c***ius, just do a setinterval when you hit the frame, for that duration, and when it's done, run a function that kills that setinterval and goes to the next frame, or whatever you want to do <11> and then party <14> you know for what oyu can use splitt ? <11> split? <14> yes <11> for splitting strings broken up by a character into an array? <14> yes <11> like myString = pink,fucia,yellow,blue,green <11> myArray = myString.split(",") or something like that <11> !google setInterval <15> http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/setinterval.asp <11> waht the hell <11> !google actionscript setInterval <15> http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary646.html <11> c***ius, go to that second link <11> if i'm not mistaken, the interval is by milliseconds <16> Hey. <11> hey vg <17> hi peoples <18> if i use my_sound.loadSound("12.mp3", true); <18> can i make it loop? <19> my_sound.onSoundComplete = function() { this.start(); }
Return to
#flash or Go to some related
logs:
tcl blowfish
kellekom #politics mysql swap column values mouse clicks twice petgirls jpg sql2005 tsql replication #worldcup #sex #nhl
|
|