we have to integrate 3D image into our portal application as an iframe inline to our pages
Currently we used inline frame which is opening as new window of browser
<af:inlineFrame id="if1" source="<Some SRC>" sizing="preferred"/>
Does anyone know of the right way to show that iframe inline to our portal page.