You can't load an MP4 file as a Flash file directly. You need to load the video into a .swf based video player. Google this for a Flash video 101 tutorial.
Aran On Thu, Sep 3, 2009 at 12:48 PM, David Kwan <[email protected]> wrote: > > I am not able to load my video when it was hosted at Amazon Web > Services. > > > Video file : http://bpscheat.s3.amazonaws.com/ccheat1.mp4 > Width : 311 > Height : 379 > > Any help or suggestions are appreciated. Thanks. > > > -------------------------------------------------------------------------------------------- > > Code generated : > > <script type="text/javascript" src="swfobject.js"></script> > <script type="text/javascript"> > swfobject.registerObject("myVideo", "9.0.0"); > </script> > </head> > <body> > <div> > <object > classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" > width="311" height="379" id="myVideo"> > <param name="movie" value=" > http://bpscheat.s3.amazonaws.com/ > ccheat1.mp4"> > <!--[if !IE]>--> > <object type="application/x-shockwave-flash" > data="http:// > bpscheat.s3.amazonaws.com/ccheat1.mp4" width="311" height="379"> > <!--<![endif]--> > <a href=" > http://www.adobe.com/go/getflashplayer"> > <img src=" > http://www.adobe.com/images/shared/download_buttons/ > get_flash_player.gif" alt="Get Adobe Flash player"> > </a> > <!--[if !IE]>--> > </object> > <!--<![endif]--> > </object> > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
