A Flash Developer Resource Site

Results 1 to 20 of 20

Thread: JAVASCRIPT running flash button

Hybrid View

  1. #1
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    if js function clue has a parameter, and 1 is supposed to be it, the call is different:
    ("clue", "1") use commas to separate the functions and its params

    Main difference in the call syntax would be:
    getURL("javascript:function")
    ExternalInterface.call('function')

    now, i really think that you should read the documentation.

    gparis

  2. #2
    Senior Member
    Join Date
    Aug 2009
    Posts
    113
    I dont know how the programmer was doing it. I tried

    ExternalInterface.call('command', listen);

    it didnt work.



    Ah this one works:

    ExternalInterface.call("command('listen')");

    Thanks~

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center