Question
Load an external JS in Canvas html5
Hello Community,
i am stucked with this problem:
i have a movieclip and i have 2 JS (working) :
i would like to load inside my movieclip my 2 JS.
Something like this
If ( condition) load JS1 (if needed unload JS2)
else load JS2 (if needed unload JS1)
this was very easy with AS3 but i can not find the right way to do with html5.
Thanks a lot