Thanks, that helps.
With our app, which is public and you can see at
http://www.brainshark.com/brainsharkinc ... zdGnOtz0z0I started with the nice and easy approach in a Ranorex blog that claims you don’t have to modify your app.
http://www.ranorex.com/blog/flashflex-a ... -preloaderI am able to record but it looks like the repository just contains the whole flash object and is hitting controls within it by location. Also, when I spied the player, I see things like this
/dom[@domain='www.brainshark.com']/body/div[@id='lightwindow']/div/div[@id='lightwindow_stage']/div[@id='lightwindow_contents']/iframe/body/flexobject/element/element[@type='EmbeddableView']/element[@type='EmbedControlsBar']/element[1]/element[@type='VolumeControl']
I ran your Flash/Flex sample and it looks great. It's really getting to the elements within the flash app.
My suspicion is that the new preloader method I'm using from the blog without making any modifications to our our app or server is not enough and that we may have to use the method described in the user guide
http://www.ranorex.com/support/user-gui ... sting.html