PROBLEM WHEN FLV FILE IS BEING LOADED USING PHP(Codeigniter view) |
[eluser]pincs[/eluser]
I got alot of issue on the player when i use a php file to display the flv movie. Here is the sample code on it. Code: < script type="text/javascript" src="/mediaplayer2/swfobject.js"> < /script > my ci controller and view code Code: <!--flv controller code--> Like the above code, when I visit http://localhost/index.php/flv/playflv I do not see anything, I do not know why The issues I'm having with it are: 1. Auto start doesn't work 2. Any kind of code or flashvars I add at the end of the flvfilevars it doesn't work 3. The buffer image shows automically that it is done buffering. Please let me know any solutions on how i can fixed this issue. Thanks in advance. I also want to know http://www.jeroenwijering.com/?item=JW_FLV_Media_Player Web site to download the player, contained in documents flv is compressed, and when I opened directly when no video, only to hear the voice of And when I open the page through time to see the video
[eluser]pincs[/eluser]
I have updated content, and I write the script does not show
[eluser]Michael Wales[/eluser]
Does this script work, as you expect, outside of CI? In good old plain HTML files?
[eluser]Sumon[/eluser]
What about player.swf location? For my application i use Code: var s1 = new SWFObject("<?=base_url()?>player.swf","ply","328","200","9","#FFFFFF");
[eluser]pincs[/eluser]
I used to download flv from http://www.jeroenwijering.com/?item=JW_FLV_Media_Player When I was alone here I can see the video "readme.html" When I put my php directory site after not be able to see video
[eluser]Sumon[/eluser]
Let us make sure about included file locations. You include two files swfobject.js and player.swf. Where the file actually located in your server or CI? is it in site root or root/mediaplayer2/ or application/views/ or somewhere else. Code: < script type="text/javascript" src="/mediaplayer2/swfobject.js"> < /script >
[eluser]pincs[/eluser]
I use such a success of the Code Code: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab But, Why Code: < script type="text/javascript" src="/swfobject.js">< /script >
[eluser]Sumon[/eluser]
Where is your player.swf file stored? is it in your root directory?
[eluser]pincs[/eluser]
[quote author="Sumon" date="1222041210"]Where is your player.swf file stored? is it in your root directory?[/quote] I put it in the root directory or view, do not use Who can provide a useful code for me that I am using IE6 debugging My e-mail address is:[email protected] |
Welcome Guest, Not a member yet? Register Sign In |