Flex Learning (method of calling Flex in JS)

Source: Internet
Author: User

Flex side

Public Function Initapp (): void
{
Externalinterface.addcallback ("Function1", callback1);
}

Public Function Callback1 (): void
{
Alert.show ("Hello word");
}

JS End

function JavaScript ()
{
document.getElementById ("Dome1"). Function1 ();
}

<object classid= "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"//html-template has this ID number.
Id= "Dome1" width= "100%" height= "500"
codebase= "Http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" >
<param name= "movie" value= "swf/bin-debug/index.swf"/>//in ASP. NET project folder and copy all the files in the Bindebug
<param name= "Quality" value= "High"/>
<param name= "bgcolor" value= "#869ca7"/>
<param name= "Menu" value= "false"/>
<param name= "allowscriptaccess" value= "Samedomain"/>
</object>
<button id = "testswf" name = "ceshiswf" onclick = "javaScript ()"/>

Note: If you call external images or video files inside a flex program, be sure to unify the path with the path called in Flex

Flex Learning (method of calling Flex in JS)

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.