BlogHarbor Home Page
FAQFAQ  SearchSearch  MemberlistMemberlist  UsergroupsUsergroups  UsergroupsRSS   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
video component
 
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion
View previous topic :: View next topic  
Author Message
boilerfan86
Guest





PostPosted: Wed Nov 10, 2004 10:52 pm    Post subject: video component Reply with quote

Is there any way to add a video clip to my blog? Thanks.
Back to top
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Thu Nov 11, 2004 1:55 am    Post subject: Re: video component Reply with quote

You can upload any type of file to your weblog via the File Manager. This
article explains how to upload files to your blog and use them on your
articles:

http://demo.blogharbor.com/blog/_archives/2004/8/15/124582.html

Now that you have gotten a video loaded into your blog files, you will need to add it to your page with HTML. This page from Apple shows the HTML codes necessary to add a Quicktime video to your page:

http://www.apple.com/quicktime/authoring/embed.html

Alternatively, you could attach the video as a file attachment, and just have your readers click to download the file.


Last edited by john on Sun Jul 22, 2007 11:17 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
boilerfan86
Guest





PostPosted: Fri Nov 12, 2004 10:41 am    Post subject: video problems Reply with quote

I guess I wasn't nearly as clear on what I'm trying to do in my last question, so I'll try again.

I took short clips of a recording I made with my camcorder and used Windows Media Player to create a very short movie. Now I want to put that movie on my blog for my readers to watch. When I tried to upload the movie, it turned out to be a huge file of jibberish. What do I need to do?

Thanks.
Back to top
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Fri Nov 12, 2004 10:31 pm    Post subject: Re: video problems Reply with quote

Actually, you were pretty clear. Very Happy Follow the instructions I gave for uploading your file via the File Manager. Once it's up there, you can just create a link to the file or try to embed it into your page.

This link may help you learn the HTML required to add the file to display inside your web page:

http://webmonkey.wired.com/webmonkey/01/49/index2a.html?tw=multimedia

If anyone can find a better tutorial for adding WinMedia files, please post!

Otherwise, you can just add a link to the file and your users can download the file and view it when it is downloaded. If you are seeing jibberish when you try to download the file from your weblog, then that is likely because your browser does not understand what to do with the file. The easiest way to teach your browser what to do is probably to download the latest Windows Media Player and install it, that should add the latest plugins so that your browser can display the file inline.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
boilerfan86
Guest





PostPosted: Sat Nov 13, 2004 8:08 pm    Post subject: video component Reply with quote

Okay. I was on the right track. I had the media player embedded, and I figured out what I did wrong loading the movie into the file manager, so I got that taken care of as well. Now, though, I'm not doing that last step to get the movie to play. Here's the code I used to embed the player:

<OBJECT ID="mediaPlayer" 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="https://www.blogware.com/admin/index.cgi/cmd=manage_files/subdir=video">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME=transparentatStart" VALUE="true">
<PARAM NAME=autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="true>
</OBJECT>


The player shows up, but the movie doesn't start. I've tried all kinds of things trying to connect to the movie. Any suggestions?

Thanks.
Back to top
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Sat Nov 13, 2004 8:26 pm    Post subject: Re: video component Reply with quote

This part is incorrect:

Code:
<PARAM NAME="fileName" VALUE="https://www.blogware.com/admin/index.cgi/cmd=manage_files/subdir=video">

Grab the URL of the movie you uploaded by right clicking on the link to it in the FIle Manager. As you mouse over a file in the FIle Manager, you see that it is a link to your file. Right click on that link, and you will be able to copy the URL. Update your code to use the URL of the file itself, not the URL of the control panel's FIle Manager, and you should be much closer to solving the problem.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
boilerfan86
Guest





PostPosted: Sun Nov 14, 2004 9:46 am    Post subject: video component Reply with quote

Got it! Thank you so much. I knew it was the URL, but I didn't know where to look for the URL for the movie.

Thanks again.
Back to top
bucksrugby



Joined: 10 Nov 2005
Posts: 20
Location: Singapore

PostPosted: Fri Feb 24, 2006 1:33 am    Post subject: Re: video component Reply with quote

john wrote:
This page from Apple shows the HTML codes necessary to adda Quicktime video to your page:

http://www.apple.com/quicktime/authoring/embed.html

Alternatively, you could attach the video as a file attachment, and just have your readers click to download the file.


Have you got a revissed link? I looked on apple's site but couldn't find the new page.
Back to top
View user's profile Send private message Visit poster's website
john
Site Admin


Joined: 16 Mar 2004
Posts: 3434

PostPosted: Fri Feb 24, 2006 10:14 am    Post subject: Re: video component Reply with quote

I can't find where they moved that page, but I did find their HTML Scripting Guide for QuickTime which covers the topic pretty authoritatively.

You can also try one of these links:
which are HTML code generators which allow you to enter some information and quicky receive the HTML code necessary to embed a media file into your page.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
johncpiercy



Joined: 24 Mar 2005
Posts: 91
Location: Canada

PostPosted: Sat Feb 25, 2006 12:14 pm    Post subject: Try Audio Blog Reply with quote

How about[url] http://www.AudioBlog.com [/url]
Its not free , buts it works flawlessly

Uploads to your Blog in minutes

JP
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
johncpiercy



Joined: 24 Mar 2005
Posts: 91
Location: Canada

PostPosted: Sat Feb 25, 2006 12:16 pm    Post subject: Reply with quote

A free solution is

http://www.youtube.com/
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
johncpiercy



Joined: 24 Mar 2005
Posts: 91
Location: Canada

PostPosted: Wed Mar 08, 2006 7:31 pm    Post subject: Video to your Blog Reply with quote

Another FREE solution for posting Video to your blog


http://www.videoegg.com
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger
Search all BlogHarbor support resources.
View previous topic :: View next topic  
Display posts from previous:   
Post new topic   Reply to topic    BlogHarbor Community Forum Index -> General Discussion All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum