Forum Discussion
kbenson
15 years agoVisitor
"TheEndless" wrote:
What's your "m.meta.backgroundImage" code, and why are you passing it in an array? I would suspect something about that setup as being the culprit.
Indeed. If that isn't a data structure appropriate for passing into a setLayer() call (i.e. if it's just a filename...) that will cause a problem.
As to your question about multiple canvas objects, they work in theory and somewhat in practice, with major drawbacks. One of the drawbacks with multiple canvas objects (underlying canvas object is just left as existing back buffer image) will probably interact badly when used as an overlay for video, since the video is overwriting the back buffer...