| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12
Comments:
<0> altho it showes up sometimes <1> oh werd. must be opera then <1> I'm just think this site is really great <1> hall of fame is really cool <0> hahahah <0> so how do you build up ink <1> with time <1> alot of time <0> im sure you could fool it <1> tried <1> how are you thinking? <0> get the swf, hack up whatever var that limits ink <0> then draw <0> find out the output it has, and send that output to the server <1> interesting... <1> In not sure how to go about doing that
<0> its not hard <0> i think you should change your embed code tho <1> how do you alter the swf? <0> secret *taps nose* <0> i gotta admit its very cool idea showing all that ink like that <1> mmm <1> how bout a hint. <1> oh flash god. <0> any decompiler out there <1> oh ofcourse <1> then how do you send it to the server? <0> well the swf has to send data to the server right, otherwise the server wouldnt know what to draw <1> oh I see <2> no you dont. <2> it was a trick to make you see, but not see at all! <2> you will now break out of his spell at the snap of my fingers <2> i saved your life. <0> so you find the server side script that takes the infromation from the swf, and instead f sendandLoading, you could just trace (if its xml, no problem) <0> then you just send your new data to the php server <0> but i mean theres ways he can fix that <1> woah <3> yeah <1> A month ago or so I was foolin around on drawball and I was "granted infinite ink" but that didn't last long :-/ <4> yay, I got to join this time <3> yay <3> ouch <3> bmw.de got headdropped by google for doorway pages <3> they probaly rented a naughty 3rd part <4> I refuse to hire a 3rd party <4> any technology they would use I can learn from SEO forums <3> http://www.shoutwire.com/viewstory/4532/Table_Saw_that_Stops_in_five_ms <4> !help <4> !find flvplayer <4> blah <3> yeah, but they used illegal methods any how <4> I'm pure whitehat <4> which is why I don't trust SEO companies any further than I could throw them <3> okay, i got my slideshow code, i need to display a word ***ociated to each picture, and one of the pictures needs to have two words, one word for 2 seconds and then another word for 2 seconds <3> any idea <4> does flash have setTimeout like JS? <4> if so, you could make a setTimeout in the onload of the picture <3> im not sure, flash got timers tho <4> woo, finally found someone who documented the flashvars to the generic FLVPlayer swf <3> properly documenting something is so underrated amongst certain individuals <4> I like macromedia's documentation on most things <3> yeah <4> but the supplied FLVPlayer_progressive.swf had none <4> I was actually writing my own because of that <4> but now that I found the args, I don't have to, I can focus on making a custom skin instead <5> ok. feeding xml data into a dynamic text field. Can I feed in an image using <img src = "...">? <3> lastIdeal yes <3> if you set the data as html <3> but pay in mind that that thing is buggy <3> i havent managed to make mine work properly <5> :( me neither. I'm checkin out this site.. <5> http://www.resultspk.net/flashmx/ch19lev1sec5.html <5> and I did exactly what it said.. totally doesn't work. <3> it doesnt show up at all_ <3> ?
<5> wait. just got it to work. :) <5> multi line. <5> hmmm <6> j actionscript <6> oops <6> heya <6> I am trying to use a close button inside a movieclip to affect the main timeline. <6> goToAndPlay(); doesn't seem to be working <7> _root.goToAndPlay() <8> aren't you cute <8> it's gotoAndPlay not goToAndPlay <9> hay guyz <8> morde-wrk, say something interesting <10> hey morde <8> like, what are the f8 stats on your sites <10> suv4x4 - guess you didn't know the answer to my q in php <8> lra_, what was it? <9> I don't stat my sites <10> how do i put multiline text inside a text area? <8> morde-wrk, good we have 0% stats for yours then. My have 100% flash 8 because only I visit them, and I have Flash 8. Which yields 50% for flash 8, which is exactly what Macromedia's penetration graphs show <10> getting data from a db screws up when it's multiline <8> lra_, what's the db field type <8> varchar? <10> text <10> mysql <9> mm published penetration stats? <8> what gets screwed up exactly? you know there are different types of chars for newline accross OS <8> first /r , then /n and then yet /r/n <8> err the slash should be \ <10> yeah i know <8> well sorry I'm not sql advanced :P <10> if i enter $value="this is a new\r\nline"; works <8> that said I've stored this sort of stuff and I don't seem to have issues <10> if i put an enter in the line, doesn't work <6> i hope i am cute! <6> yay that worked like magic. Thanks guys <11> http://blog.mecworks.com/wp-content/squirrelsaber.jpg <8> painz, ok.... where did those squirrels get the sabers from? <8> I'll be damned <8> this is why I hate squirrels <12> lol <13> i want to buy a flash template & edit it so it reads images & texts from a database. how difficult will that be? <13> and is that possible <9> anything is possible <3> like, i could buy myself a new foot if i wanted to <9> ya <13> is there a library that connects flash to a database? <9> the only thing that isn't possible is to beat me up. unless i was drugged or constricted in some way <9> but even then it's bery, very inconceivable <13> or - whats the common way to do this? text files? xml files? its a site for a web gallery - which there will be 'categories' (dynamic) and each category will has its photo collection <9> xml is sorta common <13> is it possible to read data from a db into flash in actionscript? <13> or do u do it with a connecting layer of php/asp? <8> sokko, there's no "automatic" way for this to happen. You still need to code it <8> sokko, also yes you need a php or asp <13> i no, i just want to see whats the 'common' way to do that <9> php <9> asp <13> alright, so i build an asp page which return the text, comma delimited - of the category names - and then the flash reads it? <8> sokko, the common way would be to create an XML object, use its .load to query for a php that returns an XML of the data. Then you handle the onLoad event of XML and process the XML and extract the needed info <8> Flash doesn't read comma separated lists automatically, but it reads query lists and XML <13> i see. now what about images - how do i return them from a php <8> sokko, why are your images in a DB?! <8> anyway <13> ill have to store it in a directory structure where each category is a folder <13> theyre not <8> then you need the PHP return the url right? <8> not the image <13> then actionscript supports reading a folder's content? <13> o i c <8> yes of course it does <13> thanks alot guys. <8> see MovieClip.loadMovie
Return to
#flash or Go to some related
logs:
#politics #politics ms-7058 manual #cisco #3dsmax arubin female altxdcc04 #gamedev #freebsd #firebird
|
|