<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:SimSun;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:"\@SimSun";
        panose-1:2 1 6 0 3 1 1 1 1 1;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:595.3pt 841.9pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-GB link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal><font size=3 face=Arial><span style='font-size:12.0pt;
font-family:Arial'>Hi all.<br>
Please could somebody give their views on where I might resolve a problem with
IE9 & IE10 not successfully parsing the items to vlc from the options array
when adding an item to the playlist.<br>
<br>
Example<br>
var myoptions = new Array('program=123456','dvb-bandwidth=8','sub-track=0','no-audio');<br>
vlc.playlist.add("dvb-t://frequency=456789000", "fancy
name", myoptions);<br>
alert(options[0])<br>
alert(options[1])<br>
alert(options[2])<br>
alert(options[3])<br>
<br>
In the above example the browser alerts will confirm all 4 options are in the
array, but in IE9 & IE10 (64bit W7), vlc only seems to get the first item
from the array, it will ignore any others. However, in IE7 & 8, vlc gets
all the items fine. (Hence the 'no-audio' entry to test). If you put the
bandwidth first, vlc won't get the program data.<br>
I have also tried using the F12 Dev debugging in IE9. All document &
rendering modes still wont work using IE9 browser. But, if I uninsall the IE9
update, & revert to IE8 on the same w7 64bit test unit, it all works fine. I
have since tested on W7 Pro 32bit & the behaviour is the same, IE9 doesn't work,
but IE8 is OK.<br>
<br>
I could really do with resolving this, so, any input/vlcDEV's that could offer
assistance, please make contact.<br>
(As a workaround, is it possible to save<u> the options </u>into a playlist
file (xspf) & have vlc read it in directly?) I have tried playing with
this, but without success.<br>
<br>
TheGman<o:p></o:p></span></font></p>

</div>

</body>

</html>