Hi,
I'm trying to start playing a video from where I last stopped it, after playing a different video in the middle. The current (broken) flow looks something like this:
- Video A is playing. I hit a button which logs the video item, the time code, and then launches Video B.
- I hit a different button that stops Video B, and starts playing Video A again, but from the beginning.
The problem seems to be that when I call:
Only the first line is executed, because then Boxee jumps out of my app. I suppose this is a very long-winded way of asking: "is there a way to make Boxee play an item n seconds in from the beginning?"Code:mc.Player().Play(video_a) mc.Player().SeekTime(time_code)


Reply With Quote

Bookmarks