• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

Only Plays in Safari!

H

Hot-text

Flightless Bird
OREALLY
when of see this in IE

allowscriptaccess="always" allownetworking="all" allowfullscreen="true"
src="http://cdn.abclocal.go.com/static/flash/embeddedPlayer/swf/otvEmLoader.swf?version=&station=kgo§ion=&mediaId=7238667&cdnRoot=http://cdn.abclocal.go.com&webRoot=http://abclocal.go.com&site=">


It's not IE but the Webmaster of the website do not know how to write
JavaScript for IE>>>>>
when Webmaster get it right the Flash Video will play......
I see that the webpage has a Post,,,,,, so post at the site and say all IE 6
to 8 can not play your Flash Video.
did to Error in JavaScript !




"OREALLY" <oreally@comcast.net> wrote in message
news:erdG5l3nKHA.4648@TK2MSFTNGP06.phx.gbl...
> Can anyone get this Flash Video to play in IE8?...
> http://carlamuses.blogspot.com/
>
> It plays in Safari but in IE8 I just get code!
>
> Oreally
 
D

Donald Anadell

Flightless Bird
"OREALLY" <oreally@comcast.net> wrote in message
news:erdG5l3nKHA.4648@TK2MSFTNGP06.phx.gbl...
> Can anyone get this Flash Video to play in IE8?...
> http://carlamuses.blogspot.com/
>
> It plays in Safari but in IE8 I just get code!


Contact the site owner, nothing you can do about the bad code used to insert
the Flash Object.

It doesn't work with any version of IE or Firefox with the bad code.

For instance, they are using a closing tags like this in the Html markup:

</param>
<br />

Good luck,

Donald Anadell


>
> Oreally
 
R

rob^_^

Flightless Bird
It looks like you used the design mode when pasting your code snippet as you
had embedded <br/> tags inside of other tags.

Your code:
<object id="otvPlayer" width="400" height="268"><br /><param name="movie"
value="http://cdn.abclocal.go.com/static/flash/embeddedPlayer/swf/otvEmLoader.swf?version=&station=kgo&section=&mediaId=7238667&cdnRoot=http://cdn.abclocal.go.com&webRoot=http://abclocal.go.com&site="
></param><br /><param name="allowScriptAccess" value="always"></param><br

/><param name="allowNetworking" value="all"></param><br /><param
name="allowFullScreen" value="true"></param><br /><embed id="otvPlayer"
width="400" height="268" type="application/x-shockwave-flash" <br />
allowscriptaccess="always" allownetworking="all" allowfullscreen="true" <br
/>
src="http://cdn.abclocal.go.com/static/flash/embeddedPlayer/swf/otvEmLoader.swf?version=&station=kgo&section=&mediaId=7238667&cdnRoot=http://cdn.abclocal.go.com&webRoot=http://abclocal.go.com&site="><br
/></embed><br /></object>





Copy and paste the following into the html editor of your blogspot

<object id="IEPlayer" width="400" height="268">
<param name="movie"
value="http://cdn.abclocal.go.com/static/flash/embeddedPlayer/swf/otvEmLoader.swf?version=&station=kgo&section=&mediaId=7238667&cdnRoot=http://cdn.abclocal.go.com&webRoot=http://abclocal.go.com&site="
/>
<param name="allowScriptAccess" value="always"/>
<param name="allowNetworking" value="all"/>
<param name="allowFullScreen" value="true"/>
<embed id="FXPlayer" width="400" height="268"
type="application/x-shockwave-flash"
allowscriptaccess="always" allownetworking="all" allowfullscreen="true"
src="http://cdn.abclocal.go.com/static/flash/embeddedPlayer/swf/otvEmLoader.swf?version=&station=kgo&section=&mediaId=7238667&cdnRoot=http://cdn.abclocal.go.com&webRoot=http://abclocal.go.com&site=">
</embed>
</object>

Search Blogspot help for instructions in imbedding videos in your pages.

Regards.

"OREALLY" <oreally@comcast.net> wrote in message
news:erdG5l3nKHA.4648@TK2MSFTNGP06.phx.gbl...
> Can anyone get this Flash Video to play in IE8?...
> http://carlamuses.blogspot.com/
>
> It plays in Safari but in IE8 I just get code!
>
> Oreally
>
 
Top