Page 1 of 2

Video Clip

Posted: Mon Apr 17, 2006 4:05 pm
by Eric C
I have a super cool video clip of my bike (an Alphasports Hyosung) on my website - http://nationaladventure.com/discussion/index.php


:) The file is huge so I wouldn't try downloading it if you are on dial-up. I am actually trying to figure out how to post videos on my website and just put up this quicky test video on there. It is just a link, I can't figure out how to display an actual video. Anyone know about these things?

Eric

Posted: Mon Apr 17, 2006 5:24 pm
by DivideOverflow
Hey Eric! Glad the bike is working out well for you.

I still have that spring! and I need to get my plate. I've been having a crazy amount of tests lately (and it was just Easter). I'll give you a ring very soon.

Posted: Tue Apr 18, 2006 4:24 am
by sapaul
Can't get the vid to work, try putting it on putfile.com

I like Hyosung's which have you got the 250? 650? comet?

Posted: Tue Apr 18, 2006 9:37 am
by Eric C
I have the 250. It is a great bike. :)

Posted: Tue Apr 18, 2006 12:45 pm
by earwig

Posted: Tue Apr 18, 2006 1:27 pm
by Eric C
I thought I found a program that would allow me to have the videos but it does not work. I want it so that when you come to the page you can just hit play and it will play (not having to download the file to your desktop and then opening it). I don't know how many videos I will do but it would be nice to have. This video of course is just a stupid little thing I did as a test. :laughing:

Posted: Tue Apr 18, 2006 1:31 pm
by Eric C
DivideOverflow,

Is that you on your bike? I don't remember it looking like that. I am guessing you got it all fixed up by now?

Yeah I am anxious to get that spring because I THINK that if I can put the bike up on the centerstand that I will be able to fit my car back in the garage. I lost my parking spot in the garage and am missing it. :( I have not bothered trying out the centerstand since you tied it up so nice.

Posted: Tue Apr 18, 2006 1:45 pm
by DivideOverflow
Well, that is my bike, but not the one you saw ;-)

My brother bought the black one (the KZ) from me, and I found a good deal on the 84' Interceptor.. It about 2 weeks worht of work and troubleshooting to get it running right, but now I am enjoying it quite a bit.

Posted: Tue Apr 18, 2006 2:17 pm
by earwig
See my next post if you want to use Flash. I converted your AVI to a flash file which opens a lot faster.

Eric, copy/paste this into your HTML, let me know if you wanna use something else to open it and I'll give you the code.

<object width="240" height="320"
classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="http://www.nationaladventure.com/images/Hyosung.AVI">
<param name="controller" value="true">
<param name="autoplay" value="true">
<embed src="moviefile.mov" width="320" height="240"
autoplay="true" controller="true"
pluginspage="http://www.apple.com/quicktime/download/">
</embed>
</object>
Eric C wrote:I thought I found a program that would allow me to have the videos but it does not work. I want it so that when you come to the page you can just hit play and it will play (not having to download the file to your desktop and then opening it). I don't know how many videos I will do but it would be nice to have. This video of course is just a stupid little thing I did as a test. :laughing:

Posted: Tue Apr 18, 2006 2:42 pm
by earwig
Actually you might want to use Flash so it will open a lot faster, like this: http://earwig.servebeer.com:8081/Hyosung-new.html

You can download the flash file here (right click on this link and click "Save Link As...", then put it in the same directory as the webpage you want it to appear on, and then put the below code on that page. If you put the flash file in a different directory make sure you change the location in the code.

http://earwig.servebeer.com:8081/Hyosung-new.swf

Then use this code:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shoc ... on=6,0,0,0"
WIDTH="320" HEIGHT="240" id="Hyosung-new" ALIGN="">
<PARAM NAME=movie VALUE="Hyosung-new.swf">
<PARAM NAME=quality VALUE=high>"
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED src="Hyosung-new.swf" quality=high bgcolor=#ffffff
WIDTH="320" HEIGHT="240" NAME="Hyosung-new" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
</EMBED>
</OBJECT>

I hope this helps... let me know if you need help.