Welcome Guest, Not a member yet? Register   Sign In
display video file
#1

[eluser]Unknown[/eluser]
Hi everybody!

I heard about CI with one month ago and now I work in an big project. I have a problem and I don't know how can I solve it. I'm able to see the video only if I display one movie. If in my data base for the same choose I have to display many videos, the buttons becomes useless. I really need help.

Thanks

<?php
$cpt = 0 ;
foreach($query as $items)
{
echo ("<td rowspan=3 align=right valign=top><b><div> &lt;object classid='" ."clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" ."'codebase='" ."http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" ."'width='" ."440" ."'height='" ."280" ."'id='" ."video1" ."'events='" ."True" ."'&gt;<param name='" ."Src" ."'value='" ."C:\\xampp\\htdocs\\public\\video\\" .$items->file ."'/><param name='" ."ShowDisplay" ."'value='" ."True" ."'/><param name='" ."AutoLoop" ."'value='" ."True" ."'/><param name='" ."AutoPlay" ."'value='" ."False" ."'/>&lt;embed type='" ."application/x-vlc-plugin" ."'name='" ."video1" ."'autoplay='" ."False" ."'loop='" ."True" ."'height='" ."280" ."'width='" ."440" ."'border='" ."1" ."'target='" ."C:\\xampp\\htdocs\\public\\video\\" .$items-&gt;file ."'/>&lt;/object&gt;<br>&lt;input type='" ."button" ."'class='" ."submit" ."'style='" ."width:50px;height:25px" ."'value='" ."Play" ."'onClick='" ."document.video1.play();" ."'&gt;&lt;input type='" ."button" ."'class='" ."submit" ."'style='" ."width:50px;height:25px" ."'value='" ."Pause" ."'onClick='" ."document.video1.pause();" ."'&gt;&lt;input type='" ."button" ."'class='" ."submit" ."'style='" ."width:50px;height:25px" ."'value='" ."Stop" ."'onClick='" ."document.video1.stop();" ."'&gt;&lt;input type='" ."button" ."'class='" ."submit" ."'style='" ."width:80px;height:25px" ."'value='" ."Fullscreen" ."'onClick='" ."document.video1.fullscreen();" ."'&gt;</div></td></b>\n");

$cpt++;
}
?&gt;


Messages In This Thread
display video file - by El Forum - 05-07-2008, 05:48 PM
display video file - by El Forum - 05-07-2008, 05:55 PM
display video file - by El Forum - 05-07-2008, 06:07 PM
display video file - by El Forum - 05-07-2008, 06:18 PM
display video file - by El Forum - 05-07-2008, 06:50 PM
display video file - by El Forum - 05-07-2008, 11:43 PM



Theme © iAndrew 2016 - Forum software by © MyBB