I think you posted on this thread about this:
Also, it would help to know what type of video file you are trying to play. Not all Python libraries support the same codecs. But to answer your questions:
*What version of Python is compatible with Construct 0.99.62?
None. .99.62 has broken Python support.
http://sourceforge.net/apps/mediawiki/c ... _Scripting
From the wiki: you need at least .99.84 to have correct Python support. Although, I would recommend the latest version as I think it fixes a few more Python integration bugs.
The version of Python to use is the 2.6 Python version listed in the Python Quickguide on the wiki.
*Is there a guide for installing Python into Construct?
See tutorials on wiki about using Python external libraries.
*Is there any code examples available in any Python resources that will show me how to code >>>video into Construct?
You will probably have to use Pygame or Pymedia and there are several examples on those sites with sample Python code. It is not the simplest task though as you need to overlay a Pygame (or other libraries) window over a Construct window. I don't think anyone has tried it yet.
Good luck!