Re: [Vnc2swf-users] Sound problem on Windows
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2005-09-02 18:21:15
|
Uchida-san Patch applied. Thanks. -Yusuke Uchida Yasuo <kg6...@ya...> wrote: > Hi, > > I also had the problem with attaching mp3 sound on Windows > XP. > > Just adding a binary mode flag to the line 124 of > edit.py(pyvnc2swf-0.6.4) seems to solve the problem. > > fp = file(v) -> fp = file(v, "rb") > > Yours truly > > Yasuo Uchida |