Iv4nS / mraid-web-tester

Automatically exported from code.google.com/p/mraid-web-tester
0 stars 0 forks source link

Wrong URI for the playVideo method in the mraid-test-ad.html sample creative #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the web tester or true MRAID SDK
2. Load the mraid-test-ad.html
3. Expand it
4. Click on playVideo

What is the expected output? What do you see instead?

The MRAID Webtester opens the given URI "http://youtu.be/FB5KeKdVCVo" in a new 
browser window, and we actually can see the video on youtube. It works because 
the mraid webtester open every correct URL in a new browser window using 
window.open, but it won't work on an actual SDK since the playVideo take as 
parameter a URL which lead to video file and not to a webpage !

A URL which redirect to a video file URI will be more appropriate to test the 
playVideo implementation. And the <embed> on a overlay could be used to 
reproduce the native player of the device on the web tester.

Original issue reported on code.google.com by wennerke...@gmail.com on 11 Feb 2013 at 10:21

GoogleCodeExporter commented 9 years ago
This should be addressed in the latest update because of the compliance 
testing. OK to retest.

Thanks,
-Nathan

Original comment by nathan.c...@crispmedia.com on 28 Apr 2014 at 6:11