Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsI noticed while uploading some flashes to imageshack that it has an option to change the displayed size of and swf file. Is there a simple way to export a movie to a smaller size? because I've been working extensively on SSBB2, and it's 750x600, and I was trying to make it smaller, to reduce slowness. any tips/ideas?
thanks
><><><><><><><><><><><><
At 11/29/05 12:27 AM, UncompleteableTeaser wrote: it's 750x600, and I was trying to make it smaller, to reduce slowness. any tips/ideas?
ummm... as far as i am aware, there is no way to export at a smaller size. still, your movie really shouldnt be lagging, even at 750x600, and if it is, making it smaller wont fix that much.
alright, I guess it'll stay. Thanks anyway.
><><><><><><><><><><><><
You can change the size when embedding it into a web page.
[embed src="url to swf" controller=false height=xxx width=xxx /]
use < and > instead of [ and ]
if its being slow then one or more of the following are happening.
1. you are using hitTest, ALOT
2. you have lots of things moving around, an easy fix is to set cacheAsBitmap = true;
3. you have a bad comp