A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Javscript

  1. #1
    Member
    Join Date
    Dec 2000
    Posts
    55

    Red face Javscript

    I have .swf, when is completes it play, this info I need to pass on for java script. How to do this?

  2. #2
    . fruitbeard's Avatar
    Join Date
    Oct 2011
    Posts
    1,780
    Hi,

    When your swf gets to the final frame or loop whatever, then try
    import flash.external.ExternalInterface;
    if (ExternalInterface.available){
    ExternalInterface.call("javascript", arg1, arg2, arg3);
    }

Tags for this Thread

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