Difference between revisions of "User:Minooz/OSD600/popcorn"
< User:Minooz | OSD600
(→My works on Popcorn.js) |
(→My works on Popcorn.js) |
||
Line 3: | Line 3: | ||
Source Control: git | Source Control: git | ||
BugTracker: Lighthouse | BugTracker: Lighthouse | ||
− | + | Blog: Minooz.wordpress.com | |
− | |||
− | |||
* Bugs | * Bugs |
Revision as of 23:15, 26 February 2011
My works on Popcorn.js
Release 0.1
Source Control: git BugTracker: Lighthouse Blog: Minooz.wordpress.com
- Bugs
- Add url to the name of tagged person in tagthisperson plugin. Ticket @ lighthouse
- Currently, tagthisperson plugin, adds the name of the person who is tagged in the video along with his/her image. This ticket is for adding url feature to this plugin. So, if the person has url, show the name as a link.
- So, I tried to append the <a href></a> syntax to the value of the options._p[ 'options.person' ]. But the problem was that it was appending the linked name to the existing value and I couldn't just replace the name of the person with the linked name. I checked with David Humphrey and he suggested to create an object instead of an array for the people variable.
- I created the object with properties: person, image, href. Now I have to work on how to keep an array of these objects, to be retrieved at start time and end time.
- Documentation
- Add documentation for tagthisperson plugin for popcornjs.org based on these info
- Helpful tips
- Problem with XHRHttpRequest on Chrome while running a local file on the browser Disable Web Security