what actionscripting variables are you using?
from the sound of it, the only actionscripting you are (explicitly) using is loadmovie. The rest, seems like just a sequence of bitmaps, what not. Nothing really mind boggling.
However, I would ask one thing... the memory/CPU issue you are having... have you profiled the streaming/bitrate of the animation? Go test your movie, the hit (I only have a PC at the moment) Ctrl+B. Check your Bandwidth Profile. You may be hitting a high enough spike of stuff trying to happen all at once that even streaming off the hard drive/CD may be too slow or it may hit your CPU extra hard - optimizing via resampling the images (don't over do it) and checking debugging (I am assuming that you are using Flash 5) as well as making sure that you are not doing anything in your actionscript that may be illegal or leading to errors.
btw, 33mb is a bit big. Be careful - I just had a 76mb Flash file give me a bit of problems. I got around it via using loadmovie, and constantly trying to preload the next movie - had to rearrange all of the files/animations into separate movies, then loadmovie.
Hope that helps.
no actionscripting yet...
My action scripting cannot cause problems for one reason... there is none on the page as of yet... that is what I am trying to do... add a command to a button.
I have seperated the file original file into three now... but still seem to have problems.
Doug....I have no problems on movies that have no swish in them. That is why I posted it in the swish forum... I only have problems once swf files are imported (that were created in swish)... I have also posted in another forum (Flash 5) just in case.
I will test the bandwidth thing and see how it goes...
thanks for you help everyone..
Re: no actionscripting yet...
ok, I am in the states... so, I will not be up for too much longer... anyway, are you loading the Swish produced files at the same level as your over animations?
Create a new scene, then loadmovie into an empty clip. Use the Swish portion, see if it kills it then. If so... I honestly don't know what else to say... I have used Swish in the past without any true problems in Flash... well, one time, but I was just doing something stupid.
good luck... :)
Quote:
Originally posted by TianaKaeSha
My action scripting cannot cause problems for one reason... there is none on the page as of yet... that is what I am trying to do... add a command to a button.
I have seperated the file original file into three now... but still seem to have problems.
Doug....I have no problems on movies that have no swish in them. That is why I posted it in the swish forum... I only have problems once swf files are imported (that were created in swish)... I have also posted in another forum (Flash 5) just in case.
I will test the bandwidth thing and see how it goes...
thanks for you help everyone..