| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Comments:
<0> actionscript's actually pretty easy if you do any other scripting <1> i hate <1> that u need to script per frame, opject etc <1> all the scripts arent on 1 page <1> annoying <1> should be better if like basis:P <1> FRAME 1: bla bla <1> FRAME 2 : goto FRAME 1 <1> XD <2> alright, I dynamically populate the contents of a scrollpane and that works fine but the scrollbars don't change so I call refreshPane() and then the contents of the scrollpane disappear on me, I trace the width of the content movieclip and it is 0 after the call <0> yeah, i've often wished you could code different frames on one frame, or in an external .as file <0> sorry Jiffe, i've never used a scrollpane - i don't even know the benefits of using it, i always just put everything in a masked mc and scroll that <0> well, i'm guessing the benefit is that it's quicker <0> to use <0> but it probably bloats the file and isn't as versatile as just using an mc
<3> hi, i need flash to call a javascript function (getURL('javascript:foo(bar)'); and the javascript is just function foo(val) { alert (val); };) but i get a unexpected ) error for javascript... can someone help me? wasted 3 hours on this. <4> ha, I took the easy way out :) <3> what's that? <4> in imageready...you can export an animation as a swf <0> lol <4> so give that animation a layer with a link <4> and it creates it all for you :) <4> replace layer with slice above <3> can you guys help me? <2> yeah it probably is bloated, but definently easier <5> hey guys, some people can't see my Static Text in my SWF published files... whats going on? <5> is that a flash 8 glitch? <5> ill also mention that i am not using any filters <0> are you sure they're viewing your site with flash8 installed? <0> i had that problem, it was because people weren't viewing with flash8, so added the express install system, and everything works fine now <5> ahhh <5> i see <5> well the one person that cant see the text said it always asked him to install the flash plugin <5> and the other claimed he had flash 8 <5> while 4 others DID have flash 8 and they saw it fine <0> i think the guy who claimed to have flash 8 actually didn't <5> is there any glitch with the ffont system in flash? <5> i see <5> what if i published the swf under flash 7 <5> would they still need flash 8 player? <0> no, but if you have anything flash8 specific, you won't be able to use it <0> basically, if you can publish to flash7 with no issue, then do that, but if you really want to use flash8 for something, get the express install going <0> i personally recommend the express install as not only will it force your users to get flash8 to see your site properly, it'll also make the flash8 penetration rise faster <5> ohhh <5> how do i locate this express insteall ? <5> interesting <0> !google flash express install <6> http://www.macromedia.com/software/flashplayer/download/detection_kit/ <0> located! <5> hehe thanks <7> major movie studio looking for talented flasher <- pm me if your interested with portfolio <0> actually <0> that ain't it <0> http://www.macromedia.com/devnet/flash/articles/fp8_detection_06.html <0> that's a better link <5> kool <5> :) <8> I am having an odd font problem with Flash 8 and as well as MX 2004. I open a template and go to edit the text and it says "missing font" I have all the fonts installed and can even make a new text with the font that is "missing." I also checked the font mapping with no missing fonts. I even did a fresh format and reinstall to try and fix this, any ideas??? <9> SHiZNiT <9> or Smurf <9> either or <10> ? <11> I got several 15-frame long animations, a walking character that will move to each direction when the arrow-keys are pressed, but I want it to stop when you press "spacebar". how can I make it check if spacebar has been pressed during the animation, and make it stop when it finishes the loop? <11> anyone? <12> anyone a web services expert? <3> what u need? <12> tring to call a webservicece from flash <12> i can do it for a simple webservice i setup <12> however i now have one someone sent me and i am having trouble getting anything from it <3> u need a gatway <3> flashc an onlly connect to the same server it's on <3> unless the guy with the services sais your server can connect there <12> no... <12> really? <8> I am having an odd font problem with Flash 8 and as well as MX 2004. I open a template and go to edit the text and it says "missing font" I have all the fonts installed and can even make a new text with the font that is "missing." I also checked the font mapping with no missing fonts. I even did a fresh format and reinstall to try and fix this, any ideas???
<12> Erik_ i think i can call a webservice from another server <12> i did it already with the simple one <12> that jsut returned a string[] <3> yes but they must have set up the xml file to let you connect to it <12> ok... how shoudl they setup the xml file <3> they have to do it on their server <3> question: need an mp3 player, problem is i don;t want the users beeing able to copy my mp3 files, any way i can do that? (without the comm server) <10> Erik_ load SWFs and have the mp3s within those SWFs? <10> something like AMFPHP may have a solution <3> hm... <3> file needs to be streaming, problem is it streams on the clients pc :p <3> also, can't add the mp3 in a swf since people upload them on the site... <3> (and files is streamed via http) <10> mmm <10> i dunno <10> comm server would be your only option it hink <10> think* <3> well that's got a 4.5k price tag on it lol <3> so... prety usseles <9> k <9> im bck <9> er back <9> and i can't spell <12> can anyone verify the web service question? i mean i thought you could call any webservice via flash <3> told you man, if they don;t say you can with flash, u can;t <12> :) <3> just make a simple script to load a text file (that url) and test it <3> will work on your pc, probably not on theirs :p <10> cmsrocks ask in chan <12> already did <5> Hey FearX, thanks for the link.. I added the javascript flash 8 detection script to my page <5> is that seperate from the flash 8 express install? <5> or will it be good enough? <5> ah yes <0> well the express install uses a flash file to connect to macromedia's site and install the new player, along with javascript <13> anyone knows good tweening package that i can use with AS 2.0 <13> ie, no #includes, only imports <5> hmm but do u think the detection script will serve its purpose ? <5> cause that express install looks a bit too complex for me to install atm <11> I got several 15-frame long animations, a walking character that will move to each direction when the arrow-keys are pressed, but I want it to stop when you press "spacebar". how can I make it check if spacebar has been pressed during the animation, and make it stop when it finishes the loop? <5> both ways detect the player version and offer a solution right? <11> I made a new layer called "action", and on the first frame, I wrote: if (Key.isDown(...)) { movement = "idle"; }, and I used motion tween and stretched it through the whole timeline.. is there a smarter way of doing this? <11> (not correctly written, but it was just to let you know my thoughts) <14> If I leave items inside the Library but they are left unused will they be compiled? Or is it safe to leave them in there w/o beefing up the file size? <11> I've used motion tween on the timeline with actionscript to make it run the code for several frames, but when I use: if (Key.isDown(32)) { movement = "idle"; }, it only does that if I press it on the first frame <11> why is that? <14> I think you might want to use onEnterFrame <14> Not sure though <11> how? <14> this.onEnterFrame = function() { if (Key.isDown... etc... } <2> is there a way of retrieving the RGB or grayscale value of a pixel at a certain X/Y position in a movieclip? <11> ah, okey, thanks :) <2> the contents are image files <14> Jiffe: I think the BitmapData cl*** would work but I haven't used it much at all <14> I'm looking in the Flash Help Docs and the getPixel method seems like it might do what you want <2> it does except it looks like I can only create that ojbect from a library symbol as opposed to an image read in dynamically using loadMovie <2> hmm, .draw() may work <14> gl <10> http://www.youtube.com/w/Toei-Spider-Man%3A-Miyauchi-Hiroshi?v=ABcsBS1GHL0&search=Toei%20SpiderMan%20movie this rocks! <15> can u publish and upload with flash? <15> or is it just publish <0> i don't think so <0> just publish <15> that would just rock <0> maybe there's an extension for it <0> !google flash upload extension <6> http://www.flzone.com/forum/go?32936 <0> heh, that ain't it <0> oh there's a swift3d extension <0> nice <0> $129 though <11> http://pastebin.sekati.com/?id=Movementandstop@6694b-1229ac2-t <- how come it doesn't keep looping frame 1 - 15 ? <11> nvm <16> \o/
Return to
#flash or Go to some related
logs:
missisipie river #delphi #stocks #freebsd top1* in sql
#beginner firebird (diana troy)
#politics mplayer could not initialize video filters or video output #politics
|
|