JavaScript + ActionScript

Any problem with javascript can be discussed here.
Post Reply
ihtus
Posts: 123
Joined: Sat Mar 11, 2006 11:07 pm

JavaScript + ActionScript

Post 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?


znad
Posts: 250
Joined: Sat Oct 01, 2005 3:12 pm

Post by znad »

Java and action not same
kaos_frack
Posts: 504
Joined: Sat May 07, 2005 8:03 am
Contact:

Post 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
Post Reply