|
|
@ -30,7 +30,7 @@ if(typeof VMM != 'undefined' && typeof VMM.MediaType == 'undefined') { |
|
|
|
} else if (d.match('<iframe')) { |
|
|
|
} else if (d.match('<iframe')) { |
|
|
|
media.type = "iframe"; |
|
|
|
media.type = "iframe"; |
|
|
|
trace("IFRAME") |
|
|
|
trace("IFRAME") |
|
|
|
regex = /src=['"](\S+?)['"]\s/; |
|
|
|
regex = /src=['"](\S+?)['"]/; |
|
|
|
group = d.match(regex); |
|
|
|
group = d.match(regex); |
|
|
|
if (group) { |
|
|
|
if (group) { |
|
|
|
media.id = group[1]; |
|
|
|
media.id = group[1]; |
|
|
|