Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

   

Reply
 
LinkBack Thread Tools Display Modes
Old 09-28-2007, 05:31 PM   #1 (permalink)
Moderator
 
watley's Avatar
 
Join Date: 07-26-06
Location: Illinois
Posts: 2,067
iTrader: 0 / 0%
Latest Blog:
None

watley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest order
Video on a website?

This will sound like a n00b question... I have been instructed to add a video to our company's website. The video will be of a speech given by someone at the next company meeting.

I've never handled video before. What is the easiest way to do it? We do not want to use a third party such as YouTube if we can avoid it. We host our own website, on a Mac OS X server. Buying software is an option, if it's not unreasonable. The video will be about 20 minutes.

In a related question, how should we film this speech?
__________________
---> This space intentionally left blank. <---
watley is online now  
Add Post to del.icio.us
Reply With Quote
Old 09-28-2007, 07:58 PM   #2 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 3,009
iTrader: 0 / 0%
Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
quick start:
Code:
<p align="center"> <object border="1" height="260" hspace="0" type="application/x-shockwave-flash" width="320"> <param name="Filename" value="THE_FILE_TO_PLAY" /> <param name="AutoStart" value="True" /> <param name="ShowControls" value="False" /> <param name="ShowStatusBar" value="True" /> <param name="ShowDiplay" value="False" /> <param name="AutoRewind" value="True" /> <embed width="320" height="260" hspace="320" filename="THE_FILE_TO_PLAY" autostart="True" autorewind="True" showcontrols="True" showstatusbar="True" showdisplay="True" border="1" src="THE_FILE" type="application/x-shockwave-flash"> </embed> </object> </p>
There is a good tutorial here: http://www.alistapart.com/articles/byebyeembed - about how to display different media files.
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-29-2007, 01:14 AM   #3 (permalink)
Junior Member
 
Join Date: 01-23-07
Posts: 7
iTrader: 0 / 0%
Rushh is liked by many
If you are using Wordpress, there plenty of plugins to display youtube videos ..
Rushh is offline  
Add Post to del.icio.us
Reply With Quote
Old 09-30-2007, 08:08 AM   #4 (permalink)
Contributing Member
 
Join Date: 04-13-07
Location: US
Posts: 293
iTrader: 0 / 0%
Latest Blog:
None

