Loaded as2 SWF call function in as3 holder

Source: Internet
Author: User
As3 file:

ActionScript code:
 VaR Loader: loader = New Loader (  ) ; Loader. Load  (  New URLRequest (  "As2file.swf"  )  ) ; Addchild ( Loader ) ; VaR Receiveswf_lc: Localconnection = New   Localconnection  (  ) ; Receiveswf_lc. Client = This ; Function Showgallery1 (  )  {  VaR Requestnew: URLRequest = New URLRequest ( "Newas3.swf"  ) ; VaR Loadernew: loader = New Loader (  ) Loadernew. Load  ( Requestnew ) ; Holdermc. Addchild  ( Loadernew ) ; } // Listen... ("connection name ") Receiveswf_lc. Connect  (  "Avm1toavm2"  ) ;

As2 file:ActionScript code:

 VaR Sendswf_lc: Localconnection = New   Localconnection  (  ) ; Loadbtn. Onrelease = Function (  )  {  // Send instruction... ("connection name", "function name ") Sendswf_lc. Send  (  "Avm1toavm2" , "Showgallery1"  ) ; } 

From: http://www.actionscripts.org/forums/showthread.php3? T = 173490

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.