Broweser Control - Flash, JS and HTML

jakobusbenne

New member
Joined
Oct 3, 2007
Messages
3
Programming Experience
1-3
Hi,

I'm new to VB.NET have encountered some difficulty using the Browser Control. Basically, what I have is a flash graph, which I would like to integrate into my application. However the graph requires both JavaScript and XML files, so using a ShockWave Flash Control won't help. I thought of simply emebdding it into a html file and displaying it using the .NET Browser Control, however for some reason this won't work. I suspect that the Browser Control does not support JavaScript...does anybody have any suggestions regarding this task?

Thanks in advance :)
 
I know about a tutorial that says how to integrate external charting solutions with .NET projects. But it does not use Web Browser Control. You can get the code helps under "Guide for Web Developers" section at:
http://www.fusioncharts.com/Docs/

This charting solution can be integrated with the Web Viewer of FileMaker; hence I am sure, it can be used with the Web Viewer Control.
 
Browser Control does not support JavaScript
Not true, but I think this is controlled by computer setting, if you or user have disabled Javascripts in internet security settings.
 
Back
Top