I have had this error before when using swfmill to compile to flash8
swfmill works great without listing the version # in your header if yer just
using a few clips, but I have found that if you use more than about 100 or
so, you get a rtf error if you don't put the version# in your xml header, at
least for flash 8 stuff.
So here's an example that will give you an error if you leave out the
version=8" in the header.
<?xml version="1.0" encoding="UTF-8" ?>
<movie width="400" height="300" framerate="12" version="8">
<frame>
<clip id="Clip_num_1" import="clip_num_1.png"/>
...
<clip id="Clip_num_300" import="clip_num_300.png"/>
<library>
<clip id="YerClip">
<frame name="Clip_num_1">
<place id="Clip_num_1" depth="1"/>
</frame>
...
<frame name="Clip_num_249">
<place id="Clip_num_300" depth="1"/>
</frame>
</clip>
<clip id="YerClip">
<frame name="Clip_num_250">
<place id="Clip_num_250" depth="1"/>
</frame>
...
<frame name="Clip_num_300">
<place id="Clip_num_300" depth="1"/>
</frame>
</clip>
</library>
</frame>
</movie>
I am posting this because I have had the problem before and can't find an
answer on the boards (but other folks post with utf-8 q's (i dunno if they
are having a clip limit issue like i did). If it helps someone else, great,
if not... its a nice note to self.
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org