How to make XML file work with slide show player

This is a discussion on "How to make XML file work with slide show player" within the Starting Out section. This forum, and the thread "How to make XML file work with slide show player are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 4th, 2007, 21:49
New Member
Join Date: May 2007
Location: New Jersey
Age: 25
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
How to make XML file work with slide show player

Hello all....I have a quick question. My developer created this XML file for me to use with a slide show player. Now, I don't know know how to make these two work together. Can someone please help me?

Quote:
<?xml version="1.0" encoding="UTF-16"?>
<TBFlashPlayer>
<config Type="Video">
<AUTO_SHOW_CC>true</AUTO_SHOW_CC>
<AUTO_START>true</AUTO_START>
<!-- options: have to contain X and Y character -->
<BOTTOM_LABEL>movie X of Y</BOTTOM_LABEL>
<SPONSER_HTML>Sponsered By Surisoft</SPONSER_HTML>
<BUFFERING_STRING>buffering...</BUFFERING_STRING>
<CONNECTING_STRING>connecting...</CONNECTING_STRING>
<!-- options: true, false -->
<LOOPING>true</LOOPING>
<MAIN_TITLE>main title</MAIN_TITLE>
<MOVIES_INFO>movies info</MOVIES_INFO>
<!-- number 0-100 -->
<VOLUME>50</VOLUME>
<!-- options: true, false -->
<AUTO_RESIZE>true</AUTO_RESIZE>
<minWidth>400</minWidth>
<minHeight>300</minHeight>
<!-- options: true, false -->
<CLOSED_CAPTION_BOLD>true</CLOSED_CAPTION_BOLD>
<CLOSED_CAPTION_ITALIC>false</CLOSED_CAPTION_ITALIC>
<CLOSED_CAPTION_COLOR>0xffffff</CLOSED_CAPTION_COLOR>
<!-- options: Top, Bottom -->
<CLOSED_CAPTION_LAYOUT>Bottom</CLOSED_CAPTION_LAYOUT>
<CONTROLS_LAYOUT>Bottom</CONTROLS_LAYOUT>
<SKIN_COLOR>0xffffff</SKIN_COLOR>
<SCRUBBER_OUTLINE_COLOR>0xaaaaaa</SCRUBBER_OUTLINE_COLOR>
<SCRUBBER_PROGRESS_COLOR>0xaaffaa</SCRUBBER_PROGRESS_COLOR>
<SCRUBBER_DOT_COLOR>0x33aa33</SCRUBBER_DOT_COLOR>
<VOLUME_BUTTON_COLOR>0x444444</VOLUME_BUTTON_COLOR>
<LOADING_COLOR_TEXT>0x000000</LOADING_COLOR_TEXT>
<TOP_TEXT_COLOR>0x111111</TOP_TEXT_COLOR>
<ALPHA>100</ALPHA>
<BRIGHTNESS>50</BRIGHTNESS>
<VIDEO>
<NAME>video1</NAME>
<URL>video1.flv</URL>
<CLOSED_CAPTION time="3">Sample Caption 1</CLOSED_CAPTION>
<CLOSED_CAPTION time="10">Sample Caption 2</CLOSED_CAPTION>
<BUFFER_TIME>5</BUFFER_TIME>
</VIDEO>
<VIDEO>
<NAME>video2</NAME>
<URL>video2.flv</URL>
<CLOSED_CAPTION time="4">Sample Caption 3</CLOSED_CAPTION>
<CLOSED_CAPTION time="15">Sample Caption 4</CLOSED_CAPTION>
<BUFFER_TIME>6</BUFFER_TIME>
</VIDEO>
<VIDEO>
<NAME>video3</NAME>
<URL>video3.flv</URL>
<CLOSED_CAPTION time="10">Sample Caption 5</CLOSED_CAPTION>
<CLOSED_CAPTION time="20">Sample Caption 6</CLOSED_CAPTION>
<BUFFER_TIME>6</BUFFER_TIME>
</VIDEO>
<PIC>
<NAME>pic1</NAME>
<URL>pic1.gif</URL>
<CLOSED_CAPTION time="3">Sample Caption 1</CLOSED_CAPTION>
<CLOSED_CAPTION time="10">Sample Caption 2</CLOSED_CAPTION>
<BUFFER_TIME>5</BUFFER_TIME>
</PIC>
<PIC>
<NAME>pic2</NAME>
<URL>pic2.gif</URL>
<CLOSED_CAPTION time="4">Sample Caption 3</CLOSED_CAPTION>
<CLOSED_CAPTION time="15">Sample Caption 4</CLOSED_CAPTION>
<BUFFER_TIME>6</BUFFER_TIME>
</PIC>
<PIC>
<NAME>pic3</NAME>
<URL>pic3.gif</URL>
<CLOSED_CAPTION time="10">Sample Caption 5</CLOSED_CAPTION>
<CLOSED_CAPTION time="20">Sample Caption 6</CLOSED_CAPTION>
<BUFFER_TIME>6</BUFFER_TIME>
</PIC>

<FIRST_ITEM>video1</FIRST_ITEM>
<TOP_TEXT_SHADOW_COLOR>0xffffff</TOP_TEXT_SHADOW_COLOR>
<BUFFERING_BACKGROUND_COLOR>0x000000</BUFFERING_BACKGROUND_COLOR>
<BUFFERING_BACKGROUND_ALPHA>50</BUFFERING_BACKGROUND_ALPHA>
<CLOSED_CAPTION_BACKGROUND_COLOR>0x000000</CLOSED_CAPTION_BACKGROUND_COLOR>
<CLOSED_CAPTION_BACKGROUND_ALPHA>50</CLOSED_CAPTION_BACKGROUND_ALPHA>
<MORE_INFO_BACKGROUND_COLOR>0x000000</MORE_INFO_BACKGROUND_COLOR>
<MORE_INFO_BACKGROUND_ALPHA>50</MORE_INFO_BACKGROUND_ALPHA>
</config>
</TBFlashPlayer>
Enclosed is the both the xml. file and swf. file. Maybe by seeing the xml someone would tell me why they don't work together if at all.

Thank you in advance.
Attached Files
File Type: zip TBFlashPlayer.zip (15.8 KB, 22 views)
Reply With Quote

Reply

Tags
player, slide show, xml

Thread Tools

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Photo slide show jtompkins Flash & Multimedia Forum 1 Oct 6th, 2007 00:05
Slide show/s :) OmiE Flash & Multimedia Forum 4 May 25th, 2007 04:55
Image slide show peebman2000 Flash & Multimedia Forum 8 Feb 15th, 2007 18:17
Pictures in slide show on a web page Anne Introduce Yourself 5 Feb 14th, 2007 18:48
iFrame as Slide Show gribble Web Page Design 6 Nov 17th, 2005 19:07


All times are GMT. The time now is 15:56.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43