On Wed, Aug 20, 2008 at 7:05 PM, Kris Moore <[EMAIL PROTECTED]> wrote: > This makes it sound like it is looking for "file://" instead of "http://"? > > Is this a bug in swfdec_file_loader? > Surprisingly, no, this is not a bug. The File loader does indeed only load files. Unnamed sources claim it's name might be influenced by that.
Joking aside, the problem you are running into here is that libswfdec itself is designed to not do anything but decode Flash files. Everything that would need further dependencies is left to "glue" libraries, such as libswfdec-gtk. They implement all external interactions. The most important of those being: - hooking up Cairo output - advancement/main loop integration - sound output - input (mouse and keyboard) - HTTP support There's a few others (sockets, JS integration, fullscreen), but those are the important ones to get a sane player for your platform of choice. Maybe you could have a look at the swfdec-gtk source code to get a feel for what the seperate source files achieve. Cheers, Benjamin _______________________________________________ Swfdec mailing list Swfdec@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/swfdec