Flash 8 Proximity Blur

Woohoo! The blur filter with proximity applied. I’ll never sleep again! (Need Flash 8 beta player)

Lee

Comments

  1. Remy BERAUD
    July 13th, 2005 | 3:40 pm

    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

  2. July 13th, 2005 | 6:48 pm

    [...] 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. [...]

  3. July 13th, 2005 | 7:52 pm

    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 //

  4. July 14th, 2005 | 12:52 am
  5. July 14th, 2005 | 5:02 am
  6. July 14th, 2005 | 3:20 pm
  7. July 24th, 2005 | 12:27 pm

    [...] 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 [...]

  8. July 26th, 2005 | 1:07 am

    [...] 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 ????? & [...]

  9. July 26th, 2005 | 1:16 am

    [...] 8 ??????????????? ???? Blur and Glow filter Demo Blur Proximity Blur Filters ???? ? ???? ??? ? ?? [...]

  10. June 30th, 2007 | 4:04 am

    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.

Leave a reply