Need to check the bitmapWidth/bitmapHeight when loadStatus for Poster is “ready”.
Observe loadStatus for Poster and then
sub LoadStatus_Changed(event as dynamic)
status = event.GetData()
if (status = "ready") then
if (m.top.bitmapWidth <= 1.5 and m.top.failedBitmapUri <> invalid and m.top.failedBitmapUri <> "") then
m.top.uri = m.top.failedBitmapUri
end if
end if
end sub