Question
Time Counter
So I'm converting my SWFs into MP4s and composing HTML/CSS/JS to restore user control. This entails designating the seconds of playback where the MP4s need to stop. Is it possible to program a counter in the ActionScript, so that if the first stop occurs after 6 seconds, the counter would report that? If the second stop occurs at 8.5 seconds, it reports that, and so on. If so how?
