| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> agreed <0> i just tought it was easier when i started out. <1> hey all <2> hi <1> is there a easy way to make a Mc scroll down on pictures at radom <1> i can give an example <1> Scroll down and fade into next scroll down and fade into next <1> uploading new flash file to my webspace hold on lol <1> like for a background. slides the picture to the bottom and fades in the end over to the top of the next one, and then slides down and fades into a new one, <1> its uploading, and sorry for asking noob Qs, thirs day on learning ;) <1> www.bluemaster.net <1> the banner there <1> made a heavy flash for that, must be a way to make it easyer ;p <1> and hi FearX <1> :) <2> i'd do it with actionscript, i would setup an array of the images and write a function like imageLoop() to load in an image, fade it in, tween it up, and onMotionTween = function(){ imageLoop() } that would grab the next image in the array
<2> when i say tween it up, i mean with the tween cl*** <1> yeah <1> so it loops the array nice; p <1> okay i need a noob tutorial on actionscript ;) <2> www.actionscript.org <0> is there a way to autosize textfields with dynamic content? <3> good question <2> textfield.autoSize <2> !find -c textfield.autosize <4> TextField.autoSize == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary729.html <0> niiice <5> omg <5> but actionscript ***embles alot like php and JS ;p <2> yeah <5> heh <5> so it shouldnt be that hard since i am pretty good at both ;) <5> so array works like this:(without reading on it yet) <5> imagestoset = array(image1.jpg,image2.jpg); <2> imagestoset = array("image1.jpg", "image2.jpg"); <5> aaah yeah <0> _root.holder["entry"+i]["holder"+j].text.autosize = "center"; doesn't seem to work <2> WAIT <2> no <2> imagestoset = new array("image1.jpg", "image2.jpg"); <5> c++ version lol <5> ok hahah <2> or imagestoset = ["image1.jpg", "image2.jpg"]; <2> or var imagestoset:Array = new Array(); imagestoset.push("image1.jpg"); imagestoset.push("image2.jpg"); :P <0> FearX: do you see anything wrong with this? _root.holder["entry"+i]["holder"+j].text.autosize = "center"; <6> you killed him! <0> the autosize part <2> _root.holder["entry"+i]["holder"+j] is a textfield? <2> err <2> _root.holder["entry"+i]["holder"+j].text is a textfield <2> hey [MaSteR]!!! <6> _root.holder["entry"+i]["holder"+j].autosize ? <6> either that or your mc instance is called text and you cant use that word because its already taken <6> so try reanaming it to txt <6> anything thats not blue :) <0> it's a textfield <2> plus it should be autoSize to stay consistent with camelCase :D <6> hey FearX and [MaSteR] :D <2> sup spasmFace <6> not much not much, just woke up <2> is it tomorrow there? <6> bugiam then its because 'text' is already used by flash, rename it to something else <6> 12/01/05 <2> yeah, ok, don't tell me what happens, i like to find out for myself :D <0> oh yeah, i telling the text in the textfield to autosize, that's wrong <2> wait <2> 05? <2> dude, you're a year late! <5> hehe <5> var imagestoset:Array = new Array(); imagestoset.push("image1.jpg"); imagestoset.push("image2.jpg"); <---- this is a bad way lol too much writing haha <2> but it's an alternative <5> imagestoset = ["image1.jpg", "image2.jpg"]; like this one that the [] makes array niice <2> actually, it makes it an object <2> technically <2> but works like an array <7> [] is jagged
<2> jagged? <7> you lose all the cool Array methods <5> imagestoset = new array("image1.jpg", "image2.jpg"); <2> yeah, but he's just looping through it <5> is the good way then <7> its a primitive array <7> if this is the only time you're populating the array, just do whatever, doesnt matter that much <5> is it way to make it dynamic, so it searches a folder for all the pictures so i dont have to update it :) <2> use a php script <5> aah <5> this is now my huuuge problem, php and flash together lol ;) <2> create an array in php, implode the array, load that into flash, split in flash <5> sounds complicated Implode lol ;p <7> you can use readdir and keep the file handles <2> implode? you said you were good at php <5> imploding in php is soo old lol i moved p*** that lol <2> implode is just a function to make an array a delimited string <5> yeah but was hoping for not to that again since 1 mistake and you crash the server ;) <2> your server ****s then <5> not mine, was the old one ;p <0> i need a nice way to scroll an empty mc that is filled with dynamic content via actionscript. <0> i got a scroller, but it doesn't like that the mc is empty and starts scrolling the wrong way <7> bugian, try http://www.actionscript.org/forums/attachment.php3?attachmentid=12916&d=1117285939 <0> nice one, but i'm gonna go with the one i have. i think i just have to make the scroller wait to start it's code until the dynamic stuff is loaded <0> yup, that worked <2> [MaSteR] of the universe <8> :P <5> 1 question <2> holy hell, how've you been? <5> about teh AS array <8> Good just was gone for a while <8> visiting family etc. <5> imagestoset = new array("image1.jpg", "image2.jpg"); <-- the url to the images are relative the tle SWF file? <8> will be moving soon so might be a bit before I get good net again. <8> how about yourself? <0> hmm... flash appears to make the XML linebreak intro TWO linebreaks. <2> oh i've been great <8> kool <5> FearX you wanna take this one ;) <2> but it hasn't been easy running this channel while you've been gone! hehe <8> lol <8> yeah not many people can handle all what I do. <8> :P <5> hehe <2> ProsiT-DJ: yes <5> kewl <5> does AS use / or \ in dir listings ;p <9> anyone had any success getting liveconnect (fscommand/setvariable) to work on firefox 1.5 <2> use / <5> ok <0> what's the best way to solve the double-spaceing problem with XML on windows boxes? <0> replace linebreaks with \n in the php that creates the XML maybe? <5> hmm <5> im lost looked and read alot of the actionscript tuts <5> and write a function like imageLoop() <5> to load in an image, fade it in, tween it up, and <5> this part lost me totally hehe <5> i know what to do, but not how lol <5> baaah <0> well.. <5> im pretty newb to this part lol <0> take on thing at a time, first try to just import the image. <5> testarray = new array("bgs/bg1.jpg", "bgs/bg2.jpg"); <0> when you got that taken care of, try making it fade in. <5> the array is there ;p <10> does anyone know a good flash/php contact form with validation? <10> i have intergrated http://www.flashkit.com/movies/Interfaces/Forms/Flash_Mx-David_Kh-9916/index.php into my flash site but that doesn't seem to work even by it'self <11> alo, is mjau around? <12> http://best.drawball.com <13> is there any premade swf file that just loads an html file ? <5> hmm <5> how to output the first in an array or do i have to make a ifloop <5> function bgloader)( { testarray = new array("bgs/bg1.jpg", "bgs/bg2.jpg"); loadMovie("firstimage here","clip1"); } <5> bgloader () :)
Return to
#flash or Go to some related
logs:
#linux-noob #politics a-team big mike hardhood classics napalm recipes
#unixhelp STUPID IGNORANT DUMB BASTARD #beginner delphi getinterfacetable #hardware #flash
|
|