Hey All,
So here’s my deal- I have a custom-built FLV Playback component (with captions) and need to load the following items from an XML file:
[INDENT]<?xml version=“1.0” encoding=“UTF-8”?>
<playlist id=“Here’s The Video” >
<vid desc=“Introduction to Biological Terrorism Agents”
src=“Intro.flv”
thumb=“Intro.jpg”
caption=“Intro.xml”
</playlist>
[/INDENT]
On the stage, here’s what things are named:
[LIST]
[]my FLVPlayback Component is named myVideo
[]my thumbnail/preview image (empty movie clip) is named myPoster
[*]my FLVPlaybackCaptioning Component is named captioning
[/LIST]So how do I get these things to all get read from the XML document? It’s easy to do it all through the FLA and hard-code the paths, but I can’t seem to figure it out.
Any help would be greatly appreciated.
Joe