<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:14pt"><div style="RIGHT: auto"><SPAN style="RIGHT: auto">Hi David,</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">Thanks for your answer.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">I am very new and I do not have much knowledge on how to make it run.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">From red hat doc if we want to run it on windows I need to have the plugin activeX before I can run it in Internet Explorer. When I try the script I was using I did not have Internet Explorer complaining about missing plugin.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">When I was using firefox on windows 7 I had a message saying I was missing plugins.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">I do not think I have Spice-XPI for Windows. do you need it to run firefox and internet ecplorer?<VAR id=yui-ie-cursor></VAR></SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN><SPAN style="RIGHT: auto">How do we install spice-XPI with Firefox?</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">How do you use it? Is it workin on linux or on windows?</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">I am using windows 7.</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">Thanks and best regards,</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto">Stephen</SPAN></div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><SPAN style="RIGHT: auto"></SPAN> </div>
<div style="RIGHT: auto"><BR></div>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 14pt">
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><FONT size=2 face=Arial>
<DIV style="BORDER-BOTTOM: #ccc 1px solid; BORDER-LEFT: #ccc 1px solid; PADDING-BOTTOM: 0px; LINE-HEIGHT: 0; MARGIN: 5px 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; HEIGHT: 0px; FONT-SIZE: 0px; BORDER-TOP: #ccc 1px solid; BORDER-RIGHT: #ccc 1px solid; PADDING-TOP: 0px" class=hr readonly="true" contenteditable="false"></DIV><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> David Jaša <djasa@redhat.com><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Stephen Duse-Anthony <mokosso2001@yahoo.com><BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> "spice-devel@lists.freedesktop.org" <spice-devel@lists.freedesktop.org><BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Thursday, September 15, 2011 2:40 AM<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [Spice-devel] connect my vm with a web portal using spice in window 7<BR></FONT><BR>Hello Steve,<BR><BR>Stephen Duse-Anthony píše v St 14. 09. 2011 v 22:50
-0700:<BR>> Hi,<BR>> I would like to connect my vm using a web portal with spice in windows<BR>> 7<BR>> When I do:<BR>> spicec -h vm.dyndsn-server.com -p 5900 <BR><BR>This way, you're connecting to unsecured port,<BR><BR>> <BR>> I can connect to my virtual machine.<BR>> But I when I use the following script I can not:<BR>> <!DOCTYPE html> <BR>> <html> <head> <BR>> <title>SPICE Plugin Test</title> <BR>> <script type="text/javascript"> <BR>> function connectvm() { <BR>> var ip = String("vm.dyndsn-server.com"); <BR>> var sport = String("5900"); <BR>> var channels = String("all"); <BR>> var spice = document.embeds[0]; <BR>> spice.hostIP = ip; <BR>> spice.SecurePort = sport; <BR><BR>But here, you're trying to connect to secured port, that requires host<BR>to have some actually opened and on client side, pass CA certificate<BR>with --ca-certificate cert.pem
(CLI) or<BR>spice.TrustStore=DER_encoded_cert (controller interface - spiceX or<BR>spice-XPI) and --host-subject / spice.HostSubject<BR><BR>> spice.fullScreen = true; <BR>> pluginobj.connect(); <BR>> } <BR>> </script> <BR>> </head> <BR>> <body> <p> <embed type="application/x-spice"> <BR> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<BR>I'm assuming you're using spice-XPI with Firefox based on this line, so<BR>I'll attach "my" test page that is known to work. Let us know if it will<BR>work for you.<BR><BR>BTW where did you get Spice-XPI for Windows?<BR><BR>David<BR><BR>> <button onclick='connectvm()'>connect to VM</button> <BR>> </p> <BR>> <p> If the plugin is working correctly, a click on the button should<BR>> open spice client. </p> <BR>> </body> <BR>> </html><BR>> <BR>> <BR>> Thanks and best
regards,<BR>> Stephen<BR>> _______________________________________________<BR>> Spice-devel mailing list<BR>> <A href="mailto:Spice-devel@lists.freedesktop.org" ymailto="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</A><BR>> <A href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target=_blank>http://lists.freedesktop.org/mailman/listinfo/spice-devel</A><BR><BR>-- <BR><BR>David Jaša, RHCE<BR><BR>SPICE QE based in Brno<BR>GPG Key: 22C33E24 <BR>Fingerprint: 513A 060B D1B4 2A72 7F0D 0278 B125 CD00 22C3 3E24<BR><BR><BR><BR><BR></DIV></DIV></div></body></html>