<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [Swfdec] swfdec and clutter</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<P><FONT SIZE=2>and something more i forgot to write<BR>
<BR>
5- I passed keys taken from clutter main loop to swfdec player using swfdec_player_key_release/press function calls but some keys (like left/right arrow) causes critical warnings - "Swfdec-CRITICAL **: swfdec_player_key_release: assertion `keycode < 256' failed" -<BR>
api doc (<A HREF="http://swfdec.freedesktop.org/documentation/swfdec/SwfdecPlayer.html#swfdec-player-key-press">http://swfdec.freedesktop.org/documentation/swfdec/SwfdecPlayer.html#swfdec-player-key-press</A>)<BR>
say to Be sure to check that keycode transformations are done correctly. For a list of keycodes see FIXME.<BR>
<BR>
where can i find the correct keycode transformation table?<BR>
<BR>
<BR>
Uygar GUMUS<BR>
VESTEK Elektronik Arastirma Gelistirme A.S.<BR>
Adres : ITU Ayazaga Kampusu Ari 2-B/7<BR>
34469 Maslak / Istanbul <BR>
Tel : 0212 285 21 20 dahili:147<BR>
Faks : 0212 285 28 30<BR>
e-mail : uygar.gumus@vestel.com.tr<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: swfdec-bounces@lists.freedesktop.org on behalf of Uygar Gümüs<BR>
Sent: Fri 7/4/2008 2:21 PM<BR>
To: swfdec@lists.freedesktop.org<BR>
Subject: [Swfdec] swfdec and clutter<BR>
<BR>
hi,<BR>
<BR>
i started an experimental clutter-swf renderer project <A HREF="http://www.students.itu.edu.tr/~gumusuy/clutter-swf-0.1.0.tar.bz2">http://www.students.itu.edu.tr/~gumusuy/clutter-swf-0.1.0.tar.bz2</A><BR>
<BR>
using swfdec-0.6<BR>
<BR>
In fact this project is a part of bigger clutter media project.<BR>
<BR>
For less dependency i configured swfdec by ./configure --prefix=/usr --disable-maintainer-mode --disable-gtk --disable-mad --disable-ffmpeg --disable-gstreamer --disable-vivified --disable-gtk-doc --with-audio=alsa switches<BR>
<BR>
My questions are about swfdec-gtk.<BR>
<BR>
1- Why swfdec_playback.c and swfdec_source.c are a part of swfdec-gtk they can compile without gtk. In my case i used these codes directly by copying to my source tree. they can be a part of public swfdec api and project like clutter-swf can use them from libswfdec<BR>
<BR>
2- http loader using libsoup is also enabled when swfdec-gtk enabled. Is it possible to create a loader which is not dependent swfdec-gtk<BR>
<BR>
3- As mentioned before i will use swfdec in a big media application which uses curl for http connection. But swfdec uses only libsoup, Because of dependency issues i think that it is not a bad idea to add a curl loader and select it at configure time (something like --with-http=<curl/libsoup>)<BR>
<BR>
4- swfdec_regtangle.h does not contain G_BEGIN_DECLS and G_END_DECLS macros. i realized it when included to a c++ code. and solved by<BR>
G_BEGIN_DECLS<BR>
#include <swfdec/swfdec.h><BR>
G_END_DECLS<BR>
<BR>
but its better to solve it in source code<BR>
<BR>
thank you and see you at guadec 2008<BR>
<BR>
Uygar GUMUS<BR>
VESTEK Elektronik Arastirma Gelistirme A.S.<BR>
Adres : ITU Ayazaga Kampusu Ari 2-B/7<BR>
34469 Maslak / Istanbul <BR>
Tel : 0212 285 21 20 dahili:147<BR>
Faks : 0212 285 28 30<BR>
e-mail : uygar.gumus@vestel.com.tr<BR>
<BR>
<BR>
</FONT>
</P>
</BODY>
</HTML>