Results 1 to 10 of 10

Thread: VB Flash Player in webbrowser

Threaded View

  1. #2
    Addicted Member
    Join Date
    Oct 2009
    Posts
    212

    Re: VB Flash Player in webbrowser

    The way I have done it in the past was to set the Document.Body.InnerHtml = "<your flash embed html here>"

    You can't set Document.Body.InnerHtml until there is a document.

    So you'll have to navigate to about:blank first. Navigate("about:blank")

    You might also need to call application.doevents after you navigate to about:blank, so that the document is created...
    Last edited by 7777; Feb 28th, 2011 at 01:49 PM.
    Have you tried Google?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width