Re: question about playlist



On Tue, 14 Aug 2007 09:22:02 -0700, Alberto
<Alberto@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

Please, I have a question about playlist

I have a dynamic playlist, playlist_1.asx, created by a php script from a
mysql table.
The playlist work for a video streaming website

the mysql table contain information about:

Title_movie = varchar (ex: my first movie)
Name_file = varchar (ex: clip_1.wmv)
Time_start = time (ex: 07:30:00)
Time_length = time (ex: 00:30:00)


In a website page: show_video.php I call the playlist with
<OBJECT id = "player"
CLASSID .........
<Param Name = "autostart".....
<Param Name = "URL" value = "playlist_1.asx"...
</OBJECT>

Now I want to show, in the php page show_video.php, near the player, an
HTML table, like a datagrid, that show the information (Title_movie) about 5
movie near to the playing movie, and when change the movie, contextually
change the information in the table.

Change the information in the *database* table, or in the HTML table ?

I think you're asking to change the HTML content of the table. In that
case, you can use an HTML IFrame instead, and set its
src="show_video.php"

Or you can use one of the AJAX libraries like `Prototype` or `JQuery`
to query the show_video.php page using XMLHTTP request (so the
complete web page doesn not refresh). Look up any generic examples of
"Web 2.0" for this functionality, it need not apply to video as it's
providing just HTML/XML content.

Also, what event do you want use to trigger the change ? That the user
clicks a link ? The video ends ? We need explicit examples to propose
idea ;-)


Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs
.



Relevant Pages

  • Re: New Problem with Movies
    ... I can't play video with either totem or mplayer. ... I think the movie is playing, ... Audio stream found, -aid 1 ...
    (Ubuntu)
  • Re: MAGIX - MEP Titles
    ... be white paper or video display). ... What appears in your final rendered movie (and what ... The structure of my MEP movie looked like this: ...
    (rec.video.desktop)
  • The Apprentice 2 - Trials of making my first DV movie
    ... put into a movie. ... included with my Sony DRC-TRV19 DV Camcorder and saw it ... had the ability to capture video directly from the ... store and bought a USB 2.0 and Firewire PCMCIA card which ...
    (microsoft.public.windowsxp.moviemaker)
  • Re: 320x240 movie doesnt show in full screen
    ... movie to fill that screen, as I do. ... 320x240 is the ratio 4:3, same as a standard TV screen. ... has a 4:3 aspect ratio, and you set 320x240, you should actually get a video ... the default is "Fit to screen". ...
    (microsoft.public.pocketpc)
  • Re: 320x240 movie doesnt show in full screen
    ... movie to fill that screen, as I do. ... 320x240 is the ratio 4:3, same as a standard TV screen. ... has a 4:3 aspect ratio, and you set 320x240, you should actually get a video ... the default is "Fit to screen". ...
    (microsoft.public.pocketpc.multimedia)

Loading