Welcome Guest, Not a member yet? Register   Sign In
cant play flv video
#1

[eluser]Unknown[/eluser]
i ve problems in playing the flv video in flowplayer. i m using codeigniter frame work but to play the video i used simple php(i m not using any function to play the video just link to video sends it to the other page where video will be played). please help me.


Code:
<?php
if(isset($_GET['video'])){
    echo $video = $_GET['video'];
    
    
} else {
   // redirect('user/');
}

?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
&lt;html&gt;

&lt;head&gt;
    &lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&gt;
    &lt;title&gt;Flash Player&lt;/title&gt;
    [removed][removed]
    
    [removed][removed]
  
&lt;/head&gt;

&lt;body&gt;
  
    <a
    href="http://localhost/job/uploaded/'"
    style="display:block;width:425px;height:300px;"
    id="player">
</a>
  
    [removed]
    flowplayer("player", "http://localhost/job/system/assets/js/swf/flowplayer-3.2.4.swf");
    
    //releases.flowplayer.org/swf/flowplayer-3.2.4.swf
    //flowplayer("player", "../../assets/js/swf/flowplayer-3.2.2.swf", '../../../uploaded/&lt;?php echo $video;?&gt;');
    [removed]
  
&lt;/body&gt;
&lt;/html&gt;
#2

[eluser]umefarooq[/eluser]
hi zaqar i have check the installation doc of flow player also and you code is also ok just echo your video variable

Code:
<a
    href="http://localhost/job/uploaded/&lt;? echo $video?&gt;"
    style="display:block;width:425px;height:300px;"
    id="player">
</a>

hope this will work for you
#3

[eluser]Unknown[/eluser]
thanks umefarooq: i already fixed that problem now my video is working fine.




Theme © iAndrew 2016 - Forum software by © MyBB