flash - Embed my swf file on html -


i want embed swf-file via html. part of code. problem file shows on desktop , not on mobile devices. need show on mobile devices too. mistake?

<center><object data="flickr_lung.swf" width="500" height="500"></object></center> 

i'm not sure how missed memo on this...it's been going on near decade @ point...but i'll explain anyway.

practically no common mobile device browsers support flash player , .swf format. in general don't typically support plugin technology.

option 1: flash (the authoring tool, distinct flash player) can output html/css/js type content instead of .swf format. may take mucking project, it's new stuff learn , deal with. worth it.

option 2: progressive enhancement. have flash sites made before mobiles around still work great day because progressively enhanced them outputting simpler html version of same content "backup" content swf. ironically simple html version more usable on tiny devices many modern responsive sites are...but digress...

option 3: if you're trying build happens sort of web-app, flash capable of producing mobile apps. use said app actual app instead of browser driven app. progressively enhanced html backup content can point them app.

option 4: flash specialized thing. if don't need using , site build-able without can build normal website in html/css/js.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -