jackma93 / wami-recorder

Automatically exported from code.google.com/p/wami-recorder
0 stars 0 forks source link

Wami.startRecording callback for stopRecording not being called #22

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Initialize Wami-recorder, call startRecording passing callbacks and then 
call stopRecording

What is the expected output? What do you see instead?
Expected: Second callback (stop) should be called after stopRecording is invoked
What happens: The second callback is never called. However, recording IS 
stopped (both the flash logs and playing the recorded sound confirms this). 
Flash logs say: (sorry, it's in Spanish... I couldn't reproduce it on my box)

    VerifyError: Error #1053: Sustitución no válida de z en mx.core.UIComponent.

    at flash.display::MovieClip/nextFrame()
    at mx.managers::SystemManager/deferredNextFrame()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:284]
    at mx.managers::SystemManager/preloader_preloaderDocFrameReadyHandler()[E:\dev\4.5.1\frameworks\projects\framework\src\mx\managers\SystemManager.as:2633]
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.preloaders::Preloader/timerHandler()
    E:\dev\4.5.1\frameworks\projects\framework\src\mx\preloaders\Preloader.as:515]
    at flash.utils::Timer/_timerDispatch()
    at flash.utils::Timer/tick() 

What version of the WAMI recorder are you using? What version of Flash are
you using?  In what browser?  On what operating system?

This is not working on:
- Windows XP, IE8, flash 10.0.2.54 (this is where the Flash log was taken from)
- [Windows 7, Linux Mint 12, Ubuntu 11.04, 11.10, 12.04], Firefox 12.0, flash 
11.2.202.235

Original issue reported on code.google.com by marianosimone on 23 May 2012 at 3:38