| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> more pro? <0> show me <1> oh it's not ready to upload or anything yet <1> i dunno just add more "depth" to its design I guess <1> it'll just come with time and me doing stuff to it <0> do u know what version flash player u have installed? <0> i need someone with 7 or below to test something for me <2> _buzz: http://www.macromedia.com/shockwave/download/alternates/ <1> yeah 8 <1> 8 pro <1> actually <0> cool i look <0> http://www.northform.co.uk/ <0> ive done that in flash 8 u see <0> but people with -7 could still see it <0> just with no text
<0> so ive turned off the readibility aliasing and wanna see if player 7 people can see it now <0> :P <3> Like to look at nudies? Help beta test and send me your probs: http://picbed.com/ <1> winamp play techno'' <4> bah <4> stupid router <4> I'm thinking I could just import a video, setup the skin, then edit the source and tell it to use the query string instead of a hardcoded flv <4> _buzz, is there any way to get at the source of the swf directly?* <2> _buzz qui <2> t <2> damn i like _buzz's site <5> yo <6> yeah, it was real nice,, beautiful designs. <7> nite m8s <8> i hate those crappy new diet coke olympic cans <9> argh, my embedded dynamic text field is randomly getting jarbled up text thats forced into one line instead of filling up the whole box <10> hi room <10> I'm having problems with fonts looking like crap in Flash <10> They look greal on the screen, and once I export the movie they look fuzzy and crappy <10> How can I fix this? <2> maybe text aliasing? <2> also is your output settings set at 100%? <2> =P <10> Yes to all of the above, output at 100% and text is aliased <10> What is that load order part of the export? <10> What difference does it make top to bottom or the other way around? <2> im not really sure <2> never really messed with it <2> dunno... i took a stab at the obvious.. <10> :( <2> sorry =/ <10> Anyone else has a suggestion on my font issue? <10> They look greal on the screen, and once I export the movie they look fuzzy and crappy <10> great* <9> i dunno i got a text problem too =( <9> whats the command that forces the scene to redraw everything immediately? <9> actionscript 2.0 <11> are there required field validators in flash? <11> or actionscript <12> can anyone recommand any good easing cl***es? <4> okay...I need to do something very, very simple here...and thus far no tutorial has shown how to do this one...simple...thing <4> I open flash 8...I drag an FLVPlayback component onto the canvas. Now, I just need to specify a variable contentPath <4> going FlVPlayback.contentPath = '...'; isn't working <13> did you give the component an instance name, and use that instancename.contentPath = '....' ? <4> yes <4> myVideo <11> what is Boolean's default? <11> in as <11> and is Boolean always an object? <11> is it diff from boolean? <14> can someone please help :*( <10> If I want to reference an array in an swf which is inside a movieclip, do I type: nameofclip.pArray or this.nameofclip.pArray or nameofclip.this.pArray ? <14> someone rescue me :P <14> :( <15> you do it like: this.myMovieClip.myArray or _parent.myMovieClip.myArray or _root.myMovieClip.myArray or just myMovieClip.myArray <14> i cant get a php/flash form to work can someone please check it out for me? :( <11> asynch stuff is pissing me off <11> if i write if(validate()){....} am i ***ured that validate will finish executing before the code inside the if executes? <14> i cant get a php/flash form to work can someone please check it out for me? :(
<16> http://pastebin.sekati.com/?id=oldCODE@7df53-726aaf24-t <16> ^ some1 tell me if that code is just REAL old flash <16> cuz its completely err0r laden <16> i always thought AS was more like C++ <8> ... <8> jesus christ, speak somewhat english <8> ffs don't say err0r <8> makes you look like a.. well... douche <8> and yes, that's really old code <4> Can anyone tell me -why- this happens? <4> http://synful.us:8000/test.php <17> I have some basic video comm server questions. here's my sample code I found: <4> (you'll see when you go there) <17> http://pastebin.sekati.com/?id=NetConnection@1c507-28c32b89-t <16> thx smurf0re <8> i wish i could ban people for being idiots <17> what is the argument for play in line 21 'sopranos...' <16> how would i go about accessing a variable of teh form xn (where n is a number that is incremented) ? <17> is that the file prefix, or a key name that somehow maps to an flv on the server <17> _triune: huh? <16> i guess Set Variable: "x"&n used to accomplish it in flash 3 <16> its a loop, where the variable name changes, x1, x2, x3, etc, etc... <4> Anyone? <17> _triune: in flash 3 not sure <16> i want to do it in flash 8, im converting old code to modern day flash :) <17> ohh <16> n increments in the loop, and i want to access xn (ie. x1, x2, x3) each successive loop iteration <17> var theName:String = x + n; <17> put that into foo[theName] <16> makes sense, why didnt i think of that, lol <16> thanks windsurf <11> can somebody help me out with a sendAndLoad problem.. i think its something asynch <16> i should just go back and use an array, but are arrays in AS2.0 dynamic? <11> hey can somebody help me - http://pastebin.sekati.com/?id=sendAndLoad@831bf-a67cc065-t <11> i think it's some asynch problem <11> i am testinf for result_lv.sent == "true" within an if() and it goes to the else, but when i print out result_lv.sent in that else, it prints "true" <18> remove the quotes on "true" <19> Shadda: looks like there's no buffer in the video stream <18> or just get rid of the whole thing and do if(result_lv.sent) <4> FearX, I loaded a different movie and it runs fine...must have been specific to that file <4> FearX, actually, there's one other thing--When a movie finishes I can't replay it? <19> hmm <4> Loop is set to true, but it doesn't loop. If I hit play, nothing happens <4> If I use the seek bar, nothing happens <20> anyone know why I can attach a movie clip, but can thereafter not control, move, add to it? (I use attachMovie() and would like to afterwards use move()) <19> hmm, not sure, never encountered that <20> yeah, it's weird. I can create the damn thing, but I can't do anything with it afterwards <11> F1: i got rid of the quotes and it's still executing the else <11> and printing true <19> chadedge: i was talking to Shadda, sorry <13> move() ? <4> FearX, quick question, is there anything like isset() or defined in ActionScript ? <13> throw block up at http://pastebin.sekati.com/ <20> Fear>np <11> SHiZNiT! the best flash guru i know! <11> can you take a look at my code: http://pastebin.sekati.com/?id=sendAndLoad@831bf-a67cc065-t <19> if(var != undefined) <4> thanks <19> np <4> one more thing heh <19> hehe k <4> What's the best way to reference query string parameters? I've read _root.foo, but it doesn't seem to be working <11> anybody familiar with sendAndLoad? <13> result_lv.sent == 1 <19> somefile.swf?foo=bar ... trace(_root.foo); should output bar <13> ***uming &sent=true or &sent=1 is at the end of response <19> thats what you meant right? <13> mm - foo wont be available at runtime - need to use flashvars param for such <13> :> <4> FearX right <20> http://pastebin.sekati.com/?id=attachMovieMove@63930-9a2aefe0-t&start=0 Shiz, it's up <20> it's strange, because the popup *is* created, it's named, and I can close it with a button that's in the popup itself (the popup's button references the same _root... path) <11> SHiZNiT: can you explain why i should check if it's 1? <19> yeah, just use FlashVars param in your <object> ... <param name="FlashVars" value="&foo=<?=$_GET['foo'];?>" />
Return to
#flash or Go to some related
logs:
#bsd #slackware lowtrades, trading desk *Breathing* -lifehouse guitar tabliture
no IIS Perf Counters iptables block bnc consumer reports on snap together flooring
#politics #beginner #linux-noob
|
|