|
-
Feb 28th, 2011, 01:12 PM
#2
Addicted Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|