Ok Thank you !! (I just LOVE VHX so much :)
Another question,
I saw
musicvideogenome.com and I was wondering if it's possible with
the API to integrate a form to suggest a replacement video (or just a
form to suggest a new video... not necesarily a replacement video),
like you did with musicvideogenome ? If it's possible, when you send a
new url, this new url that you added with the form is automaticaly
adding it to the current playlist, or ....?
I'm really sorry for my english,
Thank you again!
Romain
On 28 sep, 01:59, Jamie Wilkinson <
ja...@jamiedubs.com> wrote:
> Hi Romain, glad you're enjoying my (incomplete) hack... it's athttp://
github.com/jamiew/reblogvision// <
http://reblogvision.com> for
> anyone else interested
>
> Like you mentioned it's just using JSON + javascript callback (JSONp) with
> Tumblr's API to load videos into the VHX megaplaya and display some
> metadata.
>
> If WordPress provides a JSONp version of a blog it should be no problem to
> create something similar -- this plugin seems like a great start:
http://wordpress.org/extend/plugins/json-api/
>
> But as far as I know
wordpress.com does not unfortunately provide something
> equivalent, in which case you'd need to do server-side work in parsing RSS
> etc.
>
> -jamiewhttp://
vhx.tv
>
>
>
>
>
>
>
> On Tue, Sep 27, 2011 at 4:30 PM, Romain <
yanquiwann...@gmail.com> wrote:
> > Hello VHX Developers :)
>
> > I saw reblogvision, I think it's a really interesting idea, but I was
> > wondering if it would be possible in my case to load the videos posted
> > in a wordpress blog (For example.. I posted videos from youtube, vimeo
> > etc. on my wordpress blog and now, I would like to load all the
> > videos from my blog into the VHX Player?)
>
> > function load_videos(){
> > $.ajax({
> > type: "GET",
> > url: "
http://api.tumblr.com/v2/blog/"+blogname+"/posts/video?
>
> > api_key=PyezS3Q4Smivb24d9SzZGYSuhMNPQUhMsVetMC9ksuGPkK1BTt&jsonp=load_video s_callback",