Click here to Skip to main content
15,889,176 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
In Firebreath Plugin development , after creating plugin we have to use below code to use plugin.

XML
<object id="plugin0" type="application/x-myplugin" width="300" height="300">
    <param name="onload" value="pluginLoaded" />
</object><br />



Above code is to access our plugin , I think,
Now when I access the plugin immediately a function has to be called, how can I do that

It's like when we create an object to a class , if we have a constructor it will automatically invoked when object is created, exactly when I access the plugin by using above code I want to call a function

Thanks in advance...
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900