Displaying 20 results from an estimated 400 matches similar to: "Automating swfdec playing"
2007 Jun 13
1
unable to create array with "blah = Array();"
The script is:
-->--
trace("begin");
ba = Array();
trace(ba);
trace("end");
-->--
Adobe's output:
-->--
begin
end
-->--
swfplay's output:
-->--
begin
undefined
end
-->--
Adding swfdec_as_array_construct, which sets return value, didn't
help. Tested on latest commit as of today (with some patches of mine
but they should have no affect on this).
2007 Jun 02
2
small bug in swfdec_mouse_as.c
Hi,
I found a small bug there. BTW which way is expected to send patches?
Attach a couple of git-format-patch(ed) patches in email, use
git-send-email or push to a git repository and notify the list?
Cheers,
diff --git a/libswfdec/swfdec_mouse_as.c b/libswfdec/swfdec_mouse_as.c
index d4d53d9..9483bbf 100644
--- a/libswfdec/swfdec_mouse_as.c
+++ b/libswfdec/swfdec_mouse_as.c
@@ -31,7 +31,7 @@
2007 Jun 18
2
as branch progress report
Since there seem to be quite some people hacking on the as branch, I'd
like to give some report about its progress. So if you encounter
regressions after a git pull, you know where to look (or who to ask).
For everyone not aware of this, the as branch will become 0.5.0 at
some point. I should probably merge it into HEAD soon and start
releasing it, but I'm still unsure about this, because
2007 Jul 27
1
make swfdec a gstreamer backend?
Hi,
I don't know much about gstreamer internals so I'm not sure.. The idea
just appeared in my mind. Is it possible to make swfdec a gstreamer
plugin? Totem then can play swf files. Totem already has a plugin for
Epiphany so we don't have to write another plugin for epiphany. I
don't know how gstreamer handle interative input though.
--
Duy
2007 Jul 01
1
implementing MovieClip drawing API
Hi,
I would like to implement MovieClip.{moveTo,lineTo,lineStyle}. I
initially thought I could place an SwfdecShape inside an
SwfdecSpriteMovie created by createEmptyMovieClip then call
swfdec_shape_ counterparts when MovieClip.{moveTo,lineTo,lineStyle}
were called. It wasn't as easy as I had thought. All the functions are
highly tied to swf bitstream, even adding an SwfdecShapeMovie to
2008 Apr 18
1
swfdec tests
Hi,
I got some test failures [1] in test/image (text-field-color-transform
and gradient). Are those tests allowed to fail?
Thanks
[1] https://bugs.gentoo.org/show_bug.cgi?id=216284
--
Duy
2007 Jun 10
1
variable scope
caveat: I haven't either read actionscript language spec nor really
got through swfdec context, frame and such. This is fully based on
blocky.swf code inspection.
thanks to flare, i can extract the below beautiful code. You don't
need to understand the whole thing but there is one thing to notice:
border[XY]start are initialized in on(press) and get used in
on(release). Currently swfdec
2007 Jun 03
1
some patches for swfdec
Here are some patches I made yesterday. They add three actions:
duplicateClip, removeClip and With, one method Math.abs and bug fixes.
All base off 'as' branch. Please have a look if you are going to apply
them because I'm quite new in swfdec development.
BTW, how can I implement createEmptyMovieClip? I have no idea how to
create an SwfdecMovie properly. I also need to add the
2008 Apr 09
1
error linking swfplay
Hi,
swfplay does not link in latest git 0.6.2-384-g234d0b0.
/bin/sh ../libtool --mode=link gcc -g -O2 -o swfplay ../swfdec-gtk/libswfdec-gtk-0.7.la ../swfdec/libswfdec-0.7.la -pthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0 -lcairo -lpng12 -lz -lgtk-
x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lsoup-2.4 -lgio-2.0 -lgobject-2.0
2007 Aug 02
1
player/swfplay.c
player/swfplay.c | 36 +++++++++++++++++++++++++-----------
1 files changed, 25 insertions(+), 11 deletions(-)
New commits:
diff-tree ba4f1da69d0c74c45b0b4d92330f2203d258bb49 (from 3398ec3ae1d036d76054f7ddec170dc158e47079)
Author: Benjamin Otte <otte at gnome.org>
Date: Thu Aug 2 11:54:25 2007 +0200
make swfplay open normal files again and not require complete URLs
diff --git
2007 Sep 28
1
SwfDec in Windows
Hello,
I`m not sure if in this list I can post this problem, but...
I`m trying compile swfdec in windows platform (with mingw) and I find
many errors in the make process, some in compilance process (some
solve it).
But I can?t solve the bellow problem in make process:
make[3]: Entering directory `/home/Administrador/swfdec-0.4.3/player'
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2
2007 Jan 21
4
could not install in WinXP
Directory of C:\search_app
01/21/2007 19:37 <DIR> .
01/21/2007 19:37 <DIR> ..
01/21/2007 19:36 427 008 ferret-0.10.13.gem
01/21/2007 19:07 148 992 rdig-0.3.4.gem
2 File(s) 576 000 bytes
2 Dir(s) 45 135 982 592 bytes free
C:\search_app>gem install ferret
Building native extensions. This could
2015 Aug 13
4
need help debugging deleted mails
> Date: Thu, 13 Aug 2015 13:38:58
> From: Marcus R?ckert <darix at opensu.se>
> To: dovecot at dovecot.org
> Subject: Re: need help debugging deleted mails
>
> mail_log plugin might help
>
> darix
I've seen this plugin, but I fear that it will be enabled for all users.
I don't have seen an way to enable it only for 1 user like rawlog permits.
Maybe,
2007 Dec 15
1
CPU hogging in swfplay with directfb backend
Hi,
I compiled swfdec with directfb backend. swfplay is able to play flash
but it is taking almost 100% of the CPU.
When flash is in pause state it is using less CPU.
With X11 backend swfplay is taking less CPU.
Can someone tell which is the function in swfdec responsible for the
rending to the screen.
I am using directfb-1.1.0, gtk+-2.10.14 and cairo-1.5.4.
I have
2007 Mar 20
6
bad URI problem when submitting a form
Hi all,
I''ve a problem when submitting a form : the URL seems to be invalid. I really
don''t see the way I should try to solve that problem. I searched on the web,
but didn''t found any kind of that problem.
Here is the code :
require ''mechanize''
agent = WWW::Mechanize.new
page =
2007 Jun 03
1
Swfdec git install redux
Please ignore my previous message to the list, there was an error between
keyboard and chair.
I have completed some from-git install documentation, available here:
http://revis.co.uk/site/?q=node/157
I'll generalise it, transfer it to the wiki and tidy up the installation page
shortly.
Installation issues:
The configure script seems to have a small glitch in that for the
packages
2007 Jan 23
3
Someone getting RDig work for Linux?
I got this
root at linux:~# rdig -c configfile
RDig version 0.3.4
using Ferret 0.10.14
added url file:///home/myaccount/documents/
waiting for threads to finish...
root at linux:~# rdig -c configfile -q "Ruby"
RDig version 0.3.4
using Ferret 0.10.14
executing query >Ruby<
Query:
total results: 0
root at linux:~#
my configfile
I changed from config to cfg, because of maybe
2015 Mar 19
2
fast doveadm search results
hello,
I've posted same question here months ago.
But obtaine no answer, even not a "you question is stupid".
So I don't know what to think about that.
My goal is to be able to find mails quickly with "doveadm search".
We are using dovecot in a corporate. And some managers, sometimes ask to delete some messages.
These messages are "unwanted" ones: mistakenly
2007 Feb 01
2
Searcher do not work or I do not work
Hi.
I want to learn more about ferret. So I downloaded ferret-0.10.14 and
write a simple test script
Only query = TermQuery.new(:content, ''program'') gives result.
If I change ''program'' with ''Good'' or ''Extra'' -> no result
and searching on (:title, ''Ruby'') -> no result
Strange, Strange
Here is the
2006 Jun 27
2
Background + Dial
Hi everybody,
I try this :
[incoming_from_fxo_card]
exten => s,1,Answer()
exten => s,2,Background(filename)
exten => s,3,Dial($(INTERNAL_SIP_TEL))
But * wait the file is finish before make Dial to SIP channel.
Background(filename) (from voip-info.org)
=> Starts playing a given sound file, but immediately
returns, permitting the sound file to play in the background
while the next