> The library will include the following functions. Its me who suggested to do this project. The whole usecase and features of this library has not been listed here. Actually its a drupal emfield module http://drupal.org/project/emfield for CodeIgniter.
> > > > > 1. to generate HTML necessary to display videos. > > well most of the video are a flash player unless its HTML 5, so i dont > this there need a HTML generation to do this all you have to do is > just copy the single line you see in the youtube. > what will you do for the rest of the video service provider ? I comfortable with "echo $this->video->load($url);" which automatically identifies the service provider and generate HTML to embed video. > > > > > 2. to get the thumbnails of a video from various video providers. > > 3. to get the addition information about video like users who created > the > > video, date of creation, hit rate etc. > > well I am considering that you say video provider its either one of > them at the bottom that you have mentioned. If that is the case its > all about making a API call to these websites who provide thumbnail of > the image. Well I would say its very simple thing I wouldn't need a > external module to do this. > Indeed It is not required if your application use single video provider. Imagine the case where your application needs video to be embedded from various video service provider. Each API will has its own set function and parameters it will hard to use, in that case you could use this library as a gateway to API functions. > > > 4. will be able to customize to suit application need like video height, > > width, color, border etc. > > All these things that you are specifying are pretty simple for example > if i need to set the height i would set that in my styles. > Inline styles defined in embedded html will override CSS styles. > > > > > > So i need some suggestions for this..... > > > > > well i would suggest you to do something hard core with the frame work > something which solves the real problem like enhancing the ORM (well i > am not a code ignitor user so i dont know the flaw is it.). > AFAIK CodeIgniter has no ORM concept. Fixing some existing flaws or providing some enhancement would be good idea. > I would suggest you one more thing you can talk to the creators of > code ignitor if they actually have some plans to enhance if so you can > take up that. > Good but not ideal for a student who started PHP hello world program a month ago. > > > -- > regards, > Prashanth > twitter: munichlinux > blog: prashanthblog.appspot.com > irc: munichlinux, JSLint, munichpython. > > -- Thanks Sivaji _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
