I'm using the OCX embedded in some Delphi programs, as well as just using it in
HTML pages, and I've run into a snag. A lot of people are using conversion
programs to turn their Powerpoint presentations into SWF files. For a while,
there was a program that created an output file that has frame numbers
increasing as the playback progressed. However, they've created a new version
that breaks this approach.
For example, in the old version, if the PPT file had 3 frames and transitions
and animations, etc. at 5 seconds each, then the resulting output SWF file
would have a few hundred frames and my code would constantly examine the frame
count and current frame to see when it hit the end. Easy. The playback lasted
15 seconds.
The NEW version of the PPT convert routine now ends up with 3 frames. But it
still takes 15 seconds to display the SWF. Only I can't figure out how to tell
that I've hit the end - the current frame hits the end in a few tenths of a
second from starting the playback. Playback continues for another 14+ seconds,
and I'm stuck on what to look for.
Is there something I can examine using Javascript or ActiveX commands that can
give me more insight into the actual progress of the playback? For instance,
the Playing status goes from Playing to Stopped almost instantly, because I've
hit the last frame. But the actual animation goes on and on for several
seconds. So that's no good.
Thanks.
GuyWithDogs - 22 Jul 2008 23:14 GMT
Do any of these technical questions ever get answered? The number of messages
with 0 replies is astounding, particularly since the Adobe Customer Support
keeps pushing people over here.
Is there a program, even if it costs money, through Adobe where some of the
"down and dirty" development questions can get addressed by some of their
on-staff technical developers? Trying to sort through their support options is
a nightmare. I keep ending up in the knowledgebase. The question I submitted
through a different channel reached someone who basically said "we help with
installing flash player. Look in the forums".
It's frustrating as all get-out...
tlsilveus - 22 Jul 2008 23:55 GMT
Having same problems, my messages are not being answered. I hate to say it, but the MS developer groups are much better at responding.