| |
| |
| |
|
Page: 1 2 3 4 5
Comments:
<0> morning <1> good evening <2> g'day <3> good night <4> g'day? <2> what <2> i can't be aussie? <4> its fine with me <4> they have neat accents <2> heh <4> do you use any social networking stuff FearX <5> brainy dont forget to put voice to night- :) <6> i didn't <0> PDAs or PDA's ;) ? <7> or P'D'A'zs'ssdsdsa' <0> :P
<7> :-P <0> PDA = public display of affection <0> hehe <1> potential dyslexic alcoholic <0> or Personal digital ***istant <7> or something else. <0> or PDA = people dance allnight <0> hehe <0> or <0> PDA = people die alone <0> or people dream away ;D <2> prison deals *** <2> not that i would know <0> or PDArse <0> ;D <2> Petey Ace <8> hi, how do i loop flv smoothly? <3> anyone know from where i can get flash rolling dice animation? <9> hey guys, what could cause a swf to load perfectly locally but appear with black junk all over when loaded remotely? <9> just discovered its only when loaded within a swf within a swf, is there a limit for this? theres a few mask's also, does that cause weird black junk (kinda like some inner parts of the movie)? <9> -- http://phase2.surffcs.com/home.cfm?MenuID=5 -- anyone know what could be causing the black junk when you visit that link and click any of the options under "FCS Fin Construction"? <5> v <5> someone know french :) and flash communication server ? <10> hello i have a flashapp that shows \r as a white box <11> sh0: Cool! How do you do that??? <10> it seems flash doesn't support \r <10> http://blog.madebyderek.com/archives/2005/08/26/textfield_newline_and_crlf/ <12> hi there <12> do any1 have experience with enabling RTMPS connection from standalone flash? <13> test <14> Hi. Which do you guys think is the more efficient way of searching for an item in a large collection form Flash: <14> using a DataSet's <find> method or storing the data into arrays, p***ing it to javaScript and using otimized algoritmes to find and return the result ? <14> any ideas ?... <15> Hi does somebody know a good app to create 360 panaromic views as flash files? To create something plane and simple as this: http://www.foxtons.co.uk/flash/vt_player_size_checker.swf?file=/resources/chpk/chpk0132942/chpk0132942_360-reception_room.jpg&speeddefault=0.75 ? <16> hi <11> hi Reider <17> hey <18> http://pastebin.com/708584 <18> check that out <19> i'm a model, yeah, you know what i mean, and i do my little turn on the catwalk <19> yeah on the catwalk, on the catwalk yeah, i shake my little toosh on the catwalk <18> everything goes as planned except it doesnt load the video <18> just shows the slider bar as a infinitely spinning barber pole <19> the movie is in your library? <18> even when i declare the path to the flv explicitly i experience the same outcome <19> and it has a linkage name of moviearea? <18> no, it's loading the video externally <18> it gets the path from an xml file <18> alllllll works fine <18> yes everything is attached, etc <19> then why are you using attachMovie? <18> just the player gets nada <19> you need to be using loadMovie <19> attachMovie is for linked clips in your library <19> rtfm ftw :D <19> heh <18> can you loadMovie an FLV? <18> im new to flv thats all <19> never tried
<18> i thought loadmovie was only for swf - i am converting this video player <18> from swf to flv <19> but i ***ume if loadMovie doesn't then MovieClipLoader will <19> load movie will work with swf and images <19> it should work for flv <18> lets see <19> an easy way to tell is to LOOK IT UP <19> --; <18> listen <18> im a rtfm guy too <19> new to flv is no excuse to not use the manual to be certain <18> but sometimes asking somebody is way more efficent <19> well it's not as much a rtfm as look up the funciton you're using to be sure you're using it right thing <19> but in any case attachmovie is not what you want <19> loadMovie should work with flv but it would be better to use the LoadClip method instead <19> it has a lot more options and since you're working with video i think you'll want those options <19> so look up LoadClip <19> <--helpful and friendly :D <20> i'm making flash navigation for a site and i've run into a problem... the hitbox that i placed around the navigation pannel (to close my submenus that appear under the selected menu option) sometimes won't activate when i quickly move the mouse away from the flash movie... is there anyway to get it so when the mouse isn't over the flash movie the submenu automatically closes? <19> christ, i just wanted to install wget, not reload my entire ****in computer >_< <19> gbsnap: nope <19> if it never registers the onRollOut event it won't execute it <19> just warn your users not to move too quickly ;) <19> that'd be amusing <20> so there are no work arounds? <19> go to a site and see a "WARNING: do not make any sudden movements" <19> start lookin around like you're on camera or somethin <19> hehe <19> gbsnap: yeah, don't move your mouse around like a madman <19> best workaround i know <20> maybe a bigger hitbox i guess <19> shouldn't really need a hitbox <19> just an onRollOut on the main button to make the box disappear and an onRollOver on the box to make it appear <19> that way when you roll off of the main button onto the box it doesn't disappear <20> i'll play around with that, thanks for the info <19> and using _visible instead of alpha would help with making sure the box doesn't appear when the user rolls over the area the box is in instead of the main button <19> if it doesn't use a combination of _visible and _enabled <18> i rtfm, loadMovie and loadClip only work w/ gif,jpg,png,swf <20> nah it doesn't <20> it's really simple navigation <19> tarmac: try it anyway <21> what do i do about this lame problem with my text not showing up in flash <22> you embed the font probably <21> heh <21> what? =/ <22> static text? <21> but even the flash is off. <11> 4-0, geez <23> hello all <23> easy task or perhaps not here is scenario... 200h 200w. image place holder . and then a script that pulls random images each time page loads from specific folder <23> i mean there is probably a prest script out there but how should i search it on google <23> random dynamic image loader? <11> You'd need to make an array of the images <11> If you want it dynamic you'll need to have php or something browse the folder for you to let you build that array <23> ohhh crap <11> eg: imgAr = [ 'bob.jpg', 'foo.jpg', 'bar.jpg' ]; imageHolder_mc.image_mc.loadMovie(imgAr[Math.floor(Math.random()*imgAr.length)]; <23> does that mean i would have to have a server with php on it <23> or can it run without it <23> fo some reason these clients are tied to JS and dont want sside <11> Flag_____: You could do it without a server side language, but you'd need to update the image array by hand <16> or if you don't want to use php, you'll need a txt or an xml file witch stores how many pictures you have in the folder and you have to name them pic001, pic002 afther that you can load in that num and do loadMovie("pic"+random(numPics) ...) <23> hmmm that option would work...do xml <23> I like your ideas guys thanks <11> Flag_____: Don't bother with xml, if you're going to go that way just have a text file with a number in. <23> before i start though this would be an easy project right <16> ya <23> scale of 1-10 <23> 3? <11> heh, yeah <23> cause I cant spend alot a time on it
Return to
#flash or Go to some related
logs:
dofus wiait
#freebsd #worldcup cmd closes right away #politics BADSIG 3FF0DB166A7476EA #computers #politics #politics #wtf
|
|