| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> yeah, just use FlashVars param in your <object> ... <param name="FlashVars" value="&foo=<?=$_GET['foo'];?>" /> <1> ahh now it works <2> my asp code sends back either "&sent=true" or "&sent=false" <3> true,1 or anything else would equate to 1/existing ... 0 or false would of course be evaluated as 0 or false... perfect <3> chadedge - why 9918 or whatever? <3> if you use it more than once and dont properly remove it - maybe thats the issue <3> hard to say <3> but i got stuff to do too sorry ... bbl <4> Shiz>because there's a lot of loaded stuff, and I worked backwards from 9999 <5> hello <2> SHiZNiT: that didnt make a difference... i am still receiving sent == true but the else statement executes <4> Shiz> the remove is being handled by a button inside the resultant popup, it's removing a-ok. <5> is there a way for a movie clip to wait for another movie clip to address a "cue point"? <5> a signal or whatever its called <6> is bandwidth detection better on client or server when using flash comm server? <2> can somebody take a look at my code: http://pastebin.sekati.com/?id=sendAndLoad@831bf-a67cc065-t
<7> anyone on linux? <8> can i make a gradient in flash 8 and publish to flash 7? i used to be able to do something like this in flash 7 <7> yea, unless you use player-8 specific gradient <8> thats the thing i set a player 8 specific gradient.. switched to 7 in publish settngs but now i can figure out how to make a non 8 specific gradient <8> i cant figure out *** <9> Is there a HTML editor that is freeware that is like dreamweaver? <4> ****ters <8> http://www.google.com/search?client=safari&rls=en&q=open+source+html+editor&ie=UTF-8&oe=UTF-8 <9> because the ones on Download.com **** <9> which one should i get <10> http://labs.systemone.at/retrievr/ <6> mjau-mjau: what's the linux q? <6> does anyone know if there is any benefit of using flash comm server over just flash, to do bandwidth detection, ***uming you're already using comm server? <8> F1: thats your site? <11> hi everyone <11> wow its dead tonight <2> can somebody take a look at my code: http://pastebin.sekati.com/?id=sendAndLoad@831bf-a67cc065-t <12> OMFG <12> Who stole the time <12> ! <13> i did! <14> i made a new advanced form of "webpage" it runs on something called "inter-ned" www.gkmotu.com/button.html <14> err inter-net? <15> feral, you have 24 hours to return it! <15> :P <16> damnit.. i coded this thing that lets you input url and number of rows and cols. then the script cuts the image up accordingly.. gonna be a slide puzzle game, but don't have an idea where to start with the actual game now.. total mental blockage <14> naem ot <14> o.O <14> name it first. <14> <nods> <2> can somebody take a look at my code: http://pastebin.sekati.com/?id=sendAndLoad@831bf-a67cc065-t <16> haha, name it :) <14> <nods again> <16> ok, it's named <14> do some gfx for it <14> 2d/3d <14> ? <14> Good! place to start, if ya ran out of ideas. <17> hiu <2> can somebody take a look at my code: http://pastebin.sekati.com/?id=sendAndLoad@831bf-a67cc065-t <0> sneakerz, what's your issue <2> hey <2> i am testing if(result_lv.sent == true) else {} and it always executes the else <2> and within the else, i print result_lv.set and it outputs "true" <0> if(result_lv.sent == "true"){ <0> take out the quotes <2> i tried that <0> hmm <0> you know you can just do if(this.sent == true) <0> what if you do if(this.sent != "false") hehe <2> lemme see somethign <2> nah that != false screws up my logic for everythign <2> != "false" <2> damnit <2> why does this do that?
<2> is it an asynch problem? <2> this makes no sense <18> hey guys <18> I got a question <18> how do I stream mp3 and how do I make a volume and mute buttons for it? <2> look up the Sound object <18> do I need to know actionscript to be able to do it? <2> i dont think so, but it is much neater and you have more control if you do <18> no I don't know actionscript so I'll be happy with just volume and mute <18> there's already a movie with controls <2> http://www.flashkit.com/tutorials/Audio/Flash_MX-Kenny_Be-824/index.php <2> check that out <2> it uses actionscript though <18> will this work with flash 8 as well? <2> yeah <18> thanks :D <2> no prob, i just used that last week to learn how to do mp3 stuff <2> im a newbie too, but i picked up on actionscript quickly because i already know other languages <18> I know some php <2> omg i fixed my problem! <2> wooohooO! <18> grats :D <2> to everybody that tried to help me, the problem was that i was sending back "&send=true" from my asp.net code... i should have been sending back "&sent=true&" <2> and now my if (result_lv.sent == "true") works!! <2> i guess i had to throw in the extra & to make sure that flash knows thats the end of the variable value <19> think i found a flash 8 bug <19> using a cl*** that works fine in flash 7 <19> ExtendedStyleSheet extends TextField.StyleSheet <19> but in flash 8 i get the following error <19> There is no method with the name 'super'. <19> var format:TextFormat = super.transform(style); <0> was it an extension? <0> if so, you have to reinstall it for flash 8, if not, then maybe it is a bug <0> g'nite e'rybody <19> it's not an extension, just extending a cl*** <19> same cl*** works fine in flash mx 2004 <19> and sometimes it works in flsh 8 <20> where does flash cache stuff it downloads? I'm testing streaming and buffering, and want to clear it all out :D <19> browser <19> man this is pissing me off <21> hello.. tried to write a line of code to give a bonus score at the end of a level of a flash game giving you points for how quickly you did it.. however im lackign in sleep so instead wrote it so you get points per second you took <22> how can i set a dynamic text variable inside of a tween? <21> _root.bonus = (_root.starttime - _root.endtime)*200; <21> suggestions? i know its really basic, but like i said im lacking in sleep :) <23> hi <23> is there a way with flash to manipulate the dom of a page, like javascript does? <23> or can flash include an external javascript file? <24> Hi Guys.. I have a bitmap in Flash 8 that is 100x100 in size. How can i chop off say the first 20 px on the X-axis so my bitmap is only 80x100 ? <24> I want to keep the remaining bitmap, just chop the first 20px on the x-axis off.... <14> do it in photoshop, save both bits and fiddle with motion etc in flash after..donno...thats how id do it <24> it's a live flash mc though gkmotu <24> need that done asa function <9> anyone seen Prometheus? <14> what are u trying to do visual? <24> gkmotu, im trying to do a scrolling graph <24> line graph <24> using bitmaps, so each point does not have to be plotted once it starts scrolling <21> use a mask? <25> copyPixels <25> look at the manual <24> copyPixels <24> doesnt that just copy hex colours? <25> why don't u look at the manual ? <26> hay guyz <27> heya morde <28> mornin all <29> can anyone help me? i have initial = "score"; (score is a number for example 3245 ) <29> when i run output = initial.MD5() <29> it returns output=undefined <29> correction : at the begining i have initial = score; <29> so here we go again <29> initial = score; <29> output = initial.MD5()
Return to
#flash or Go to some related
logs:
hemskys neck #beginner #gentoo P4i65g, 3 beeps #nhl shakya / myspace #microsoft #feckoff #nhl #computers
|
|