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



Comments:

<0> that's because you're not returning anything for the load vars to load
<1> Saccharin: yes
<2> i got 4 errors
<1> lol
<2> i think im doing everything right
<0> as i said before, you have to print to the screen stuff like &var=value
<1> on what lines
<2> i pasted my code back in the pastebin
<1> where did you put that code?
<1> you put it in frame 1's actions right?
<3> MerZikain: i printed resultLv.toString to a label
<0> hold on
<2> erm, i think i put it in the button code
<2> 2 errors now
<2> Syntax error.
<2> mySound = new Sound():



<0> sneakerz: http://www.email***ault.com/games/cg1/includes/info.php?action=loadchar&viewchar=250
<0> that's the kind of output your script should have
<0> that is what flash understands
<0> if you don't do something like that, flash will think nothing is loaded, and thus that it was unsuccessful
<0> but the point is that you have to output SOMETHING to the screen
<0> and looking at your asp it doesn't look like you're outputing anything
<0> you're ***igning stuff, sure, but nothing is being output so flash can load it
<3> ok lemme look at that...
<2> hmm
<2> cant figure it out
<1> um
<1> there is the problem
<3> ok, so my flash app must be on the same page as the receiving page?
<1> change that : to ;
<0> no
<0> you ever use asp to make a page?
<1> php is easier
<0> like load dynamic info from some source and build your page based on the info?
<1> asp is for people who like to over script things
<0> spooky: true but irrelevant
<2> spooky hah no errors! but however there is no sound
<1> did you relink your sound?
<1> find your sind in the library
<1> right click>linkage
<1> set that to
<1> button_1_sound
<3> MerZikain: how am i gonna output something to the screen if the the asp page is never shown?
<2> indetifier is button_1_sound
<3> the flash data is sent to the asp page
<0> don't ask, just do it
<0> YOU don't see it but flash does
<0> and that's the point
<0> flash loads what the asp outputs
<0> if you output it in url encoded fashion
<0> just as my example script does
<3> Response.Write(sendMail()); <=== that does it
<0> but if you do not output anything with your script, flash doesn't have anything to load
<3> thats in my code
<1> then it should work
<3> right?
<4> hey, i have a trail of movieclips that i want to slowly get thinner and fade out... its the fire behind a spaceship in a game i am making... i tried the fade effect first but it is not working... can somebody help me!!??!?! http://pastebin.sekati.com/?id=flash@733f2-4fdec7d4-t
<0> does that output something to the screen if you load it without flash?
<3> checking now
<0> mmm, old school DMB ^^
<3> it only outputs a button that i put on there for testing purposes
<0> then it's not working
<0> at least not the way flash needs it to work
<0> look
<1> duplicateMovieClip("/firebody","firebody"+i,i);
<0> http://www.email***ault.com/games/cg1/includes/info.php?action=loadchar&viewchar=250 <-- have your asp page output your information like that
<1> is that / suppose to be there?
<0> that's all you have to do
<4> the movie is duplicated correctly
<4> the only without it it doesnt
<0> then your result_lv will be an object with actual content. if you use mine you have stuff like result_lv.acc tracing as 18
<4> i saw a tutorial do it, i copied it.. and it started working
<2> spooky any idea why the sound wont play now?
<1> dont know
<0> and result_lv.uitem0 tracing as attack bracer
<2> hmm
<0> but you HAVE to output something like that or it won't return anything and will give you that error constantly



<2> i might have to live with it ujust repeating itself a ton
<3> MerZikain: i when my page loads, i write a response only if (Request.HttpMethod == "POST")
<4> but... the problem is the fading... the new movie clips fade out while the previous ones dont
<5> } i'm using copyPixels to copy part of a bitmap. but i want the bitmap resize to 800x800 first. anyone know how?
<1> lolol
<0> what you're doing now is obviously not working for you
<0> listen to what i said
<0> output your information in the format i have provided examples for
<0> otherwise it's not going to work
<0> that's all i'm going to say about it
<0> i've repeated myself too many times already
<1> http://steadyshells.net/cliffside/ <- does that look ok?
<1> or is the skull not cartoony enough
<0> i think shortly i shall go for some greasy goodness
<0> looks like an animated water color painting
<1> it's my first attempt at animated fire in flash ;[
<0> better than most
<0> wanna impress me, do it with a particle system :D
<0> hehe
<1> lol
<2> i think it looks good
<1> get my teach to show me how to do that and i will
<1> ;P
<4> particles = awesome... i = not awesome
<0> it has been my experience that teachers ****
<6> does anyone have any experiance with fla and streaming video?
<1> mine too
<7> you're 1/2 way there - you're using duplicate movieclip :)
<0> i'm inclined to believe the old "those who can, do, those who can't, teach"
<1> lol
<4> yea, but i cant fade the mofos to fade out
<1> half the time they cant do that
<7> heh
<0> indeed
<6> When I use the media playback component to stream video, all I get is a "Player" text on a white background when I export the swf
<1> 98% of the teachers in my school dont know jack about flash
<0> i remember being in a 3D cl*** and asking the professor when we were going to discuss NURB surfaces
<1> yet they try to teach it
<7> export for as2/flash 7/8 ... whichever component is for
<0> and the prof looked me and said, no ****, "what is that"?
<0> XD
<0> needless to say, at the time i didn't find it so funny
<0> i was pissed
<6> what?
<1> i dont know anything abut 3d
<4> does anyone know how to make it fade out? this._alpha-=10 fades out the new ones slowly as i put them out and only new ones are being faded until there is no more fire :(
<7> dont try to use a flash8 component in a flash6 export - you must have seen the notice when you published that there was a 'problem'
<6> I export a *.mov file from quicktime
<6> oooooooooooooooh
<0> let's put it this way, NURBs should be taught along with your basic primatives
<6> ok I'll check it out
<0> you can't really do good 3D without using NURBS
<7> nerds?
<0> yeah
<7> oohhh nurbs :)
<0> those too
<7> heh
<0> heh
<1> lol
<1> i've had 2 teachers as me how to do something =\
<4> lets concentrate on fading movieclip trails here guys...
<1> that's sad
<4> :)
<0> SHiZNiT
<0> btw
<0> i need to ask you somethin
<8> blue
<0> 42
<1> lol
<8> math.sqrt(2)
<0> hut hut hike!
<6> still getting the same problem
<0> damnit


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#qmail
#computers
#nhl
mplug addon
#beginner
#politics
#cph
#computers
#windows
got a crazy teacher that wears dark glasses



Home  |  disclaimer  |  contact  |  submit quotes