Skip to content

Instantly share code, notes, and snippets.

@lukaszkorecki
Forked from anonymous/gist:874120
Created March 17, 2011 10:38
Show Gist options
  • Save lukaszkorecki/874141 to your computer and use it in GitHub Desktop.
Save lukaszkorecki/874141 to your computer and use it in GitHub Desktop.
function a( args ) {
// wysyłam do Flasha args
}
function b( myArgs ) {
// 5 sekund po otrzymaniu args, Flash wywołuje funkcję b( myArgs )
}
a(args);
// potrzebuję stworzyć funkcję c, która wykona funkcję a i zwróci wynik funkcji b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment