20K flash file
- Started
- Last post
- 28 Responses
- hiatus0
not sure what code to use to have it jump to next frame 200.
should/can i make another action layer saying IF played amt of second gotoAndPlay(2 or 200 watever)not sure what to do.... *brain fart
- hiatus0
I got my timer to work but HOW BAD is this kind of error on a banner:
Error: A 'with' action failed because the specified object did not exist.
- hiatus0
I'm using this AS with the previous:
function wait() {
// a function called 'wait'
gotoAndPlay(2);
clearInterval(myTimer);
//clears interval
}
myTimer = setInterval(wait, 5000);
// calls the function after 5 secondsWhat you think peeps?
- ifeltdave0
Crunch your bitmaps in Photoshop before using the Flash export settings. Usually you can save some there.
Don't use png's for transparent images. Use a jpg on white and manually draw a mask in Flash. I've noticed this saves a ton of space, even though it adds a bit of work by hand.
- ornj0
Lose the timeline as much as possible as well. There are lots of tricks you can pull to save weight when you are coding the project instead.
Also the more filters, images, and libraries the more bloat.
- sleepyfatso0
How's it going? What size you got it at now? It is really satisfying when you finally get to the file size you need. I celebrate with beer. (i am a nerd)
- hiatus0
If I can just figure out if this error message will be OK. I'm good.
Error: A 'with' action failed because the specified object did not exist.
what you guys think? I'm down to about 16k on a 728x90 and 20K on a 720x300.
- sleepyfatso0
I am not really sure. But if you wanna send er over I'd happily have a look for you.
- I've only helped OSFA here before, that was with php though.sleepyfatso