PDA

View Full Version : Web Control Browser / IE Object & Flash Object



somail
11-14-2012, 01:20 PM
Hi,

My understanding of HTML and the Web Browser Control is very poor so any help would be great.

On a userform I am trying to display a dynamic flash object from a website and then manipulate it using command Buttons.

For example: Is it possible to display the main chart on this page: http://chartgame.com/start.cgi (http://chartgame.com/start.cgi) and then have the Buy & Short buttons interact with it. The buttons I understand how to display and interact with using the GetObjectID and .click methods under the Web Control Browser, but I have no idea how to display the flash object correctly.

I know I should use a shockwave object on the userform, but how do I ensure the flash object is the same one the command buttons are manipulating. I guess the shockwave object would need to be assigned a value only after the Web Control Browser navigates to the page.

Any ideas?

Thank you for any help

somail
11-21-2012, 02:42 PM
Weekly bump. To restate.... I would like the flash object linked to above to display in a user form.