1 Replies - 232 Views - Last Post: 29 July 2011 - 02:18 PM

#1 teahou  Icon User is offline

  • D.I.C Head

Reputation: 6
  • View blog
  • Posts: 223
  • Joined: 01-April 11

Embeded video plays in FF, but not IE9

Posted 29 July 2011 - 02:08 PM

Hi folks. Here is the background. i have a video sitting in a folder in Amazon S3, which for those that don't know, it just an online (cloud) file server. I put together tis code to play the video on my web page. The code works in FF, though the controllers do not show, but it does not show anything in IE9.

Please let me know what I am missing to make this work in both browsers, thanks:

<object data="https://s3.amazonaws.com/preg_companion_videos/test_video1.mp4" type="video/mp4" width="720" height="650">

                <param name="src" value="https://s3.amazonaws.com/preg_companion_videos/test_video1.mp4">
                <param name="controller" value="true" />
                <param name="autoplay" value="true">
                <param name="autoStart" value="1">
</object>



Is This A Good Question/Topic? 0
  • +

Replies To: Embeded video plays in FF, but not IE9

#2 maniacalsounds  Icon User is offline

  • D.I.C Regular
  • member icon

Reputation: 112
  • View blog
  • Posts: 454
  • Joined: 27-June 10

Re: Embeded video plays in FF, but not IE9

Posted 29 July 2011 - 02:18 PM

I don't have much experience with loading audio/embedding. However, wouldn't it be easier to save it to the server and put the path to it from there, that way there isn't any HTTPS confusion or link problems?

Also, check here: http://www.w3schools.../tag_object.asp

Firefox and Internet Explorer do not support all of the features of the object tag. Perhaps that is the problem.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1