Results 1 to 3 of 3

Thread: Dynamic Movies

  1. #1
    Join Date
    Feb 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Dynamic Movies

    Please can someone advise me on the best route for this?

    I have a database with a list of movies and the location of the files. This list will change as new movies are uploaded and old one removed.

    How can I dynamically pull a movie into flash, I am aware or at least i have pulled in images from an external source before but not sure how do it with movies.

    Any advise would be great.

    Lisa

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Depends on how your Flash is set up really.. a stand alone player, something embedded in another movie.. on and on...

    have a look here at the first 4 options the 4th being the most likely to be of help.

    If you have a demo to show that may help further.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    I just completed a project where I did a lot of backend integration into flash.

    If you know how to do XML, just output XML from PHP. I don't know what your level of comfort is with XML, but I've posted tons of XML examples on this forum.

    As another resource, view the following tutorials on gotoAndLearn()

    Flash + MySQL + PHP: http://www.gotoandlearn.com/player.php?id=20
    XML Video Playlist: http://www.gotoandlearn.com/player.php?id=23

    You'll learn all you need to know from those two tutorials. Post back if you need any help

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
  •