I don’t know if it has been already wrote somewhere, but I noticed that the FlashPlayer 8 ActiveX Control has new methods (maybe some already
exists on the previous flash player, but not ‘CallFunction’).
- EnforceLocalSecurity()
- Profile (property Read/Write) : Boolean
- ProfileAddress (property read/Write) : String
- ProfilePort (property Read/Write) : Long
- CallFunction ([in] String request) : String
- SetReturnValue([in] String returnValue);
And there’s also a new event :
FlashCall([in] String request, [out] String response);
I still don’t check those methods, just look at the ActiveX Interface, but I
suppose ‘CallFunction’ does what it is supposed to do (send an request and get a response synchronously – I hope so – ), and the ‘FlashCall’ event (maybe with the help of SetReturnValue in the ‘FlashCall’ event callback) could be used to handle synchronous events from the FlashPlayer.
Such as (In VBScript, sorry)
Sub oFlashPlayer_FlashCall(request, response)
if request=”blah blah…” then
response = “myReturnValue” ‘ Or maybe SetReturnValue(“myReturnValue”)
end if
End Sub
Nice !
I don’t know if it has been already wrote somewhere, but I noticed that the FlashPlayer 8 ActiveX Control has new methods (maybe some already
exists on the previous flash player, but not ‘CallFunction’).
- EnforceLocalSecurity()
- Profile (property Read/Write) : Boolean
- ProfileAddress (property read/Write) : String
- ProfilePort (property Read/Write) : Long
- CallFunction ([in] String request) : String
- SetReturnValue([in] String returnValue);
And there’s also a new event :
FlashCall([in] String request, [out] String response);
I still don’t check those methods, just look at the ActiveX Interface, but I
suppose ‘CallFunction’ does what it is supposed to do (send an request and get a response synchronously – I hope so – ), and the ‘FlashCall’ event (maybe with the help of SetReturnValue in the ‘FlashCall’ event callback) could be used to handle synchronous events from the FlashPlayer.
Such as (In VBScript, sorry)
Sub oFlashPlayer_FlashCall(request, response)
if request=”blah blah…” then
response = “myReturnValue” ‘ Or maybe SetReturnValue(“myReturnValue”)
end if
End Sub
[...] otozoo.com/?p=171 Blur and Glow filter Demo http://theflashblog.com/?p=33 Proximity Blur http://theflashblog.com/?p=34 You’ll need the Flash8 player beta to view these demos. You can get it here. [...]
I’ve just finished this little windows tool to easyly convert SWF version to 8.
get it here: http://chall3ng3r.blogspot.com/
No need for hex editors
i hope it’ll help you guyz in testing latest FP8 features.
// chall3ng3r //
Blur filter example:
http://www.franto.com/blog2/maelstrom-filters-blurfilter
[...] st your existing applications with new Flash player 8 beta. http://theflashblog.com/?p=33 http://theflashblog.com/?p=34 http://theflashblog.com/?p=35 http://theflashblog.com/?p=36 http://be [...]
[...] 175 http://www.franto.com/blog2/maelstrom-filters-blurfilter http://theflashblog.com/?p=33 http://theflashblog.com/?p=34 http://theflashblog.com/?p=35 Kai Auf [...]
[...] blur Car Motion blur Motion blur Real time motion blur http://theflashblog.com/?p=33 http://theflashblog.com/?p=34 http://theflashblog.com/?p=35 http://theflashblog.com/?p=36 AntonV [...]
[...] ilter Demo – http://theflashblog.com/?p=33 Blur – http://www.protozoo.com/?p=172 Proximity Blur – http://theflashblog.com/?p=34 Filters – http://www.protozoo.com/?p=171 ???? ? 1 ????? & [...]
[...] 8 ??????????????? ???? Blur and Glow filter Demo Blur Proximity Blur Filters ???? ? ???? ??? ? ?? [...]
FlashCall does not work from C++ and it looks like everybody has the same problem. Does anybody know what’s wrong with it?
Thanks,
G.S.