What is the "version 2 components framework" ?
I am trying to use the following function within my server-side app:
application.onConnectAccept() = function() {
// ...
}
But I get the following error: application.onConnectAccept is not a function
Here is the documentation for the function:
http://www.adobe.com/livedocs/flashmediaserver/3.0/hpdocs/help.html?content=00000245.html#107504
It states that this function is for use with "version 2 components only."
My question is... What is a version 2 component? This function is contained within the "Server-Side Actionscript Language Reference" guide. I should be able to use this function within my server-side app, right? How do I enable "version 2 components?"
Thank you.
