iphone - Youtube flash object in page causes (mobile) safari to crash -


i have lot of pages (thousands) user generated content containing youtube video's embedded flash objects. content generated rich text editor ckeditor , tinymce. this:

<object width="550" height="400" data="//www.youtube.com/v/hengl-ebqp0?version=3" type="application/x-shockwave-flash"><param name="allowscriptaccess" value="never" /><param name="allownetworking" value="internal" /><param name="movie" value="//www.youtube.com/v/hengl-ebqp0?version=3" /><param name="allowfullscreen" value="false" /></object> 

i can't replace iframe/html5 version of youtube embeds because part of larger pieces of html saved in database.

but pages using these flash youtube embeds crash in safari on iphone. page tries reload few times , end in crash message.

this sample page crashes in safari: http://www.badboysbrand.nl/c-3021388/video/


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -