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