![]() |
How do I generate embeddable code like youtube? - 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: How do I generate embeddable code like youtube? (/showthread.php?tid=19694) |
How do I generate embeddable code like youtube? - El Forum - 06-16-2009 [eluser]geshan[/eluser] I have web application built in codeigniter, lets say it gives out something like a flash animation. How do I make each flash animation be embeddable to any website that copies and pastes the embed code I provide. How do I do it? will I need a web service to do it? Please help. How do I generate embeddable code like youtube? - El Forum - 06-16-2009 [eluser]slowgary[/eluser] Just provide users with the same <embed> markup you would use to embed the object on your OWN site. Just make sure the path is absolute, e.g. http://www.yoursite/video/1232345.flv |