[Vnc2swf-users] Sound problem on Windows
Status: Alpha
Brought to you by:
euske
From: Uchida Y. <kg6...@ya...> - 2005-09-02 14:45:23
|
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 |