CodeIgniter Forums
Flow Player not working with remote server - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Flow Player not working with remote server (/showthread.php?tid=45723)



Flow Player not working with remote server - El Forum - 10-03-2011

[eluser]Unknown[/eluser]
Hi,

I am getting prob with flow player !

in local machine everything working fine when i uploaded same code to remote !

it's shoing blank screen !

I am new to codeigniter please help me to resolve this issue !

this is my code what i written in view page

Code:
<a  href="&lt;?php echo base_url();?&gt;filemanager/videos/&lt;?php echo  $result-&gt;name; ?&gt;"  id="player&lt;?php echo $i; ?&gt;"></a>
[removed]
&lt;!--
flowplayer("player&lt;?php echo $i; ?&gt;", "&lt;?php echo base_url();?&gt;js/flowplayer-3.1.5.swf", {clip:{autoPlay:false,autoBuffering:false}});
--&gt;
[removed]

Thanks
--Naresh--