Forum Moderators: coopster
$pos = strpos($str, "allowScriptAccess");
$strip1=substr($str,$pos,10688);
$pos = strpos($strip1, "");
$post = strpos($strip1, ".flv")-$pos+4;
$strip2=substr($strip1,$pos,$post);
$picturelink="http://www.*****.com/".$strip2.".jpg";
if i take $post away i will get a blank player..movie not loaded..
if $post is there i will get nothing..
what must be wrong?
of course it is the problem because you are using an unknown function unless and untill you have written the definition of that function yourself.