Sorry for late answer, i tried to locate some possible solutions..
If you use it with local files you have two possibilities to embed videos, the first ist to fix the path in the servicesList.php as mentioned in the readme.txt or you need to specify the whole path - including "httpp://" + your domain + path to file
The snippet call looks correct, but it seems that the path is not correct as mentioned before.
Thanks Alex,
I’ll try the whole path thing as soon as possible, cause i’m really busy right now.
One more question, the video file must be flv, or other type of video can be use?
The &i parameter won’t work since the snippet parses &id instead.
For the path change the local ’urlp’ line like this:
’urlp’=>’assets/snippets/AjaxVideoBoxConnector/player.swf?file=’,
to work.
i had fun with this - followed every instruction... didn’t work...
until...
....you need to ensure that the paths for the scripts are "[(base_url)]assets/snippets/...(etc)" to guarantee it works on any setup.
other than that it’s all shiny!
Sorry for all this caused inconvenience, this was my first try to release someting which is helpful for others.
For the next time of any release I will do more quality tests before any public release.