Page 1 of 1
JavaScript + ActionScript
Posted: Tue Mar 14, 2006 7:40 pm
by ihtus
i know a little bit actionscript..and know that these 2 languages are aprox the same..
i am wondering...is it possible to integrate a actionscript application inro java one..or vsv?
Posted: Mon Mar 27, 2006 7:56 am
by znad
Java and action not same
Posted: Fri Mar 31, 2006 12:54 pm
by kaos_frack
znad wrote:Java and action not same
javascript is not actually java
anyway you CAN execute javascript code from actionscript
how?
just create a link in flash which is should be pseudo-code
for example:
javascript:alert("javascript from actionscript!");
you can also call any other function:
javascript:myFunc();
to call a actionscript function you should use the
'asfunction' protocol
i don't know much about that
but you can find out, buy just making a search for this word
good luck