Not able to access elements under <object> tag

Hi
I am trying to automate a Web Application. I am successful to login to the site using Web Activities. However, next page after login, contains an object tag ( <object> ) in which all child elements are embedded.
I am not able to access those elements through automation. UiExplorer gets hung while trying to locate their attributes.

Please let me know how can I access those elements in my workflow? You may refer below snap which shows actual tag content. But please note, even if below snap contains only “param” inner tag to <object> actual web page has hell lot of UI controls which we want to access and deal with.