Hi,
I try to use my HTML5 plugin bundle installing in Flex client, then I can see my html5 plugin running well in Flex client.
But when I select the others host ip, the plugin will failed because of some java service failed unless I re-login vsphese client.
Only the first host which you select plugin can run well.
I traced my source code, I found "var objectId = WEB_PLATFORM.getObjectId();" this vsphere client API seems like a problem.
The first time log in, this object id can get value normally.
When I select other host, the objectid start to return null caused my plugin can't call back-end java service normally
Can this issue be solved?
Please advise .. Thanks