normalsalad
Member
Posted 6 years ago #
Keeping in mind that i am somewhat of a novice...i am trying to figure out how to make the movies on my blog play within the blog as opposed to a seperate page. All the files are .mov. I know that there are some very complicated (to me) ways to do this...but is there some magical shortcut that i may not be aware of? maybe a plugin of sorts? I'll gladly take the complicated answer too. My vlog is at: http://www.iwatchedthewholething.com
Thanks.
ZackDaddy
Member
Posted 6 years ago #
Have you had any luck with this? I just set up wordpress and am trying to do a similar thing.
merfnet
Member
Posted 6 years ago #
I have a movie in my blog the code for it is this
<div align=center>
<embed SRC=http://www.merfnet.com/video/dancing1.wmv WIDTH=400 HEIGHT=300 AUTOPLAY=false CONTROLLER=true LOOP=false ></embed>
</div>
it works very well
just change your directory and the .wmv to .mov and it should work