mobile - Returning to Stage3D (Away3d) after StageVideo -


i'm having documented problem of stagevideo killing stage3d, or @ least overlaying black layer above stage3d on mobile.

i've attempted of various solutions offered around forums, including moving viewport off screen, assigning netstream normal flash video before closing. none of these seem help.

adobe's answer seems is working it's designed , it's not bug, specifically:

when using stage3d, user must call context3d.present() make stage layer update. there no independant update of stage, context3d.present() drives update of both stage , stage3d layers. necessary achieve high performance. workarounds include making stage3d invisible , delaying context3d creation until going start using it.”

from https://bugbase.adobe.com/index.cfm?event=bug&id=3186454

away3d seems use stage3d managers in core, , there present() function, contains important context3d.present().

i'm having trouble trying initiate call, can't see way access it.

does know if work, , call might be?

i got around using native extension https://github.com/freshplanet/ane-video/


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -