This is my first contribution to raspberry pi community. Please do not judge too hard.
The idea is to control raspi' omxplayer sitting on the sofa near your raspi-connected TV -
Using any of your web enabled device. I've been testing in on my smartphone via wifi.
It is web app + ajax + some ugly shell scripts.
Have a look at the screenshot and the video to get the idea:

http://www.youtube.com/embed/8QeWDKIpAAw
You can get it here:
https://github.com/JugglerLKR/omxplayer ... ntrols-php
and configure it with setup.php
It requires group write permissions to working directory and some permissions to output video to /dev/vchiq and running shell script using sudo.
Obviously you need working omxplayer, apache2 and php 5

I've implemented some basic error checking and suggestions what should be done to run it properly, but ofcourse it has bugs! Please avoid spaces and international characters and all that utf8 stuff if possible in the beginning.

Thanks goes to authors of omxplayer, raspi creators and raspi community for some hints and tips, Neil Ang for PHP Simple file browser, Dmitry Koterov for his excellent JsHttpRequest 5 cross-browser AJAX.
p.s.: I will update this post with more details... But now it just works!