Expand my Community achievements bar.

Screen share receiver issue on mobile apps

Avatar

Level 2

Hello

I am developing a mobile application in which I am receiving the screen sharing.Problem is It does not let my application to launch when I add the screen share receiver code in my appliation and following exception is raised:

VerifyError: Error #1014: Class mx.containers::Canvas could not be found.

    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()

Like this exception is for Canvas other exceptions for mx:TextArea, mx:RichTextArea, mx:HBox also raise one after other while launching application.

I am using ScreenShareSubscriberComplex class in my code.If I use ScreenShareSubscriber class then only exception for Canvas is raise and no exceptions are raised for Textarea, RichTextArea and HBox.

Issue is clear that subscriber classes are using mx components and they cannot be used in mobile apps but what is the solution?

0 Replies