flash flv question

  • Started
  • Last post
  • 1 Response
  • kinetic

    hey all. im trying to load in information from a .txt file about videos for a flash player (flvs).

    display1.setMedia("videos/part" + (_root.currentSection + 1) + ".flv", "FLV");
    display1.totalTime = videoTimeArray[_root.currentSect...
    display1.play(0);

    everything works except for the totalTime deal. the slider never updates with the time unless i code it in manually

    ie: display1.totalTime = 200;
    if i set the total time to one of the vars that gets loaded in from the txt file...it doesn't work.

    i tried converting them to a number and that still doesn't work

    any suggestions?

    THANKS!

  • kinetic0

    nevermind .. fixed it. sorry :P

    it was the way the variables where spaced in the text file..they where on new lines

    bah!!@#$