Search  
Search Options

FLV XML LIST FROM MYSQL DATABASE

HomeForumsVideo DiscussionFLV XML LIST FROM MYSQL DATABASE
Default-profile eirehotspur
5 posts

Does anyone know of a tutorial that shows you

- How to create your MySQL database for flv files - How to Put your FLV Player with XML List into page - How to Dynamically populate XML Lists with MYSQL files - How to call those different XML Lists with the FLV Player

I have recently got the XML Export Extension free for Dreamweaver CS3 . I also see a program called DataDirect Technologies XQuery.

Just need to know how to “put it all together”.

I am possitive there are many people who would love to be able to do this.

Posted 15 days ago
15928 geodeath
19 posts
Exclusive author Referred at least one person Sold between 1 000 and 5 000 dollars

Hi,

it seems you are a little confused :)

If you want to create a flash file that loads data dynamically through a provider (mysql in your case) then you first need to create that file ideally using xml files. Then, you will create the database you need (consider all the data you need to include) and the php scripts to export these data (given the correct sql querys) to xml files that your flash app will understand.

Its not very hard, i just recently did so to create a video gallery (similar to youtube but with a smaller audience in mind) and a blog of sorts. You can find infinite tutorials on using php & mysql. Start from there, make the php scripts you need to insert & return database items and then all you need to do is export them to xml files.

What you describe is very vague, so i cant exactly show you a tutorial. If you do not know how to program yourself, hire a coder. You can use most of the xml driven files on flashden in this way for sure. If you are interested in making such a thing and you need a professional, i am interested & i have experience in both flash & backend programming.

In any case, you can find hundreds of tutorials on most of these things :)

Posted 15 days ago