This video is a shockwave flash video ( .swf file type).
To view this video you need to have the shockwave Flash Video plugin installed in your browser.
You can find that plugin here: http://www.macromedia.com/go/getflashplayer
I have tested viewing these in Chrome (40.0.2214.111), Firefox (35.0.1) and IE9. So if it does not work try a different browser.
Note the video below shows operation of an older MikroC version, however the
basic principles, that it details, remain exactly the same - updating to the
newer compiler version would be a cosmetic change only.
The main difference between the old and new version is that the new version generates loads of (useless?) files in the project directory. The fundamental fact is that you still only really need .c .h files and the project file because that is what creates a C program - all the rest is support data for the compiler.
Note: The new project file description has changed from .ppc to .mcppi - this is really to allow the new compiler to identify old projects and import them into its new format.