This week I came across a very special feature of the mobile webmail La Poste. Almost every link to Youtube mickey mouse movies or Dailymotion is completed by the addition of a built-in player. In the following example, I put a link to a Youtube video, and a link to a Youtube mickey mouse movies search.
Thus, the following code <a href="http://www.youtube.com/watch?v=i6ft4GcaNPE"> ... A Zombie Dingo </a> <a href="http://www.youtube.com/user/WaltDisneyStudiosFR/search?query=Mickey+Mouse+Episode+int%C3%A9gral">Youtube</a>
... Has turned into: <object width = "250" height = "200"> <param name = "movie" value = "http://www.youtube.com/v/www.youtube.com&hl=fr&fs=1&rel= 0 "> <param name =" allowFullScreen "value =" mickey mouse movies true "> <param name =" allowscriptaccess "value =" mickey mouse movies always "> <param name =" wmode "value =" transparent "> <embed src =" http: / /www.youtube.com/v/i6ft4GcaNPE&hl=fr&fs=1&rel=0 "type =" application / x-shockwave-flash "allowscriptaccess =" always "allowfullscreen =" true "wmode =" transparent "width =" 250 "height = "200"> </ object> mickey mouse movies <br> mickey mouse movies <a target="_blank" href="http://www.youtube.com/watch?v=i6ft4GcaNPE" class="ui-link"> A Zombie Dingo </ a> on <object width = "250" height = "200"> <param name = "movie" value = "http://www.youtube.com/v/www.youtube.com&hl=fr&fs=1&rel=0" mickey mouse movies > <param name = "allowFullScreen" value = "true"> <param name = "allowscriptaccess" value = "always"> <param name = "wmode" value = "transparent"> <embed src="http://www.youtube.com/v/user/WaltDisneyStudiosFR/search?query=Mickey+Mouse+Episode+int%C3%A9gral&hl=fr&fs=1&rel=0" type = "application / x-shockwave-flash" allowscriptaccess = "always" allowfullscreen = "true" wmode = "transparent" width = "250" height = "200"> </ object> <br> <a href="http://www.youtube.com/user/WaltDisneyStudiosFR/search?query=Mickey+Mouse+Episode+int%C3%A9gral" target = "_ blank" class = "ui-link"> Youtube </a>
This functionality from a good feeling. But in practice, its implementation is a disaster. And it poses a number of problems: Each tag <a> directly preceded by the insertion of an <object> and a <br>. The layout of your e-mail may be distorted because of that, either because you put a link around text or an image. A player is embedded mickey mouse movies even for links that do not correspond to video (eg a user page, search page, or any static page Youtube or Dailymotion). In this case, nothing works, and we are left with an empty area on the screen. The integrated drive uses Flash. For a mobile webmail. I would like to meet one who has had this genius idea. Youtube manages to return an HTML5 version mickey mouse movies of the video through the <embed> tag. But Dailymotion, nothing works if you do not have Flash Player installed. If you have Flash Player installed, the Youtube player will not work because the URL parameter value is wrong movie. (There is then a <param name = "movie" value = "http://www.youtube.com/v/www.youtube.com">).
Fortunately, I've realized that you could easily avoid the addition of the embedded player. mickey mouse movies To do this, simply specify mickey mouse movies all links to Youtube and Dailymotion with https, mickey mouse movies not http.
I guess the developers of webmail did not even bother to write a regex to manage both. And that's good. Paradoxically, their incompetence (to create such a filter) saves us from their incompetence (to embed a video player).
Website (optional) Comments are manually moderated and subject to a spam filter. Thank you to respect the author of the article, other participants in the discussion, and the French language. You can follow mickey mouse movies responses via RSS.
A site byHTeuMeuLeu
No comments:
Post a Comment