How-To Add Video - White 1998 Cobra Mustang - W3bMa5t3r - gotstang.com
logosmall
 
GSM# 002784
W3bMa5t3r
XC3LR8

6395

points

How-To Add Video

updated: Mar 1st 2006 @ 09:18 PM


The W3bMa5t3r's '98 Cobra Vert's How-To's

Thanks to everyone who's visiting me from my personal website W3bMa5t3r.com and another thanks goes out to everyone who's voting for/ranking me. I promise I'll get you all back if I haven't done so already.
Thanks again.
Thanks to everyone who voted for my HUNT pics. Thanks!

My 1998 Cobra Convertible was born on 01/14/1998, build #724 of 3480

How to embed (add) a video to your webpage.
Complied By The "W3bMa5t3r"
(Thanks to 'tbird' for letting me use his video for these examples)

You need to have your video file hosted on a server. Either here at GotStang? (must be less than 1MB to be hosted on GS) or somewhere else. Once you have the file hosted somewhere continue with the information below:


NOTE!!! The Example URL that is used in the follwing codes must be replaced with the URL for YOUR video. The example URL is:

http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.*

* = .mov or .wmv or .rm

Ensure!!! that you replace all instances of the Example URL with YOUR URL. \"smile\" If you want it to work right :-p

NOTE 2!!! I know my real media file doesn't work. It's a problem with my converter. It won't convert Real Media right for some reason and I wanted to get this up as quick as possible. The code will work though, just place the URL to your video in place of my example URL.


Embeding a QuickTime (*.MOV) file/video, use this code, replacing the URL included, with the one you have for your video.

<?> Copy & paste the following...

      <!-- begin embedded QuickTime file... -->
      <table border='0' cellpadding='0' align="center">
        <!-- begin video window... -->
        <tr><td>
        <OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="640"
        height="495" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
        <param name='src' value="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.mov">
        <param name='autoplay' value="true">
        <param name='controller' value="true">
        <param name='loop' value="false">
        <EMBED src="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.mov" width="640" height="495" autoplay="true" 
        controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'>
        </EMBED>
        </OBJECT>
        </td></tr>
        <!-- ...end embedded QuickTime file -->
        </table>


That should result in this:

Embeding a Windows Media Files (*.WMV or *.WMA or *.ASX or *.ASF):

<?> Copy & paste the following...

      <!-- begin embedded WindowsMedia file... -->
      <table border='0' cellpadding='0' align="center">
      <tr><td>
      <OBJECT id='mediaPlayer' width="640" height="525" 
      classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95' 
      codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'
      standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>
      <param name='fileName' value="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.wmv">
      <param name='animationatStart' value='true'>
      <param name='transparentatStart' value='true'>
      <param name='autoStart' value="false">
      <param name='showControls' value="true">
      <param name='loop' value="false">
      <EMBED type='application/x-mplayer2'
        pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'
        id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' 
        bgcolor='darkblue' showcontrols="true" showtracker='-1' 
        showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="640" height="525"
        src="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.wmv" autostart="false" designtimesp='5311' loop="false">
      </EMBED>
      </OBJECT>
      </td></tr>
      <!-- ...end embedded WindowsMedia file -->
    <!-- begin link to launch external media player... -->
        <tr><td align='center'>
        <a href="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.wmv" style='font-size: 85%;' target='_blank'>Launch in external player</a>
        <!-- ...end link to launch external media player... -->
        </td></tr>
      </table>


This should leave you with something like:


Launch in external player

Embeding a Real Media (*.RM) File/Video:

<?> Copy & paste the following...

      <!-- 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="640" height="480">
        <param name='src' value="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.rm">
        <param name='autostart' value="false">
        <param name='controls' value='imagewindow'>
        <param name='console' value='video'>
        <param name='loop' value="false">
        <EMBED src="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.rm" width="640" height="480" 
        loop="false" type='audio/x-pn-realaudio-plugin' controls='imagewindow' console='video' autostart="false">
        </EMBED>
        </OBJECT>
        </td></tr>
        <!-- ...end video window -->
          <!-- begin control panel... -->
          <tr><td>
          <OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'
          width="640" height='30'>
          <param name='src' value="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.rm">
          <param name='autostart' value="false">
          <param name='controls' value='ControlPanel'>
          <param name='console' value='video'>
          <EMBED src="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.rm" width="640" height='30' 
          controls='ControlPanel' type='audio/x-pn-realaudio-plugin' console='video' autostart="false">
          </EMBED>
          </OBJECT>
          </td></tr>
          <!-- ...end control panel -->
          <!-- ...end embedded RealMedia file -->
        <!-- begin link to launch external media player... -->
        <tr><td align='center'>
        <a href="http://www.w3bma5t3r.com/gotstang_hosted/tbird/trying_to_burnout.rm" style='font-size: 85%;' target='_blank'>Launch in external player</a>
        <!-- ...end link to launch external media player... -->
        </td></tr>
      </table>


This should leave you with something like:

Launch in external player

ADDING the code to your webpage.

Make sure you've changed the VIDEO URL in the above code to reflect the URL of YOUR VIDEO/FILE.

  1. In the "Manage" box to the right, select "Website".
  2. From "Website", select the car you wish to edit the page(s) of  (if you have more than one car).
  3. Once the desired car is selected, choose the page you wish to edit.
  4. Now that the desired page to edit has been selected, you will see a cool webpage editor. In this editor go to the HTML VIEW (tabe at bottom of editor), scroll to the area where you would like to add your video file. Copy the code above !!!WITH YOUR VIDEO'S URL!!! in place of the example URL and PASTE the code. Once that is done, save the page and you should now have video in your page.

That's all there is to adding video to your webpage.






If I created your website/page and you'd like to let everyone know who did so, then feel free to add this code below to your website. Just copy and paste the code in it's entirety. Glad I can help.

It will display this image:




-=[ LOST? ]=-
Page 1: An Introduction To The W3bMa5t3r's Cobra
Page 2: Upgrade / MOD Log
Page 3: Random Hunt Pics <--- You Are Here
Page 4: Personal Pics :-D
Page 5: Mach 460 Info & Wiring Diagrams
Page 6: Upcoming Sound System
Page 7: Website Creation HowTo's
Page 8: Our Cutest Puppy Page
Page 9. Sigs & Backgrounds I've made
Page 10. The Got Stang Press Pass

Proud to be an American

Thanks for stopping by.
If you like my Cobra, please remember to vote for me. Thanks!



Next Page


 

Last 3 User Comments
n4aride
Dec 15th, 2007 @ 8:54 PM


“”

got ya ranked. stop by and check out my GT, and return the favor

bigmac5300
Apr 10th, 2007 @ 6:35 PM


“”

Ranked Ya! Beautiful car and awesome site! Come check out my site added a few things to it and please return the favor.

Bullockracing
Mar 29th, 2007 @ 1:25 AM


“”

Sweet BLACK Mustang you got there!!!  Ranked ya big!  Hit me back when you get the chance.  Look me up on Black Mustang Club.com - and join up if you're not on it already!!!



Advertise With GS!
 
Fuel your mustang love.
Leaderboards
gotstang owns

© 2004-2015 Gostang.com

All product names are the trademarks or registered trademarks of their respective companies

gotstang.com is not affiliated with Ford Motor Company