| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13
Comments:
<0> damn regged <0> edgeleap.com is free, who's buying it :P <1> Anyone know how to import an image with a transparent background? <2> you just "do" <2> They work <0> Manalishi, import it from a transparent PNG <2> save as a 24 bit png <2> with alpha channel <0> VgSlag, that'd be 32-bit then (according to ps) <1> Ok. will give it a try. <2> PS says 24bit with alpha channel <0> could be <3> SHiZNiT: u still around? <3> SHiZNiT: its working great by the way, thanks! <0> can someone gimme tips how I can improve the click rate of this adsense page: www.flashbeyond.com <4> imo - i think too many people have it install in them as children that they're 'special/great/awesome' due to shows like 'seaseme street' and such... nah, yer not special - yer a turd untill proven otherwise ... all those shows do is raise a generation of kids that think they deserve more than what they have worked for, and that they're somehow special.... you dont find such as much outside of north america
<1> Great! the Png worked. <4> hiv3 - good stuff <1> thanks guys <3> its 1.39MB right now... how can i compress it or make it smaller? like 500kb... <4> optimize it <4> only you know your content <3> how? <3> is there any settings in flash i can tweak? <4> did you optimize all your images before importing? <4> did you make a "1 file" flash site? <5> jpg compression as 1 way <4> usually you load your sections in on demand <4> ... <4> nobody wants to load 800kb of stuff they're not even gunna look at <6> shiznit: http://image-entertainment.com/ <6> for that kind of project, what do you think my salary range should be? <2> what's the broadband penetration in the US? <2> And canada? <2> I was thinkign about this the other day <4> dunno, you show a url - did you do 100% every aspect? <2> 800kb, that's what, < 1 second <4> all graphics, animation, etc <4> ? <2> You gonna notice that? <2> Not saying you should be sloppy <6> i was the programmer <4> vgslag - 800kb on a 56k? <4> no target audience was stated, i'd have to ***ume its for everyone <6> i ****s in design <2> SHiZNiT, but that's what I'm saying <2> Here we have more broadband than dial up <2> Where does "everyone" stop? screen readers? dial up? <4> teep - not bad - but on the images in center, i'd only make the image the hit <4> not the whole text area too <2> Both users have got something wrong with them <4> cuz when you roll off image to goto next, your mouse is way off from next one <4> looks good though - i like the ani's for the most part <4> pay is going to vary between places regardless <6> yeah, i understand that <6> but since i have only worked for 1 company <4> from one company to another really .... regardless of city <6> i don't know if i am above or below average or just average <5> i know a good programmer flash he takes around 80-100 euros/h <4> he's probably had more than 1 job too <4> heh :) <5> yes <5> but in cases where its a fixed amount for a project..the euro/h can easily exeed 100 euros. <5> if you are good <3> SHiZNiT: how can i make the entire flash clip an href link using html only? <7> I have a question about loading in external .swf files to my main movie. I have only one movieClip with a variable name in the swf I am loading in and I can not target that variable for the life of me. Any ideas? <4> wait untill the swf is completely loaded before attempting to access the var <4> cant call a load, and immediately access props of an external... its not 'ready' <3> anyone know how to make a flash doc linked using html instead of in flash? <4> javascript events <3> maybe in the div... <7> ShiZNiT: I am waiting for onLoadComplete before I try to use the variable. <3> nm <7> thanks though <7> It is strange I can effect and play with the movie clip that I load in but I can't get to its variables <4> poon - might wanna look at what onLoadInit is for <4> :)
<7> Is there a way to see the children of a movie clip? <4> its not the 'start of load' if thats what you think <7> cool I'll check it <7> That is what I thought it was so I commented that part of the code out <4> hehe <7> good call. I'm going to check that <4> well, its required if you want your vars ready <4> :) <4> ***uming they're on first frame <7> I am <7> Or I mean the vars are <4> ya <4> heh <7> great I am going to check that out. Thanks SHiZNiT <4> onLoadInit = function([target_mc:MovieClip]) {} <4> Invoked when the actions on the first frame of the loaded clip have been executed. <4> <4> =) <4> aka: var is now set in external swf <4> i think they should have used init for start, and onLoadReady instead of init, would make more sense really <4> 'init' is kinda confusing for an end <7> That method name is a little missleading <4> very <4> common mistake to miss it ... everyone does (almost) when first using moviecliploader heh <4> blame mm <4> then blame yourself for not reading all methods before using cl*** <4> heheh <7> Now I can blame Adobe :) <7> Arrrggg <4> not adobe's fault yet really... <4> ...yet <4> heh <7> they haven't had time to mess things up yet <4> right <4> :) <7> I have been reading the livedocs on onLoadInit and it is rather vague on what it can do. <7> I am figureing it out I think <4> could always just use your own loader... <7> That would seem to take all the fun out of using MMs prefab solution <8> hey lads <7> However you could probably write your own in less lines of code than it takes to implement the MM version <8> how do i display the text field i created in actionscript on the flash stage? <8> my other text areas are displayed when created by the tools, and not the actionscript <7> Are you sure your text field has a .text value set <7> trace(myNewTxtField.text); <7> I have made that mistake before <7> SHiZNit: I am trying this: trace("target_mc = "+target_mc.myMc); // just to check the path <7> it is showing up as undefined <4> target_mc is traceable? <4> :) <7> however I know that at the root of my swf I am loading in there is a MC by that name <7> yes target_mc is <9> MOLTON CORE? <9> omg whats your FR? <7> Do I need to set the linkage in the library or anything crazy like that? <4> pastebin i guess, i'm not very familiar with this moviecliploader ... i usually just write my own <4> nope <4> http://pastebin.sekati.com <7> k <4> if you want some help - paste your loader in there i guess <4> maybe your mc should pickup the var from its _parent timeline <4> could be a little quirk <4> :) <7> SHiZNiT: it is up there <4> instead of trying to set it in the mc <7> body is the identifier for the car_1.swf <7> I mean it is a MC identifier in my car_1.swf file <4> still not clear <4> its a linkage? <4> or an instance name <7> instance name <4> k well <4> http://pastebin.sekati.com/?id=PoontersProblem@d08a5-4b4b337c-t <4> look at line 30
Return to
#flash or Go to some related
logs:
pwnd3d #beginner #dreamweaver #nhl #red alan11111
#asp #delphi #winxp #narcotics
|
|