good morning…
i stumbled across something frustratingly interesting…
i am extending the textfield class to be able to contain videoplayers and whatnot, with smart resize, align, events and dynamic everything.
when i dispatched a custom event from my Text class to one of the <img> loaded classes, i got a type coercion failed error:
conversion de il.maurik::MEvent@1075fe79 en il.maurik.MEvent impossible.
(pardon my flash’s french)
googling around found out it was because they were from different applicationDomains.
it’s impossible (as far as i know) to set an applicationDomain for an <img> type loader, because it starts loading before you even know it’s there.
when i tried passing things without strong datatyping the objects i passed came out from the other side as null.
please anyone, do you know any way around this?
thanks,
michael