CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2008
    Posts
    38

    WPF Webbrowser Control.

    Hi Everyone,
    I am currently working with WPF Application. i am loading Google Map in a web browser and loading the street view functionality of GMap2 in the web browser.i get a pop up saying CURRENT WEB BROWSER DOES NOT SUPPORT FLASH but i can load the same in web browser control in .NET2.0(2005).Can any tell me a solution.

  2. #2
    Join Date
    Oct 2008
    Posts
    47

    Re: WPF Webbrowser Control.

    You may want to consider utilizing Silverlight as opposed to Flash since WPF and Silverlight integrate seamlessly

    Happy Developing,

    Larry
    Although I work for Microsoft as an Architect Evangelist my opinions and occaisonal errors are my own and not to be misconstrued as Microsoft's

  3. #3
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: WPF Webbrowser Control.

    Quote Originally Posted by tattooedscorpdc View Post
    You may want to consider utilizing Silverlight as opposed to Flash since WPF and Silverlight integrate seamlessly

    Happy Developing,

    Larry
    Although I work for Microsoft as an Architect Evangelist my opinions and occaisonal errors are my own and not to be misconstrued as Microsoft's
    Isn't expecting Google to change their technology to suit Microsoft requirements just a BIT presumptive???

    [Does you Christamans Tree display "PC Rules" ????]
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

  4. #4
    Join Date
    Feb 2007
    Location
    Craiova, Romania
    Posts
    326

    Re: WPF Webbrowser Control.

    Quote Originally Posted by idrisgani View Post
    Hi Everyone,
    I am currently working with WPF Application. i am loading Google Map in a web browser and loading the street view functionality of GMap2 in the web browser.i get a pop up saying CURRENT WEB BROWSER DOES NOT SUPPORT FLASH but i can load the same in web browser control in .NET2.0(2005).Can any tell me a solution.
    but do you actually use the gmaps version for Flash? you may want to think switching back to the classical version (the one built with javascript).
    gmaps + flash is useful only if you have some complex animations/drawings to overlay on the map or if you want really smooth panning and zooming. otherwise, the other version suits almost all needs.

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

Featured