Results 1 to 3 of 3

Thread: PHP Video Playlist?

  1. #1
    Join Date
    Apr 2010
    Posts
    58
    Thanks
    5
    Thanked 1 Time in 1 Post

    Default PHP Video Playlist?

    Alright, so I have been trying to a sort of play list to work for some videos, and I don't want to buy a player. I have been trying to do this in Flash, and was fairly successful with a flash player linked to an xml play list.

    Though, I am still not happy with it.

    I was browsing around and found this website that has accomplished exactly what I would like to do.

    http://www.protokulture.com/project.php

    It seems that they did this with PHP, which didn't even cross my mind. Which is why I am trying to find some help. Does anyone know of either a tutorial for something like this or at least a good place to get started?

    Any help is appreciated

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There's nothing special about that PHP. It's basically an image gallery, probably generated from a database. The only special part is that there's a video embedded in the page instead of an image, but this is just the html, and the video's src is dynamically generated using PHP just like you would for an image gallery.

    Design a layout, insert stuff into the database, and use PHP loops to output it.

    Additionally, there's no way to know if that is just hard coded or not, but it's probably dynamically generated.


    If you want to use XML, you can actually use PHP to dynamically generate XML files that can then be read with Flash.


    PHP is a text-generating language. You can generate anything you want with it... the rest is just a question of method and what you want to generate.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Apr 2010
    Posts
    58
    Thanks
    5
    Thanked 1 Time in 1 Post

    Default

    Thanks, I'm going to look into that and hopefully i can get it to do what I want.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •