search for: _focusrect

Displaying 9 results from an estimated 9 matches for "_focusrect".

2008 Apr 26
2
[Bug 15726] New: unable to play media
...That would be a useful addition to the properties of a SWF file; i.e. if it is streaming something and where from). When running on the command-line I get: eve:[~]% swfdec-player ~/Desktop/FairfaxFlashPlayer.swf SWFDEC: ERROR: swfdec_movie_asprops.c(446): swfdec_movie_get_asprop_index: property _focusrect not implemented SWFDEC: ERROR: swfdec_movie_asprops.c(446): swfdec_movie_get_asprop_index: property _focusrect not implemented Please let me know if you have a newer version (I am running 0.6.6) you would like me to test or if there is further information I can supply that will assist you. Thanks...
2007 Feb 22
0
3 commits - libswfdec/swfdec_js.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c
...rentframe", - "_totalframes", "_alpha", "_visible", "_width", "_height", - "_rotation", "_target", "_framesloaded", "_name", "_droptarget", - "_url", "_highquality", "_focusrect", "_soundbuftime", "_quality", - "_xmouse", "_ymouse" -}; - -static JSBool +static const char * swfdec_eval_jsval (JSContext *cx, JSObject *obj, jsval *val) { if (JSVAL_IS_STRING (*val)) { const char *bytes = swfdec_js_to_string (cx, *val);...
2007 Apr 05
0
Branch 'as' - 9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
...rentframe", - "_totalframes", "_alpha", "_visible", "_width", "_height", - "_rotation", "_target", "_framesloaded", "_name", "_droptarget", - "_url", "_highquality", "_focusrect", "_soundbuftime", "_quality", - "_xmouse", "_ymouse" -}; - -static void -swfdec_action_get_property (SwfdecAsContext *cx, guint action, const guint8 *data, guint len) -{ - jsval val; - SwfdecMovie *movie; - JSObject *jsobj; - guint32 id; - const c...
2007 Jun 27
0
Branch 'as' - 6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_movie_asprops.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie_as.c
...ded, NULL}, - { SWFDEC_AS_STR__name, mc_name_get, mc_name_set }, - { SWFDEC_AS_STR__droptarget, NULL, NULL }, //"_droptarget" - { SWFDEC_AS_STR__url, NULL, NULL }, //"_url" - { SWFDEC_AS_STR__highquality, NULL, NULL }, //"_highquality" - { SWFDEC_AS_STR__focusrect, NULL, NULL }, //"_focusrect" - { SWFDEC_AS_STR__soundbuftime,NULL, NULL }, //"_soundbuftime" - { SWFDEC_AS_STR__quality, NULL, NULL }, //"_quality" - { SWFDEC_AS_STR__xmouse, mc_xmouse_get, NULL }, - { SWFDEC_AS_STR__ymouse, mc_ymouse_get, NULL }, - {...
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
...rentframe", + "_totalframes", "_alpha", "_visible", "_width", "_height", + "_rotation", "_target", "_framesloaded", "_name", "_droptarget", + "_url", "_highquality", "_focusrect", "_soundbuftime", "_quality", + "_xmouse", "_ymouse" +}; + +static JSBool +swfdec_eval_jsval (JSContext *cx, JSObject *obj, jsval *val) +{ + if (JSVAL_IS_STRING (*val)) { + const char *bytes = swfdec_js_to_string (cx, *val); + if (bytes == NULL)...
2007 Feb 19
0
22 commits - libswfdec/js libswfdec/swfdec_debugger.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_script.c
...IPS_SCALE_FACTOR; + return JS_NewNumberValue (cx, y, vp); +} + +/* FIXME: what do we do if we're the root movie? */ +static JSBool mc_parent (JSContext *cx, JSObject *obj, jsval id, jsval *vp) { SwfdecMovie *movie; @@ -1040,10 +1069,10 @@ static JSPropertySpec movieclip_props[] {"_focusrect", -1, MC_PROP_ATTRS, not_reached, not_reached }, {"_soundbuftime", -1, MC_PROP_ATTRS, not_reached, not_reached }, {"_quality", -1, MC_PROP_ATTRS, not_reached, not_reached }, - {"_xmouse", -1, MC_PROP_ATTRS, not_rea...
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
...rentframe", + "_totalframes", "_alpha", "_visible", "_width", "_height", + "_rotation", "_target", "_framesloaded", "_name", "_droptarget", + "_url", "_highquality", "_focusrect", "_soundbuftime", "_quality", + "_xmouse", "_ymouse" +}; + +static void +swfdec_action_get_property (SwfdecAsContext *cx, guint action, const guint8 *data, guint len) +{ + jsval val; + SwfdecMovie *movie; + JSObject *jsobj; + guint32 id; + const c...
2007 Aug 23
0
23 commits - doc/.gitignore doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_keys.c libswfdec-gtk/swfdec_gtk_keys.h libswfdec-gtk/swfdec_gtk_widget.c libswfdec/Makefile.am
...name_set }, { 1, SWFDEC_AS_STR__droptarget, NULL, NULL }, //"_droptarget" - { 0, SWFDEC_AS_STR__url, NULL, NULL }, //"_url" + { 0, SWFDEC_AS_STR__url, mc_url_get, NULL }, { 0, SWFDEC_AS_STR__highquality, NULL, NULL }, //"_highquality" { 0, SWFDEC_AS_STR__focusrect, NULL, NULL }, //"_focusrect" { 0, SWFDEC_AS_STR__soundbuftime,NULL, NULL }, //"_soundbuftime" diff-tree 54739135d48fe769f52512d64f211de3cdd2c138 (from ef88186bc8874a97c155d0b2cbabe772021f8d6e) Author: Benjamin Otte <otte at gnome.org> Date: Thu Aug 23 19:25:00 2007...
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
...rentframe", + "_totalframes", "_alpha", "_visible", "_width", "_height", + "_rotation", "_target", "_framesloaded", "_name", "_droptarget", + "_url", "_highquality", "_focusrect", "_soundbuftime", "_quality", + "_xmouse", "_ymouse" +}; + +static JSBool +swfdec_eval_jsval (JSContext *cx, JSObject *obj, jsval *val) +{ + if (JSVAL_IS_STRING (*val)) { + const char *bytes = swfdec_js_to_string (cx, *val); + if (bytes == NULL)...