Viewing Video Embed almost working!

Video Embed almost working!



User: eugenejazzy 12 years ago
I am using this script to embed a video:

<div id="container1">
<a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.
</div>

<script type="text/javascript" src="http://dvkitchen.s3.amazonaws.com/assets/flv_player/swfobject.js"></script>

<script type="text/javascript">
var s1 = new SWFObject("http://dvkitchen.s3.amazonaws.com/assets/flv_player/player.swf","ply","604","362","9","#333");
s1.addParam("allowfullscreen","true");
s1.addParam("allowscriptaccess","always");
s1.addParam("flashvars","file=http://eugenelambweb.com/dvkitchen2/hands_5_mpeg4.mov...fullscreen=true...autostart=true");
s1.write("container1");
</script>

Something is happening in Ew that won't allow chrome to process this file.

What do you think? All welcome to use the script as the file is in place.

Thanks

<span style="font-family : arial,sans-serif; color : #ccc;">hands 5 mpeg4</span>

The video plays as intended in Firefox and Safari in EW but not so good in Chrome. (See 1st attachment)

Using Hype the video plays fine in all three browsers:

Screen Shot 2013-09-22 at 4.53.09 PM.png

Screen Shot 2013-09-22 at 4.53.38 PM.png
User: Paul-RAGESW 12 years ago
Maybe you don't have flash installed in chrome?

-------------------------------
Paul
EverWeb Developer


Post Reply
You must login or signup to post.