TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
Stats
  • Total Posts: 196,004
  • Total Topics: 21,330
  • Online today: 141
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 1
  • Guests: 78
  • Total: 79
  • @rjen

Trouble embeding a .mov into an article

Started by mythbuster, February 23, 2007, 12:53:48 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mythbuster

Can anyone give me the correct code to embed a .mov into an article?
i can embed .wmv's just fine but i cant get .mov's to work.
im making a video gallery using seperate articles for each video, but i cant get the .mov's to work.

ty

Porky


Ken.

#2
One issue that came up for me is the path to your file, in all the formats that I've used so far (Real, WMV & Q-Time) it works better if you use the full path, no matter where you store the vid file. It will not play at all in some cases without the full path.


EDIT: here's one that I use in both articles and posts, it works good... you just need to edit the links to your location and play with the size to get it the same as your vid.
And remove the html tag if you use it in a regular HTML article

[html]
<i>... it may take 25-30 secs for file to load
<!-- begin embedded RealMedia file... -->
   <table border='0' cellpadding='0' align="center">
    <!-- begin video window... -->
    <tr><td>
    <OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'
    width="520" height="340">
    <param name='src' value="http://www.my_vid.wmv">
    <param name='autostart' value="true">
    <param name='controls' value='imagewindow'>
    <param name='console' value='video'>
    <param name='loop' value="true">
    <EMBED src="http://www.my_vid.wmv" width="520" height="340"
    loop="true" type='audio/x-pn-realaudio-plugin' controls='imagewindow' console='video' autostart="true">
    </EMBED>
    </OBJECT>
    </td></tr>
    <!-- ...end video window -->
          <!-- ...end embedded RealMedia file -->
    </td></tr>
   </table> [/html]
" If everything seems under control, you're not going fast enough." - Mario Andretti
Yesterday When I was Young.

This website is proudly hosted on Crocweb Cloud Website Hosting.