I'm developing a simple application to download some videos and / or audio files from the web.
The idea is to receive a list of videos, download and play even offline.
I was making some test with Movie example file: it supports mpg - mp3 files.
I have mp4 files (should be mpg) and mp3. I renamed the mp4 in mpg but the movie example gives me the error of unsupported video format. In the forum I've found mp4 is supported, but perhaps with other libraries.
I've alse modified the MiniBrowser example to surf an url with the mp4 files, but it opens in movie media player, not inside the browser (I use win 7-64). Is it why I'm still using the demo version of Purebasic ?
I didn't find a little tutorial to understand better how can I manage videos. So any help is appreciated

Valentino