navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Free FrontPage Templates

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Embedding Youtube videos

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Embedding Youtube videos
Page: [1]
 
itzbran

 

Posts: 56
Joined: 5/16/2008
Status: offline

 
Embedding Youtube videos - 6/15/2008 22:56:59   
Hi
i just created a website called www.us-shaolinkungfu.com

can anyone please teach me how to embed a youtube video so that it goes streaming
thank you
ou812

 

Posts: 1603
Joined: 1/5/2002
From: San Diego
Status: offline

 
RE: Embedding Youtube videos - 6/16/2008 0:17:36   
When you view a video on youtube it gives you the code right there for embedding on a webpage page. Or are you asking/looking for something different?

Something like:
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/somevideo=en"></param><embed src="http://www.youtube.com/v/somevideo=en" type="application/x-shockwave-flash" width="425" height="344"></embed></object>

_____________________________

-brian

EnterpriseDB: Enterprise-class relational database management system
PostgreSQL: The world's most advanced open source database

(in reply to itzbran)
itzbran

 

Posts: 56
Joined: 5/16/2008
Status: offline

 
RE: Embedding Youtube videos - 6/16/2008 17:15:00   
Hi
Thank you for your information.

I tried just copying the code and then pasting it onto my webpage and then uploading the website again.

What happens is: I just see the code pasted on the webpage...there is no video streaming..i have to click on the link and then see the video.

I want to be able to embed a video like this website

www.kungfuz.com

Notice that the homepage has a video

How can I do that to my website

www.us-shaolinkungfu.com

(in reply to ou812)
swoosh

 

Posts: 1438
Joined: 5/18/2002
From: Beaver Falls, PA
Status: offline

 
RE: Embedding Youtube videos - 6/16/2008 17:21:44   
Download the video first. There are many free software programs out there that will allow you to download and then convert the video to a file type of your choice.

example: http://youtubedownload.altervista.org/

or Google for it and see the many others that you may like

_____________________________

Swoooosh
Just Do It!


(in reply to itzbran)
Larry M.

 

Posts: 2853
Joined: 2/20/2003
From: Greenville, South Carolina, USA
Status: offline

 
RE: Embedding Youtube videos - 6/16/2008 17:37:48   
quote:

I just see the code pasted on the webpage


This probably means you haven't pasted the code correctly.

In design view (where you want the video link to appear) try this: >>Insert >> Web Component >> Advanced Controls >>HTML >> (paste code) >>OK >>Publish Site.

_____________________________

Larry M.

Reality is the leading cause of stress among those few in touch with it

(in reply to swoosh)
itzbran

 

Posts: 56
Joined: 5/16/2008
Status: offline

 
RE: Embedding Youtube videos - 6/17/2008 19:00:25   
Hi,

now i pasted the code
i can see the shape of the youtube video
however, it doesn't open

you can see it, look at home page

www.us-shaolinkungfu.com

(in reply to Larry M.)
treetopsranch

 

Posts: 1157
From: Cottage Grove, OR, USA
Status: offline

 
RE: Embedding Youtube videos - 6/18/2008 0:26:22   
That site that you referenced that had a youtube video that worked uses javascript. Go here for step by step instructions to do it: warning - it is a complicated process.

http://blog.case.edu/webdev/2008/04/20/youtube.html

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to itzbran)
Tailslide

 

Posts: 6296
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: online

 
RE: Embedding Youtube videos - 6/18/2008 3:02:23   
Yep the code on the page still isn't what it needs to be to get the video to work.

You need to paste in EXACTLY what's on the youtube page which is:

<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/DitS09JbFTI&hl=en"></param><embed src="http://www.youtube.com/v/DitS09JbFTI&hl=en" type="application/x-shockwave-flash" width="425" height="344"></embed></object>


And make sure you don't add any other markup at all.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to treetopsranch)
itzbran

 

Posts: 56
Joined: 5/16/2008
Status: offline

 
RE: Embedding Youtube videos - 6/18/2008 17:06:31   
Hi,

I can't paste the code..instead I have to type it word for word exactly

i am using www.stokia.com as my host and i have to type the code word for word in the html page.

I can't copy and paste...what do you think i should do?

(in reply to Tailslide)
Larry M.

 

Posts: 2853
Joined: 2/20/2003
From: Greenville, South Carolina, USA
Status: offline

 
RE: Embedding Youtube videos - 6/18/2008 17:33:59   
quote:

I can't copy and paste...what do you think i should do?


That's not right. FrontPage will accept Paste anywhere. The Paste function has nothing to do with your host.

quote:

i have to type the code word for word in the html page


I don't know what an html page is unless you mean Code View. FrontPage Code View accepts the Paste command.

quote:

what do you think i should do?


I think you should learn basic design before attemping to introduce more sopihisticated elements :)

_____________________________

Larry M.

Reality is the leading cause of stress among those few in touch with it

(in reply to itzbran)
itzbran

 

Posts: 56
Joined: 5/16/2008
Status: offline

 
RE: Embedding Youtube videos - 6/18/2008 17:44:33   
Hi Larry
i sent you an email

I am actually not using Frontpage.

I am using a template website builder from www.stokia.com

Can you check you email and perhaps help me embed the video

(in reply to Larry M.)
Larry M.

 

Posts: 2853
Joined: 2/20/2003
From: Greenville, South Carolina, USA
Status: offline

 
RE: Embedding Youtube videos - 6/18/2008 18:18:53   
quote:

I am actually not using Frontpage


But you were initially as I recall, right?

I'll look for your email - I may or may not be able to help.

In a previous thread I remember OutFronters' advising you against audio/video which I mirror.

Oh, and BTW check with Stokia Network - I don't see mention of video files being supported on their Features page.

_____________________________

Larry M.

Reality is the leading cause of stress among those few in touch with it

(in reply to itzbran)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Embedding Youtube videos
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts