T O P I C R E V I E W |
Martin1 |
Posted - 11 Sep 2009 : 16:07:10 I can't seem to get it done. I have tried embedding and linking to a mp4 movie but it won't show. I have an empty page an choose "Generic Objects' and then "Multimedia File" and then choose to embed or link to an mp4 movie. But when I export it and then view the page locally in IE 8 or Opera 10 nothing shows. Only an empty rectangle where the movie should be.
What am I doing wrong? |
5 L A T E S T R E P L I E S (Newest First) |
s.dav |
Posted - 24 Sep 2009 : 09:23:12 That will be released the next week! |
s.dav |
Posted - 24 Sep 2009 : 09:21:40 Fantastic! It is possible to create a MP4 extension for the next version of Dynamic HTML Editor! |
madkart |
Posted - 24 Sep 2009 : 05:21:47 Here's the code I put in my html object you have to put flvplayer in the same directory then your htm page where your video will play.
You could search on google to download the flvplayer.swf application.
MADKART
===========================================================
<center><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" align="middle" height="260" width="428"> <param name="movie" value="flvplayer.swf?file=video/Your_video_file.flv&autoStart=true"> <param name="quality" value="high"> <param name="bgcolor" value="#ffffff"> <embed src="flvplayer.swf?file=video/Your_video_file.flv&autoStart=true" quality="high" bgcolor="#ffffff" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="260" width="428"> </object></center>
===========================================================
|
madkart |
Posted - 23 Sep 2009 : 16:07:54 I did it on my video page http://www.luckabarbeau.com/video.htm My video are in format flash (flv), I transfer my file with QuickMedia converter it's a freeware.
Hope it help you
Madkart
|
s.dav |
Posted - 14 Sep 2009 : 09:08:52 There are tons on methods on google but the only one that works (IMO) is this:
http://www.articlesbase.com/video-articles/embed-mp4-into-web-pages--playing-videos-on-your-webpage--957869.html
Resuming, you need to convert your .mp4 video into a .flv video.
You can also embed directly your .mp4 file but I think it doesn't work as expected
http://www.webmasterworld.com/graphics_multimedia/3644247.htm |