In a previous post, Doug wrote:
> but that had some confusion about what class was doing the reading. Also,
> if you use file("filename") it doesn't open the file up in read binary
> mode "rb" which I think you need.
>
I had some difficulties too with using edit.py to splice an .mp3 into
a .swf movie. This is with the latest release (0.70) on Windows.
Following the advice of a previous post, I changed edit.py, line 140,
to:
fp =3D file(v, 'rb')
That took care of my problem. I record my audio using Audacity, using
the default settings, export from Audacity to MP3 using ID3v2, and it
works very well.
--
Stephen Schaub
|