Displaying 7 results from an estimated 7 matches for "externalinterface".
2007 Dec 23
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_character.c libswfdec/swfdec_external_interface.c libswfdec/swfdec.h libswfdec/swfdec_movie_as_drawing.c libswfdec/swfdec_player.c libswfdec/swfdec_player.h libswfdec/swfdec_player_internal.h
...9
libswfdec/swfdec_player_scripting.h | 62
libswfdec/swfdec_text_field_movie_html.c | 2
libswfdec/swfdec_xml.c | 14
libswfdec/swfdec_xml.h | 3
test/trace/Makefile.am | 9
test/trace/externalinterface-escape-5.swf |binary
test/trace/externalinterface-escape-5.swf.trace | 1556 +++++++++++++++++++++++
test/trace/externalinterface-escape-6.swf |binary
test/trace/externalinterface-escape-6.swf.trace | 1555 +++++++++++++++++++++++
test/trace/externalinterface-escape-7.swf |binar...
2007 Nov 27
0
12 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_strings.c libswfdec/swfdec_loader.c libswfdec/swfdec_loader_internal.h libswfdec/swfdec_load_object_as.c libswfdec/swfdec_load_object.c libswfdec/swfdec_load_object.h
...l.flash.display.BitmapData.prototype", "setPixel", true],
+ ["_global.flash.display.BitmapData.prototype", "setPixel32", true],
+ ["_global.flash.display.BitmapData.prototype", "threshold", true],
+ ["_global.flash.external", "ExternalInterface", false],
+ ["_global.flash.external.ExternalInterface", "_addCallback", true],
+ ["_global.flash.external.ExternalInterface", "_argumentsToAS", true],
+ ["_global.flash.external.ExternalInterface", "_argumentsToXML", true],
+ [&q...
2007 Dec 28
0
4 commits - libswfdec/swfdec_external_interface.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h
...e <otte at gnome.org>
Date: Fri Dec 28 12:47:01 2007 +0100
fix typo
diff --git a/libswfdec/swfdec_initialize.as b/libswfdec/swfdec_initialize.as
index b0a1361..8007d58 100644
--- a/libswfdec/swfdec_initialize.as
+++ b/libswfdec/swfdec_initialize.as
@@ -1138,7 +1138,7 @@ flash.external.ExternalInterface._toXML = function (value) {
return value ? "<true/>" : "<false/>";
} else if (value.hasOwnProperty ("length")) {
return flash.external.ExternalInterface._arrayToXML (value);
- } else if (t == "object") {
+ } else if (type == "o...
2006 May 04
0
Passing _session_id with multipart forms
The Macromedia Flash 8 FileReference.upload() function uploads files by
sending a multipart POST request to the server. Unfortunately, there is
a bug that prevents Firefox cookies from being sent along with the
request, so a different Session is created. I''m having my Flash code use
ExternalInterface to call a Javascript function on the page with the
Flash movie. The JS function returns the _session_id from the user''s
cookie, which Flash then uses to append to the request it sends to the
server when uploading a file (as described at
http://weblog.rubyonrails.org/articles/2006/04/19...
2007 Sep 12
1
help with swfdec-0.5.2
Hi!
I had to cross-compile swfdec-0.5.2 and for me is great! ^^ but...I have some questions:
1-does swfdec have any system to comunicate with other tasks? some example pls?
2- how swfdec can cominicate with host (xml, fscommand...)? some example if it's possibile
I hope that you will ask me soon Thanks Bye! Wolf
PS sorry for my bad english....^^'
---------------------------------
2008 Oct 10
17
authenticity_token sent, still InvalidAuthenticityToken
Hi!
To send the authenticity token from flex back to the server, I followed
this:
http://blog.dt.org/index.php/2008/06/rails-2-flex-3-and-form-authenticity-tokens/
I have two controllers in my rails app. The method described in the link
above works with the actions in one controller, but does not work with
the other.
The controller which does not work has just one action which performs a
file
2007 Dec 18
2
Changes to 'refs/tags/0.5.5'
...Can't remove SWFDEC_STUB after running init scripts of course
Adds stubs for Rectangle
Add stubs for BitmapData
Add stubs for ColorTransform
Add a test for ColorTransform's properties
Reveal _global.flash for version < 8 in several tests
Add stubs for ExternalInterface
Add stubs for Matrix
Add a stub for showRedrawRegions
Update global-function-properties to include showRedrawRegions and few others
Forgot stubs from couple of ExternalInterface's methods
Add stubs for SharedObject
Add a test for SharedObject's properties...