Forum Discussion

3 Replies

  • are you trying to load local XML? if so, then you need to replace any url transfers with readAsciiFile("pkg:/xml/filename.xml")

    - Joel
  • ok... i am showing my nubie status with xml.

    i am running over the xml example in the videoplayer, and I am trying to determine which are essential elements to include in the xml code and which ones are "descriptors" and or not essential

    <contentId>10003</contentId>
    <contentType>Talk</contentType>
    <contentQuality>SD</contentQuality>
    <streamFormat>mp4</streamFormat>
    <media>
    <streamQuality>SD</streamQuality>
    <streamBitrate>1500</streamBitrate>
    <streamUrl>http://www.phloide.com/videos/sine_computersettings.mp4</streamUrl>
    </media>
    I read that if I don't define stream format, it is automatically assumed to be mp4

    I am also not sure what the SD and HD all determine.
    what
    Thanks