Programmieren - alles kontrollieren 4.938 Themen, 20.667 Beiträge

[VB.Net] Wie kann ich Flash im Webbrowser anzeigen lassen?

bechri / 1 Antworten / Flachansicht Nickles

Guten Abend,
nach stundenlangem Googeln und Probieren seid ihr meine letzte Hoffnung.

In VB.Net 2008 möchte ich beispielsweise bei Youtube mit dem Webbrowser Videos anschauen können. Jedoch wird nur angezeigt, dass ich den "Adobe Flash Player" bräuchte.

Nun ist meine Frage, wie ich Flash im Webbrowser möglich machen kann.

OS: WIndows 7 x64
Internet Explorer 8
Webbrowser wird erkannt als Internet Explorer 7 auf wieistmeineip.de

Ich bedanke mich im Vorraus.

MfG
BeChri

MfG Chris
bei Antwort benachrichtigen
bechri Nachtrag zu: „[VB.Net] Wie kann ich Flash im Webbrowser anzeigen lassen?“
Optionen

Habe die Lösung doch noch selbst gefunden.

Flash funktioniert, aber nicht unter x64, folglich muss das Projekt als x86 compiliert werden.

Express Editions:
The VB and C# Express products do not expose the Target property inside the development environment. You will need to carefully modify the project file using a text or XML editor.
1. Close the project and/or solution
2. Select Open File from the File menu
3. Navigate to the project directory, and highlight the project file
4. Press the Open button, the project file should open in the XML editor
5. Locate the first section and add the following line:
x86
1. Save the project file
2. Reopen the project and/or solution using Open Project/Solution from the File menu
3. Continue with development, debugging, and testing

http://www.spin.de/forum/145/-/3008

MfG
BeChri

MfG Chris
bei Antwort benachrichtigen