Skip to main content
Participant
June 27, 2007
Question

using getURL to call javascript broken in Safari 1.0.3

  • June 27, 2007
  • 1 reply
  • 378 views
is there no way to call javascript from flash in safari 1.0.3 on osx 10.2? when i upgraded from flash 8 to 9, my javascript calls stopped working. the second i reverted back, it worked. a simple example i have is using a flash button to call

getURL("javascript:closer()");

to call this javascript function -

function closer(){ self.close();}


any suggestions?
    This topic has been closed for replies.

    1 reply

    Participant
    June 28, 2007
    Hi,

    Have you tried using ExternalInterface? Does that fail as well (it should be supported on Safar 1.0.3)