CodeIgniter Forums
Videos and CodeIgniter - 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: Videos and CodeIgniter (/showthread.php?tid=25571)



Videos and CodeIgniter - El Forum - 12-16-2009

[eluser]Sinclair[/eluser]
Hi,

I have to embedded Camtasia videos on a website in CodeIgniter... I need to know if there is any functionality in CodeIgniter to give me a thumbnail of a Camtasia video.

I need also to know how wich is the best way to embedded videos on CodeIgniter.

Can you give me some clues?

PS: Sorry my bad english.


Best Regards,


Videos and CodeIgniter - El Forum - 12-17-2009

[eluser]Cro_Crx[/eluser]
Your problem really isn't related to CodeIgniter, it's a HTML problem. Basically you need to figure out how to embed videos into HTML objects. Try one of these http://www.w3schools.com/media/media_browservideos.asp or you could turn the videos into flash movies and play them as flash objects etc.....