About the question for recompilation; I don't want to have to make and make install everytime I see if a function I wrote actually works. It impedes the development hugely to have to wait 15 minutes to see the effects of what I just wrote. And generally plug-ins don't require the whole program to be recompiled and often when you write plug-ins for different programs, the source isn't even available. <br>
<br>About the clickable; What we are looking to do is a small text-field in the statusbar. This is where the returned string from the php script will show up. And if the string is an URL I want to make it clickable as a hyperlink. Pretty much like "<a href=""></a>" in HTML. <br>
<br>I hope I made myself understandable atleast..thanks for replying!<br>Mazuho<br><br><div class="gmail_quote">2009/8/26 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
On Wed, 26 Aug 2009 15:04:07 +0200, Mazuho <<a href="mailto:mazuho@gmail.com">mazuho@gmail.com</a>> wrote:<br>
> (...) is it possible to test the<br>
<div class="im">> functionality of this plug-in without having to recompile VLC every time?<br>
<br>
</div>A plug-in ought to know its own functionality.<br>
VLC itself updates the plug-in cache at every start.<br>
<br>
I don't really understand the question about recompilation.<br>
<div class="im"><br>
> And where can I read what functions the plug-in can call?<br>
<br>
</div>The plug-in can call any function in libvlccore (src/libvlccore.sym).<br>
<div class="im"><br>
> Basically the only thing we need to do right now is 1. Get the name of<br>
the<br>
> file, 2. Post this to a server online, 3. Get and write out the result in<br>
> VLC. We will communicate via html and php to the online service of ours.<br>
> 4. If the string returned is an URL, make it clickable ( and if clicked,<br>
> open the OS's default browser). I believe this last step might be a bit<br>
> complicated?<br>
<br>
</div>I don't understand what should be made "clickable" and where.<br>
<font color="#888888"><br>
--<br>
Rémi Denis-Courmont<br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></blockquote></div><br>