I've been trying to get my site operating and functional since April, when I bought webNetwork.

Well, my problem now is getting the videos to run. With minimum help from Webscribble I have found that the PHP5 instruction in webNetwork "is_executable()" has a known problem with some Unix type operating systems and combinations. My VPS is fedora. Basically, that instruction returns 'false' even when the object (in this case ffmpeg) is indeed installed and operable. This was demonstrated by VPS host when they were able to run a video converted from mpeg to Flash using my ffmpeg by using Unix shell commands and putting the video on a separate html page, bypassing the webNetwork program on my site. They will write a script bypassing this "is_executable()" instruction if they can be told the name of the php page or file which converts mpeg to Flash. I have explained this to the Webscribble folks and asked for the name of the file, but have been ignored for the last few days.
Does anyone know the name of the PHP program that converts mpeg videos to Flash? Is it hidden? Why don't these people respond to my ticket?