scottdizzle is on the right pathscottdizzle is on the right pathscottdizzle is on the right path
Send a message via AIM to scottdizzle Send a message via Yahoo to scottdizzle
You can use the Adobe Flash wizard to import a video, add a flash player (like YouTube's flash player).. then save it. When you're done you have a file that you can just put on your site with a generic embed code like this:

Code:
<embed height=xxx width=xxx src="URL">
I've found that the easiest way to avoid headaches and get a video up.

On a Mac.. I don't know if you can do it like that.. I don't use Mac. I use Windows.. I like .avi files.. I like the XviD codec..
scottdizzle is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-01-2007, 07:18 AM   #5 (permalink)
Moderator
 
watley's Avatar
 
Join Date: 07-26-06
Location: Illinois
Posts: 2,067
iTrader: 0 / 0%
Latest Blog:
None

watley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest orderwatley is a web professional of the highest order
Thanks all... As I said, though, we can't really use YouTube... I need to look into these flash players.
__________________
---> This space intentionally left blank. <---
watley is online now  
Add Post to del.icio.us
Reply With Quote
Old 10-01-2007, 04:49 PM   #6 (permalink)
Contributing Member
 
littlephoenix's Avatar
 
Join Date: 07-18-07
Location: Los angeles
Posts: 151
iTrader: 0 / 0%
Latest Blog:
None

littlephoenix is web crap
you can use flash MX or 2004 to create your own flash streams using FLV. let me know if you cant figure it out and i will help you.
__________________
"Enthusiasm is excitement with inspiration, motivation, and a pinch of creativity."
Bo Bennett
Flash Web Site Design
Jewelry Crystal Glass Beads
littlephoenix is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-02-2007, 06:20 AM   #7 (permalink)
Contributing Member
 
Join Date: 04-13-07
Location: US
Posts: 293
iTrader: 0 / 0%
Latest Blog:
None

scottdizzle is on the right pathscottdizzle is on the right pathscottdizzle is on the right path
Send a message via AIM to scottdizzle Send a message via Yahoo to scottdizzle
I realize you don't want to host your video on any other site such as YouTube. I should have clarified. When I said 'like YouTube' I meant it was similar in that Adobe Flash has a wizard to help you create your OWN stand-alone player that would be a flash player for your video on your site and stream similarly to how YouTube has their player that streams for their video.

Sounds like the same thing littlephoenix is talking about. He sounds more knowledgeable than I do about it though.
scottdizzle is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-02-2007, 07:24 PM   #8 (permalink)
Inactive
 
Join Date: 09-20-07
Posts: 10
iTrader: 0 / 0%
Latest Blog:
None

bethann is liked by many
I think that by adding video to your website you are taking away from its quality of content.
bethann is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-03-2007, 07:41 AM   #9 (permalink)
Contributing Member
 
Join Date: 04-13-07
Location: US
Posts: 293
iTrader: 0 / 0%
Latest Blog:
None

scottdizzle is on the right pathscottdizzle is on the right pathscottdizzle is on the right path
Send a message via AIM to scottdizzle Send a message via Yahoo to scottdizzle
Quote:
I think that by adding video to your website you are taking away from its quality of content.
I disagree.. YouTube wouldn't be successful if it weren't for the fact that people really like to click the play button and sit back and be lazy for a little bit while they are entertained.

Make your video, make it interesting, do it well.. people will enjoy. But, you definitely want to back it up with a very nice site.
scottdizzle is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-07-2007, 09:48 AM   #10 (permalink)
Contributing Member
 
K-Max's Avatar
 
Join Date: 10-17-03
Location: K-Max Media HQ
Posts: 125
iTrader: 0 / 0%
Latest Blog:
None

K-Max is liked by somebodyK-Max is liked by somebodyK-Max is liked by somebodyK-Max is liked by somebody
Send a message via MSN to K-Max
Quote:
We host our own website, on a Mac OS X server. Buying software is an option, if it's not unreasonable.
Doesn't Mac OS X server has Quicktime Streaming Server included? Why not just encode your video as Quicktime, embed Quicktime on your web page and instruct users to install Quicktime before visiting your page?
__________________
Kaleem "K-Max" Maxwell - Web Producer and Developer
Visit my portfolio
K-Max Media Entertainment - www.kmaxmedia.com
K-Max is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-09-2007, 12:39 PM   #11 (permalink)
v7n Mentor
 
pinkfluffybunny's Avatar
 
Join Date: 05-18-04
Location: Florida
Posts: 1,220
iTrader: 0 / 0%
Latest Blog:
None

pinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to allpinkfluffybunny is a name known to all
A Mac server ........lol
pinkfluffybunny is online now  
Add Post to del.icio.us
Reply With Quote
Old 10-31-2007, 05:55 AM   #12 (permalink)
Member
 
Join Date: 09-02-07
Location: Philippines
Posts: 36
iTrader: 1 / 100%
Floridasites is liked by many
Send a message via Yahoo to Floridasites
Littlephoenix, Im also interested in doing this.
Can you give more insight / help in doing this with Flash MX 2004 ?

Maybe a tutorial link or something .. thanks.
Floridasites is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-31-2007, 06:56 AM   #13 (permalink)
Contributing Member
 
sleepyhead's Avatar
 
Join Date: 07-07-07
Location: Phoenix, Arizona
Posts: 503
iTrader: 0 / 0%
sleepyhead is liked by somebodysleepyhead is liked by somebodysleepyhead is liked by somebodysleepyhead is liked by somebody
Quote:
Originally Posted by watley View Post
Thanks all... As I said, though, we can't really use YouTube... I need to look into these flash players.
you can also use power point and insert the downloaded video there, old school but still works great.
sleepyhead is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding video to website heatfan Coding Forum 10 08-17-2008 08:56 PM
Video on a website Buskerdoo Web Design Lobby 22 12-23-2006 01:58 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 08:25 AM.
© Copyright 2008 V7 Inc