#1 (permalink)  
Old 05-30-2008, 11:42 PM
Junior Member
 
Join Date: May 2008
Posts: 1
Default How is working th xml support?

Hi;
The script with name: FLV Player With Playlist V2
is xml-based. If you search for xml-based script this script is on the list.
BUT, when you read the specification of this script there is no explanation about HOW the xml-support works.
I would like to know, before I buy it, how the xml-support works.
I mean, If a write a list with new subfolders and movies and export as xml it will autimatically update the list?

I bought another script and attached to it we got a xml-list with the basic values. We used the list and changes some values and it worked directly. Is the same concept in this script?
Can I get a written instructions to check before buying?

Best regards

Ricardo Sepulveda
Reply With Quote
  #2 (permalink)  
Old 06-06-2008, 08:10 PM
Super Moderator
 
Join Date: May 2008
Posts: 518
Send a message via Skype™ to Adrian
Default

Hi,
Every modification of the xml file will update the list. The xml looks something like this:

Code:
<data title="Browse Videos">
	<category title="Entertainment">
		<category title="Movies">
			<video title="Cruise says he's not sure" src="movies/1.flv" />
			<video title="Mariah Carey marries Nick Cannon" src="movies/2.flv" />
			<video title="Uma Thurman 'freaked out'" src="movies/3.flv" />
			<video title="Cameron Diaz's Upbeat Return" src="movies/1.flv" />
			<video title="Beat Ben @ the Box Office" src="movies/2.flv" />
			<video title="HSM3 Has a Senior Moment" src="movies/3.flv" />
		</category>
		<category title="Music">
			<video title="Madonna Learns It's Hard" src="movies/1.flv" />
			<video title="System of a Down duo" src="movies/2.flv" />
			<video title="Nickelback Singer Detoured by DUI" src="movies/3.flv" />
			<video title="Alicia Keys recruiting" src="movies/1.flv" />
			<video title="Mariah Sporting Major Rock" src="movies/2.flv" />
			<video title="McCready's McReady to Return" src="movies/3.flv" />
		</category>
....
Hope this clears things for you.

All the best
Reply With Quote
  #3 (permalink)  
Old 06-24-2008, 09:41 PM
Junior Member
 
Join Date: Jun 2008
Posts: 3
Default XML File modifications

Can i modify the xml file and make some title link to a website as well.

My playlist goes to movies.flv, but i also want to create a catagory that links to other video websites. what is the code i need to use to make that work?
Reply With Quote
  #4 (permalink)  
Old 06-25-2008, 08:04 AM
Super Moderator
 
Join Date: May 2008
Posts: 518
Send a message via Skype™ to Adrian
Default

I already answeard to this question.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.