similar to: unable to create array with "blah = Array();"

Displaying 20 results from an estimated 500 matches similar to: "unable to create array with "blah = Array();""

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 20
2
Automating swfdec playing
Hi, I got tired of firing up swfplay, click click click drag, check log output then restart again. How hard is it to create a mechanism to emulate a user to control a flash? What I need is a script like this: sleep 1 # wait for introduction click 100 100 # click at (100,100) sleep 1 click Button12 sleep 1 drag 100 100 200 200 # click (100,100), drag to (200,200), release mouse sleep 1 quit then
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 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 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
2007 Jun 17
2
Branch 'as' - libswfdec/swfdec_as_interpret.c
libswfdec/swfdec_as_interpret.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) New commits: diff-tree 38fbc1389267e593b44041018cbb1750bdcce0fb (from aaca94203d8a0ccb8feb32c0d57df3401fca0350) Author: Benjamin Otte <otte at gnome.org> Date: Sun Jun 17 14:19:45 2007 +0200 actually convert the values to a string when comparing strings diff --git
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 Oct 21
0
2 commits - AUTHORS configure.ac data/icons
AUTHORS | 1 + configure.ac | 1 + data/icons/16x16/Makefile.am | 2 ++ data/icons/16x16/swfdec.png |binary data/icons/22x22/swfdec.png |binary data/icons/Makefile.am | 2 +- 6 files changed, 5 insertions(+), 1 deletion(-) New commits: commit d6d82c2ed0e54d070fd0fd2bca41829aed370f4f Author: Benjamin Otte <otte at gnome.org> Date:
2007 Oct 13
3
[Bug 12794] New: swfdec_text_field_movie assertion on blocky.swf
http://bugs.freedesktop.org/show_bug.cgi?id=12794 Summary: swfdec_text_field_movie assertion on blocky.swf Product: swfdec Version: unspecified Platform: x86 (IA32) URL: http://www.shockwave.com/content/blocky/sis/blocky.swf OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium
2007 Jun 10
0
Branch 'as' - 5 commits - libswfdec/swfdec_mouse_as.c libswfdec/swfdec_movie_asprops.c test/trace
libswfdec/swfdec_mouse_as.c | 29 +++++++++++++++++------------ libswfdec/swfdec_movie_asprops.c | 4 ++-- test/trace/Makefile.am | 7 +++++++ test/trace/mouse-show-hide-5.swf |binary test/trace/mouse-show-hide-5.swf.trace | 4 ++++ test/trace/mouse-show-hide-6.swf |binary test/trace/mouse-show-hide-6.swf.trace | 4 ++++
2007 Jun 28
0
Branch 'as' - 5 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie.c test/trace
libswfdec-gtk/swfdec_playback_alsa.c | 3 -- libswfdec/swfdec_as_interpret.c | 32 ++++++++++++++++++++++++++++- libswfdec/swfdec_movie.c | 11 +++++++++ test/trace/Makefile.am | 7 ++++++ test/trace/removesprite-depths-5.swf |binary test/trace/removesprite-depths-5.swf.trace | 15 +++++++++++++
2007 Jun 23
1
Patches to make blocky.swf playable
So here is the patch series to make blocky.swf work with branch 'as'. Summary: Nguy?n Th?i Ng?c Duy (7): Add a missing else statement Create swfdec_movie_duplicate Implement action CloneSprite with swfdec_movie_duplicate Add action RemoveSprite Add new variables to the target Remove movies with the same name when adding new movie We don't
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
2013 Jun 19
1
Error 400 on SERVER: No such file or directory - getcwd
Hi fully expecting to have done something silly here but am struggling to debug why I am getting the error: Error: Could not retrieve catalog from remote server: Error 400 on SERVER: No such file or directory - getcwd at /etc/puppet/manifests/nodes.pp:2 on node my.domain.net the line in question is getting a custom module which has not changed recently. I was installing
2007 Aug 17
0
2 commits - libswfdec/swfdec_as_array.c test/trace
libswfdec/swfdec_as_array.c | 407 +++++++++++++++++++++++++----------------- test/trace/array2-5.swf |binary test/trace/array2-5.swf.trace | 38 +++ test/trace/array2-6.swf |binary test/trace/array2-6.swf.trace | 38 +++ test/trace/array2-7.swf |binary test/trace/array2-7.swf.trace | 38 +++ test/trace/array2.as | 77 +++++++ 8 files changed, 437
2007 Jun 13
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_array.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_morph_movie.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_sprite.c
libswfdec/swfdec_as_array.c | 34 +++ libswfdec/swfdec_button_movie.c | 2 libswfdec/swfdec_morph_movie.c | 6 libswfdec/swfdec_movie.c | 314 ++++++++++++++---------------- libswfdec/swfdec_movie.h | 41 ++- libswfdec/swfdec_movie_asprops.c | 16 - libswfdec/swfdec_player.c | 13 -
2010 Jul 19
5
par("uin") ?
I inherited a function written either for an older version of R or SPlus to draw a brace, "{", in a graph. It uses par("uin") to determine the scaling of the quarter circles that make up segments of the brace, but that setting doesn't exist in current R. I'm guessing that, in the function below, ux, uy can be defined from par("usr") and