<div>Thanks for reply!<br>Now sometimes I want to change the data source for the player.<br>I can do it in 2 ways, right?</div>
<div>1. Set the "src" attribute <strong>twice</strong> to load it directly.</div>
<div>2. Use <strong>vlc.playlist.add(mrl) / vlc.playlist.add(mrl,name,options) </strong>and <strong>vlc.playlist.playItem(number)</strong> to play it.</div>
<div><br>I've looked into the MRL issue:<br><a href="http://wiki.videolan.org/MRL">http://wiki.videolan.org/MRL</a></div>
<div>Is a simple url like "c:\movie.wmv" legal? Are those command-line options all works fine here?</div>
<div> </div>
<div>And the last question. :-)</div>
<div>If both of them work fine, is there any differeces between how they load the files (I mean on the c++/c side)?</div>
<div><br><br><br>On 11/14/07, Jean-Paul Saman <<a href="mailto:jean-paul.saman@planet.nl">jean-paul.saman@planet.nl</a>> wrote:<br>> Question wrote:<br>> > I've figured it out myself. But strange enough that I can't use those
<br>> > simple control functions any more.<br>> > For example,<br>> > vlc.play()  -> vlc.playlist.play()<br>> <br>> Since 0.8.6 we are coding a new and more advanced JavaScript API for<br>> VLC's webplugins. Which means we are discontinuing the old API. In your
<br>> embedded tags you explicitly choose for the new JavaScript API.<br>> <br>> Gtz,<br>> Jean-Paul Saman.<br>> <br>> ______________________________________________________<br>> vlc mailing list<br>> To unsubscribe or modify your subscription options:
<br>> <a href="http://mailman.videolan.org/listinfo/vlc">http://mailman.videolan.org/listinfo/vlc</a><br>> <br><br><br>-- <br>>: ~<br> </div>