| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> cause i see my font but it dont come across right <0> that mean flash dont support it <0> hrmm do you need postscript font or truefont with flash <0> cause i see my font but it dont come across right <0> hrmm do you need postscript font or truefont with flash <1> hey FearX :D <1> thanks bro <2> this loop is getting on my nerve.. <1> I installed flash 8 and now I've got a customized player :D <0> hrmm do you need postscript font or truefont with flash <2> are you exporting the font? <2> embedding i mean <3> i wanna make a parody of Dune <0> well i put the font in my windows nt/font directory and it shows up but its just looks like a aerial or a regular style and dont have the design <3> only instead of spice it'll be grease <3> the grease must flow!
<0> that make sense? <4> lo m8s <0> Mr-G any experence with fonts in flash <4> not really, why are the blurred? :) <5> what version of flash you using 3rdplaceman? <5> jks :) <3> you fail <5> why dont you make parody of dune w/bush and cronies :) <5> heheh <5> and oil... instead of grease <5> of course <5> http://www.imdb.com/title/tt0365737/ give'n this a watch later <6> hey whats ghoing on <6> that sounds good <1> SHiZNiT, I used flash 8 to import my fla <1> and I customized my controls too :D <1> and now it looks just the way I wanted it to :D <6> hey, here's a quickie for ya... i'm tiling this mc with attachmovie, to go in a 5 x whatever grid of images, depending on how many there are dynamically loaded... its working great, except every once in a while it skips a space and loads the next image in the next space... does it 14 times... it's really weird... it seems to have a pattern to it <6> im thinking i screwed up my math somewhere, but can't figure it out <6> if you go here.. http://www.carsandtrains.net/test/... and go to catalog <6> the for loop is here <6> http://sekati.pastebin.com/510222 <6> its weird, i cant find the pattern of whats causing that <6> but there's obviously a pattern there, you can see it <6> i mean, i think it looks kind of cool actually, but i dont think the client will agree. <5> i dont see catalog on the link provided <6> up on the top white menu? to the left of the logo? <7> !seen jeff <8> SmilyOrg, Jeff (~jeff@c-24-11-74-15.hsd1.mi.comcast.net) was last seen quitting #flash 2 days 17 hours 4 minutes ago (14.01. 17:56) stating "" after spending 4 hours 55 minutes there. <7> k <5> um <5> we're looking at that carsandtrains link? <5> no such thing on website <6> www.carsandtrains.net/test/index.html ? <5> oh well thats quite a different page isnt it? <5> :) <6> same one i put in before i thought <6> haha <6> oh well <5> nope <5> http://www.carsandtrains.net/test/ <5> click your link <5> lol <5> anyways.. <6> haha, looks the same to me... anyway <5> k <5> well, on content you load - load to an empty mc <5> and check for _width to be > 1 as well as loading to be complete <5> or > 0 ... whatever <5> should iron out the problem <6> ahh, instead of into the content mc <7> or getBytesLoaded and getBytesTotal <7> or somethinglike that <7> :P <5> whatever/however you have it - load to an empty holder of some sort <5> personally, i find it best to createEmpty and remove when done <5> you know its empty - it has no width - if bt==bl && container._width > 1 <5> you got content <5> :) <5> flash acknowledges then content - 100/100 times
<5> :) <5> stupid bug yup <5> everyone usually finds it on some kinda dynamic image loader <7> er <7> livingeac <7> you have /4 and %5 <6> i understand the width thing, i've had to do that before... but you're saying i should check that before i start the attachMlovie lookp? <7> you should use either /5 and %5 or /4 and %4 <7> :P <6> hrmm <6> lemme try it <6> i thought i had it the same before and it didnt work <7> i ***ume you want 5 <6> yessir <6> well, it looks better when you do 5... but still those spaces every once in a whiel <6> going to upload that one <6> reload that shizzy <6> i have a feeling that one missing box is a progressive jpegh <6> because i wasnt the one that prepared them, they're from the original site <5> usually when you get files given to you, and you know you need certain types - you check before you use - but as mentioned - this problem/bug is common <6> yeah, i have checked them, but sometimes new ones sneak in <5> i hear ya <5> heh <6> one other related question. i've been requested to have these fade in in order, first row downward, starting left to right... i think its the type of thing i could probably handle with a loop and an array with the names of the movies... starting out with 0 alpha on all of them... but can you think of any better ways to do it? <6> because i'm thinking my way isnt the best way. i just envision it doing 41 alpha tweens at the same time and my computer exploding <7> er <7> like <7> loading all at once <7> then display them <7> or load them <7> then if availible display the next one in the row <6> let me show you an example of the effect, this is what the client sent to me <7> k <6> ha <6> come to think of it, i don't think this does exactly what they were asking for <6> http://fat-cat.co.uk/fatcat/split/ <6> but this is what they showed me <6> i think they want them to fade in, in order, from left to right, first column, then second, and so forth <6> i would ***ume after loading the image <6> which seems to me like it would take way too long for a user to sit and wait for it to go <6> i mean, even if i could order the loading... they show up, 1,2,3,4,5,6 <9> can someone please do me a favor and check my action script? its 8 lines <5> why dont you load to a container who's parent visibility is _alpha = 0 ... once load is complete, ***ign an event to fade it in? .. so as each loads, it fades in - typical, widely accepted, unless you want to ensure all is loaded first, then ya, push to array or whaetever and use such information once all are loaded <5> usually 'faster the image can be seen' the better - some people like to wait <5> but if you're waiting - thats exactly what you're doing - when you could be viewing already <5> people dont like to wait <6> yeah <6> i mean, it seems to take a long time as it is <5> sometimes as designer - you gotta interpret what someone without technical skills/terminologies may mean <5> they might show you something - and the only thing they REALLY mean out of the whole preview - is some little brightness effect or something <5> but they're pointing at whole thing - and you see 'the whole system' not the little thing they like <6> yeah i've been there too many times <5> heh <5> so you gotta be sure to pick your client apart and findout exactly what turns them on if its something specific <5> or you'll chase ghosts <5> heh <6> definitely <6> the other side of this too is, this is a favor... so i'm thinking i shouldnt go too complicated <5> ya - i'd just go with an immediate alpha->show once each image is loaded myself <5> its easy - no tracking.... <6> yeah, that's what my loader should do anyway, i should start fixing those now <5> :) <5> i should get to work too <5> but i got no coffee ready yet <5> yikes! <9> I have a question. I am trying to make a php/flash form field, i have created the fields, set the variables, etc. I created 2 buttons, one that is a clear function and the other that is for submiting. I have tried over and over to make it work but it dosent work. I then tried making a simple button next to the other button and it works fine anyoen know why this is happening? <9> is it because the other 2 buttons are movie files with the button inside the movie? <6> yeah go go go <6> thanks! <9> anyone? <9> :( <10> Probably a noob problem, but here goes: Im working on a site, have the main layer contains buttons. when clicked the button opens another section. the other section is in another movie clip that scrolls it into the frame. the problem is, the mouse still picks up the buttons on the main layer, under the new section
Return to
#flash or Go to some related
logs:
pumpjob ATI Chipset All in one WHQL #politics #c sql queryes ip trasing #politics #politics #politics GG258
|
|