On Fri, Oct 10, 2008 at 04:59:24AM -0400, Mike Richards wrote: > Thanks for the reply, Cecil. I tried making a stack, but that didnt fix it. > It is audio though, not video, so i didnt really know what height/width to > put.. i also tried with a video file, same thing. Although, i just realized > now that there is some output in the shoes console that says "Error in > app.rb. No Video Support". Maybe im missing some dependencies?
Yes, you'll need to compile with VIDEO=1. Video isn't turned on by default. So, if you're building from git, it's: rake VIDEO=1. _why
