Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
Fullscreen fix for CollegeHumor.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan.istrate committed Nov 14, 2009
1 parent a3732a3 commit 7f07091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/websites/collegehumor.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WebsiteInfo collegehumor = {
"<param name=\"wmode\" value=\"transparent\"/>"
"<param name=\"allowScriptAccess\" value=\"always\"/>"
"<param name=\"movie\" quality=\"best\" value=\"http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=%VIDEO_ID%&fullscreen=1\"/>"
"<embed src=\"http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=%VIDEO_ID%&fullscreen=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"320\" allowScriptAccess=\"always\"></embed>"
"<embed src=\"http://www.collegehumor.com/moogaloop/moogaloop.swf?clip_id=%VIDEO_ID%&fullscreen=1\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"320\" allowfullscreen=\"true\" allowScriptAccess=\"always\"></embed>"
"</object>",
NULL
};

0 comments on commit 7f07091

Please sign in to comment.