Am I right in thinking that clipshare is difficult to extract the data as the key used requires .php to find the related .flv file. While the embed code hits direct to the .flv file.
Is it possible to run a small .php script ahead of the embed code to match the key to the right .flv file and use that result to plug into the embed code.
Hope I'm making sense.
I have the find code sorted to create the box and player, but obviously this will not hit a file you need the related .flv file to achieve this. If so I can write up a brief find code to pull the correct .flv.
i.e. I use $p1 in .php to find the required record from the database and thus pull the required .flv as $p2
|