| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> ounce is for volume <1> as for your remarks m0sphere ill thank you not to insult us "stupid americans" anymore, ignorance is annoying <2> hah <0> SupaShaD <0> that would mean <0> that it's too cheap <1> well weed is cheap kom <0> strange <0> ;) <0> weed is cheaper than the other stuff <0> that you can take <1> like i said though, that's only if you know someone you're cool with <0> but never the less it's too cheap <0> SupaShaD you taling about 3,5 Euro per gram <0> +k <3> Nov 13 2005 "Microsoft Warns of Flash Vulnerability, one thing they recommend is to remove Flash from the computer. Isnt that fun so we can all start using "MS Sparkle" instead NOT."
<4> !find rules <1> lmao <1> remove flash from your computer, it threatens MICROSOFT! <1> heil! <0> kapuuuut <0> :) <0> SupaShaD ? <0> you mean because of Flashpaper and there Microsoft Support for Word Files ? <5> anyone here have had an issue with a css flyout over an swf, not working properly in safari but in ie and ff it works fine <5> i've put the swf at a z-index of 1 which fixed the flyout from hiding behind the swf <5> the flyout does come out and will sit above swf but as soon as i roll on to or should i say when it goes to the active state in the secondary nav the flyout nav item u rollover stay but everything else goes behind the swf <5> its a weird issue <5> wondering if anyone else has had this happen to them in safari browser <6> is there a way to open up a pdf file without opening up a blank browser window? <5> u could time it out <7> i have a cutout of a human that i edited in photoshop... when i save it as a transparent gif, obviously the quality goes down... whats your suggestion on how i can add this image to my flash movie as a symbol on top of a multicolored background? <7> its not like i can just leave a white background to blend in on a white flash stage <7> because my flash stage has a design on the background <5> u could use png 24 <8> yea use a png <7> hmm <7> will an embeded png on a flash show up in IE? <9> i want to rape your trash compactor <9> hello i know that you have a huge bludgeon in your pants <10> Not sure, but can't you just save it as any image with a bright red background, then break it apart in flash to the pixel level select the red part delete it and then group it back together? <0> do you ever invited a female via email ? <10> what? <0> must i repeat ? <10> No, don't. Just restate more clearly <0> i mean inviting for "something" ;) <10> So you asking if anyone has ever invited a girl to something via email? <0> but i mean a girl that you have sawn already <10> Just call her <10> She'll appreciate it <10> Unless she answers, "What do you want?" <0> first i need a plan :D <10> What kind of a plan? <0> for organizing a meeting <0> but before you start it you should be sure if it's not wrong <0> that girl i know is already a mother lol and she is ca 4 years younger than me <10> fk that <10> Just tell her you love her son and you wish you could be his father figure. She'll love you forever <0> i know her because she is in my school cl*** hehe <0> i'm new in this cl*** i dosn't talked with her yet <1> **** THAT <1> dont get with her <1> if she has a kid, leave her alone <1> you don't need to be gettin involved with any baby's mommas <4> Anyone wanna help a newbie?? I need to create a simple .fla where a dynamic text box variable is loaded from a .txt file. The book's instructions seem simple enough and I think I'm doing everything it says, but when I test the movie, it doesn't load the text.. just gives me jibberish... maybe the book is misprinted? can anyone help and walk me through creating the two files...? <0> thank you SupaShaD <0> :) <0> but she looks hot she is small and has good tits and blond hair :) <1> that's nice, let her alone -- you don't need the drama ***ociated with a woman having a kid <0> her child is even 6 years old <4> .....no one? ... ok thanks... <0> she must have been 14 years old when she got that baby <1> shasta, no one wants to hold your hand no <1> shasta, if you think you know where the problem is, please inform us
<1> but a vague error and a request to walk you through the whole process when you've stated you have a book doing the same thing doesn't go very far.. :o <4> i have no idea where the problem is... i thought i might find help here... <0> SupaShaD i also dunno why she is in my mind maby because of her child it realy shocked me at first time <1> ok <1> well <1> you have the loadvars pointing to the right file? <4> yeah... same folder and all <1> K0m4, im tellin ya, don't bother with her <10> I agree with Shad, babies is an instant deal breaker for me <1> shasta, try tracing the var that you stuck the loadvars on.. ie. if you have like myText = loadVars(blahblah); ..add trace(myText); <1> and tell me what the output says <0> SupaShaD the boy's in my cl*** told me already that she would only have *** and not love <1> lol <0> lol <1> even more reason to stay away, she's a whore <0> should i trust you people ? <0> :-D <1> you should trust me, cuz i know what im talkin about <0> i never had luck with falling in "love" ;) i should wait untill i realy know someone <0> but i dunno if i will have enough time for that <1> shasta don't pm me <1> keep your comments/questions in the primary channel please <4> well.. ok.. was trying to save clutter <10> I'll tell you what you have to do. You have to get off the damn IRC on a Saturday night and get your *** to the club. :D <1> nonsense <10> See me I'm in a channel on a Sat night <10> <!- single <1> clubs are for fags <4> The task is to draw a text box (dynamic), the variable name is sample in the first frame I ***ign loadVariablesNum("textfile.txt", 0); to the box in the text file it says to type sample=this is the text I want to show up but the text doesn't show up. <1> are you trying to get the text file text to show up in the text box? or the sample=text ? <4> I'm trying to get the text from the text file to show up.. but the books says to start the text with sample= (sample being the variable that I ***igned to the text box) <1> shasta12, that's because you're doing it wrong <1> sample = loadVariablesNum("textfile.txt", 0); <1> let me also point out that the syntax of your book, which i ***ume is for educational purposes because you mentioned the "task".. is severely outdated <4> yeah.. it's Flash MX 6 <1> anyways <4> i have to type sample = load.... ??? that's in the action panel?? <1> remove the blank call to loadVarsNum and move it over to the sample=... <1> if the var name of your dynamic text box is sample, then whatever you set the var sample to will be shown in the text box <1> next time pay attention in cl***? <10> var lvText = new LoadVars(); lvText.onLoad = function(sucess) { if (sucess) {dtText.text = this.sample;} else {dtText.text = "Error Loading"} } lvText.load("myText.txt"); <4> not a cl***... i'm learning on my own.. <1> there ya go <1> clouder's feelin generous <10> I've been drinking <4> none of that makes sense to me yet <1> ahh no wonder <1> shasta... copy paste that in your actions panel, erase all your other actions, and enjoi <1> oh, and rename "myText.txt" to whatever your text file name is <4> so, in the action panel.. I have to type the variable name too? <1> what that essentially says is, lvText will hold your loaded vars, when it loads, if it succeeds and completely loads then the text contained in dtText is set to sample text, otherwise, it casts an error <1> alright shasta..let me put this more simple so you can probably understand it better.. var someText = loadVarsNum("textfile.txt", 0); var sample = someText; <0> SupaShaD i had 4times no luck with finding a girlfriend in which i was in love don't you think someday i must have success :) ? <5> vertical css flyout over swf in safari browser problem : the flyout does come out and will sit above swf but as soon as i roll on to or should i say when it goes to the active state in the secondary nav the flyout nav item u rollover stay but everything else goes behind the swf <5> works in ie and ff no problem <1> probably k0m..but not if you hang out with sluts :P <1> DigitalZ, why are you worried about safari ? safari ****s :| <5> only ****s at some things <4> ok.. thanks for the help ShaD <5> have to support both sides of the os environment <1> O_o <5> safari is apple <0> but why is she in my mind SupaShaD somehow i'm like remotely controled :D <1> who the hell uses mac? <5> just wondering if others have had this problem <5> are u kidding me <5> who the hell uses a pc <1> DigitalZ, i can't say i've run into that problem <1> everyone uses pc, they actually serve a purpose <5> not the way mac is traveling these days <1> whereas mac is only good if you're editing a video <5> with the ability of an intel chip
Return to
#flash or Go to some related
logs:
bsod chkdsk /f page fault #computers 10737 lsass #unix openvpn verizon fios #politics #delphi #gentoo #politics fta receiver canucks
|
|