Skip to content

Commit

Permalink
removed deprecated Ad_Events test file
Browse files Browse the repository at this point in the history
removed adPlayabck from adTimeline
added KAdPlayer.js to put all AdPlayback pieces into a single file
switched over to "append video" instead of "switch video" for ad inserts. Need to do more testing on iPad to ensure it works for prerolls and everything. 
added more robust sourceUrl error handling 
renamed getCuePoint in katlura cue point methods to getNextCuePoint to reflect the methods mode to grab the next available cuePoint
removed some dead code in mwEmbedFrame.php


git-svn-id: http://www.kaltura.org/kalorg/html5video/trunk/mwEmbed@3341 b58a29cf-3064-46da-94c6-1c29cc75c8e5
  • Loading branch information
KalturaGitBot committed Dec 4, 2011
1 parent 527908e commit bc29466
Show file tree
Hide file tree
Showing 9 changed files with 644 additions and 669 deletions.
458 changes: 0 additions & 458 deletions modules/AdSupport/mw.AdTimeline.js

Large diffs are not rendered by default.

165 changes: 0 additions & 165 deletions modules/AdSupport/tests/Ad_Events_test.html

This file was deleted.

2 changes: 2 additions & 0 deletions modules/KalturaSupport/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"mw.KDPMapping" : "mw.KDPMapping.js",
"mw.KApi" : "mw.KApi.js",
"mw.KAds" : "mw.KAds.js",
"mw.KAdPlayer" : "mw.KAdPlayer.js",
"mw.KPPTWidget" : "mw.KPPTWidget.js",
"mw.style.klayout" : "mw.style.klayout.css",
"mw.KLayout" : "mw.KLayout.js",
Expand Down Expand Up @@ -111,6 +112,7 @@
'mw.KAnalytics',
'mw.KDPMapping',
'mw.KAds',
'mw.KAdPlayer',
'mw.KTimedText',
'mw.KLayout',
'mw.style.klayout',
Expand Down
Loading

0 comments on commit bc29466

Please sign in to comment.