http://www.westvancouver.com/webcams/beachhousecam/
The item is about halfway down the page.
It works with Firefox, which shows the Flashblock icon over the space, but there is no placeholder image on that space with Opera.
I am wondering if maybe Opera does not deal well with iframes? I looked at the source code for that page, and found that the .swf file is contained within iframe tags. That webcam is accessible from another page that can access a large number of different webcams, and it works from there. In that page, the .swf file is within object tags, not in an iframe.
Here are the codes for both pages:
- Code: Select all
<p style="text-align: center;"><iframe frameborder="0" height="400" marginheight="0" marginwidth="0" scrolling="NO" src="http://www.westvancouver.com/webcams2/beachhousecam/beachhousecam.swf" width="350"></iframe></p>
This works with Firefox with Flashblock, but not Opera with plugin on demand.
- Code: Select all
<object class="embedflash" data="http://www.westvancouver.com/webcams2/beachhousecam/beachhousecam.swf" type="application/x-shockwave-flash" height="400" width="350"><param name="movie" value="http://www.westvancouver.com/webcams2/beachhousecam/beachhousecam.swf"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><small>(Either JavaScript is not active or you are using an old version of Adobe Flash Player. <a href="http://www.adobe.com/">Please install the newest Flash Player</a>.)</small>
</object>
This works fine with both browsers.
UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; rv:1.9.2.13) Gecko Firefox/3.6.13


