Are there any ways providing an alternate GIF/PNG image, in case the user has no Adobe Flash installed and/or deactivated. I’ve found recommendations, like the following from W3C, which determine via JavaScript the existence of Adobe Flash on the client: W3C Providing alternative images
老实说,我更喜欢非 JS 技术。我正在考虑一些 XHTML 标签,相当于 <noscript>
。(例如 <noobject>
,如果对象(在我们的情况下是 Flash)无法显示/加载)。
The reason for needing this separation is the following: The bank I’m working for will preferably display their banners in Flash format. In case it isn’t possible a simple image should be shown. In the past it was solved very likely in the way mentioned before. We’re currently working on a design refresh and that’s where I stumbled upon this piece of code which makes me wonder if it’s really the most elegant and compatible way of doing so.
另一个想法让我震惊:在禁用JavaScript的环境中,实际上是否可能加载Flash对象?