| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Comments:
<0> question: why do i get sandbox security error with myBitmap.draw(logo_mc,logo_mc.transform.matrix) but not with myBitmap.draw(logo_mc); ? i don't get it.. almost same thing. <1> Hi room <1> I need some help with action script <2> wrong room... this is where we get naked and flash each other <1> hehe <1> Here's my problem: <1> http://pastebin.com/509029 <3> do you think using the flash preloader component is a waste of file size and just bloats your movie? instead of writing your own preloader? <2> yes <4> can i set the registration point of a movie clip to the main stage ? <4> can i set the registration point of a movie clip in the main timeline ? <5> is there some 3d support in flash? <0> faking 3d. <5> bugiam: by tweening lines? <5> maybe thats not that bad after all
<0> check kirupa.com they got a nice 3d tutorial <0> they talk about different aspects of it <5> thats cool <0> http://www.kirupa.com/developer/actionscript/3dindex.htm <0> there you go <5> a lot of thanks! <0> np, hope it helps <6> "faking 3d" ? <0> yeah. <6> at what point does a computer /not/ fake 3d? <0> hehe, true :) <0> faking z-axis then <7> then the z facort is involved? <6> i suppose <7> *factor <8> faking 3d in flash is usually refered to as because flash doesn't have NATIVE faked 3d ;P <0> nicely put :) <8> thanks and gnight :) <9> hi, does anyone know of a .fla to .gif converter? <10> yeah... Flash <10> heh <0> hehe <11> wowa <11> thats a lot of people. <11> are any of you awake? <0> yup <11> hey bugiam <11> I'm a flash noob. <11> But I have managed to make a little banner thing for a company's website. . . <0> same here. well, maybe better than noob , but not good <11> http://www.eggprops.com/~eggington/Muffin/MuffinBut.html <11> My client is saying that when she looks at the page. . . she can't see the little animated character. <11> So. . . My guess is it isn't prompting her to upgrade to the latest Flash. <11> no? <0> nice <11> I can't find anything in the docs about it. <11> seems like there should be some way to alert people that they need to upgrade . . . no? <0> yes there is. a flash version checker. <0> www.sjomanbohstrom.com is my latest work <8> http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00002072.html <8> gnight fa real now <8> :) <12> 'Page not found' bugiam <0> hold on <11> Server not found <0> http://www.bohmansjostrand.com/ i always mix that up <0> the swf is 33kb <11> Ok SmilyOrg. . . that. . . looks very technical. <12> nice <0> could be less but they wanted a ugly card on a page <11> wow. Mine is 400+kb <11> he he <11> So it externally loads the images? <11> huh <13> !find rules <11> Yours mentions that it is version 7. . . <11> #version=8,0,0,0 <11> Mine says 8. . . <0> yes, all images are external. they change images via a admin site <11> But that still doesn't prompt her to upgrade. <0> i don't have a checker in that one
<11> Maybe. . . she is just not knowing what the hell she is doing. . . . <0> or she got **** connection <11> Well I made a pre-loader. <0> yes you did.. sorry <14> damn <14> where is mjau mjau when u need it <15> does anyone know if theres anyway to get data back from a fileReference.upload? <15> and does anyone know if theres a way to p*** parameters into a swf when you call it? <11> http://www.eggprops.com/~eggington/Muffin/MuffinBut.html <11> I think this one sounds better. . . <5> incredibl: you can use param tags in the html, I think <0> http://pastebin.sekati.com/?id=Anonymous@31d24-af3496b6-t can anyone take a look att this? Image API question. then i use myBitmap.draw(logo_mc); everything works great, a piece of the mc get's copied,. but when i use myBitmap.draw(logo_mc,logo_mc.transform.matrix); it doesn't copy it later down in the code... *going bananas* <16> bugiam: you forgot import flash.geom.Transform; <16> i think you need that to use the transform matrix <0> still doesn't work... i'm been looking over this problem for 5 hours now.. <0> and it's probably real f'n simple <0> and i only get sandbox problem with the draw i want to use... might have a connection there.. but still don't get it <0> nah,, i used a crossdomain.xml,, should work anyways <16> don't you have to define a matrix first? <16> what do you get when you trace(logo_mc.transform.matrix); ? <0> http://www.bugiam.com/work/memory/index2.swf this is with myBitmap.draw(logo_mc); <0> http://www.bugiam.com/work/memory/index.swf this is with myBitmap.draw(logo_mc,logo_mc.transform.matrix); <16> they're the same <0> hold on <16> holding... <17> Is it possible to play imagevuex offline? <0> they are.. but not in flash published.. then index2.swf copies a piece of the pic and puts it in upper left corner <16> how come it doesn't do it online? <16> isn't feral the name of a marvel character? <16> !google feral <18> http://www.feralcat.com/ <10> meow <10> yeah i think Feral is some wild tiger mutant or something <0> FearX: it gets undefined. <19> stupid servers damn it <10> tho i chose the nick from Feral Cheetor from Beast Wars Transformers <16> bugiam: then there's your problem, i think you need to create a matrix first... or do myBitmap.draw(logo_mc, new Matrix()); or something <16> i dunno, haven't used matrices much <20> !find rules <20> i have a question if anyone is available <19> bugiam, u need to declare your matrix <19> ie. logo_mc.transform.matrix = new Matrix(); <0> ok, didn't say so on http://www.macromedia.com/devnet/flash/articles/image_api_03.html <16> evo: just ask <16> if someone can help, they will <20> i am doing this snowfall effect and i want to have some music playing but the actionscript function creates a stop function at the beginning of the movie and doesnt allow for the music to play how can i get the music to play? <0> F1: still gets undefined.. <16> evo: use actionscript to play your music <16> here... <19> evo, sound.start() <16> !find -c Sound <18> Sound == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary654.html <19> bugiam, what gets undefined? <0> trace(logo_mc.transform.matrix); <19> i just tried it works fine <0> mind taking a look at the fla? been beating my head over this for hours <19> I just used your code and created a fake logo_mc <0> wtf.. <16> bugiam, pastebin your current code <0> ok, hold on <20> yes i am a retard lol <0> http://pastebin.sekati.com/?id=Anonymous@b7824-af3496b6-t <20> here is my current code <20> http://pastebin.sekati.com/?id=snoweffect@2eeb9-ed4f3e9f-t <20> its the only actionscript i have on the flash <16> evo, did you even read that Sound link i gave you ? <20> ya <20> i dont know how to incorporate it for some reason.... <20> im a noob to action scripting..... <16> mySound = new Sound(); mySound.loadSound("file.mp3", true); mySound.start(); <16> with this code you don't have to have your sound file in your flash movie, saving on filespace <0> FearX: can you see what's wrong in that code i pasted? <16> bugiam: nope hehe <16> sorry, like i said, i haven't used matrices too much, but F1 doesn't get undefined when he traces
Return to
#flash or Go to some related
logs:
rounds in backwards #linuxhelp #mirc munmap_chunk(): invalid pointer: wine used realdoll #debian failed to make swap directory /usr/local/squid/var/cache/00
pipe to scp #beginner #winxp
|
|