PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Graphisme & Infographie > macromedia.dreamweaver > YouTube and embedding html
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
YouTube and embedding html

Réponse
 
LinkBack Outils de la discussion
Vieux 10/04/2008, 17h33   #1
The Principal
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut YouTube and embedding html

OK..very new to Dreamweaver, but ok with the old go live..
here's my question...I need to embed a youtube movie. easy enough, just place
the code in the code area. However, I need it to be in a specific place and it
needs to go partially over a portion of a graphic. I tried to take a flexible
div and put it in the design mode then add the html in the code mode. All I got
was the code words on the page. Then I just tried putting the code in as close
to where I thought it should be and I got a install missing plug-in..well that
never happens when i watch other youtube on other sites..I am just lost and a
little frustrated. Please if you can.
Thanks
Rob
www.sitandslide.com

  Réponse avec citation
Vieux 11/04/2008, 13h47   #2
The Principal
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: YouTube and embedding html

Jump
  Réponse avec citation
Vieux 11/04/2008, 16h57   #3
SEOTOP
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: YouTube and embedding html

Can you send the code you have to me in PM so i can see
  Réponse avec citation
Vieux 11/04/2008, 17h00   #4
SEOTOP
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: YouTube and embedding html

Can you send the code you have to me in PM so i can see
  Réponse avec citation
Vieux 11/04/2008, 17h06   #5
Dooza
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: YouTube and embedding html

The Principal wrote:
> OK..very new to Dreamweaver, but ok with the old go live..
> here's my question...I need to embed a youtube movie. easy enough, just place
> the code in the code area. However, I need it to be in a specific place and it
> needs to go partially over a portion of a graphic. I tried to take a flexible
> div and put it in the design mode then add the html in the code mode. All I got
> was the code words on the page. Then I just tried putting the code in as close
> to where I thought it should be and I got a install missing plug-in..well that
> never happens when i watch other youtube on other sites..I am just lost and a
> little frustrated. Please if you can.
> Thanks
> Rob
> www.sitandslide.com
>


It sounds like when you went into code view you didn't click in the code
where you wanted to paste the code.

Steve
  Réponse avec citation
Vieux 11/04/2008, 19h55   #6
The Principal
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: YouTube and embedding html

I hope this is PM? I am pretty new to the forum thing.
It is attached.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>SiteandSlide-Don't just sit there, SitandSlide!</title>
<style type="text/css">
<!--
body,td,th {
font-family: Arial, Helvetica, sans-serif;
}
body {
background-image: url();
background-repeat: no-repeat;
margin-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
}
#apDiv1 {
position:absolute;
left:345px;
top:197px;
width:171px;
height:70px;
z-index:1;
}
#apDiv2 {
position:absolute;
left:0px;
top:0px;
width:99px;
height:82px;
z-index:1;
}
#apDiv3 {
position:absolute;
left:0px;
top:1px;
width:1001px;
height:582px;
z-index:1;
}
#apDiv4 {
position:absolute;
left:222px;
top:197px;
width:408px;
height:370px;
z-index:2;
}
#apDiv5 {
position:absolute;
left:654px;
top:197px;
width:200px;
height:127px;
z-index:3;
}
#apDiv6 {
position:absolute;
left:584px;
top:320px;
width:327px;
height:288px;
z-index:4;
}
#apDiv7 {
position:absolute;
left:599px;
top:341px;
width:189px;
height:68px;
z-index:4;
}
#apDiv8 {
position:absolute;
left:594px;
top:329px;
width:307px;
height:246px;
z-index:4;
}
#apDiv9 {
position:absolute;
left:655px;
top:342px;
width:194px;
height:80px;
z-index:4;
}
#apDiv10 {
position:absolute;
left:653px;
top:198px;
width:344px;
height:258px;
z-index:3;
}
#apDiv11 {
position:absolute;
left:662px;
top:202px;
width:40px;
height:26px;
z-index:3;
}
#apDiv12 {
position:absolute;
left:651px;
top:198px;
width:339px;
height:329px;
z-index:3;
}
#apDiv13 {
position:absolute;
left:646px;
top:200px;
width:341px;
height:290px;
z-index:3;
}
-->
</style>
<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>
<script src="Scripts/AC_ActiveX.js" type="text/javascript"></script>
</head>&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt; &ltaram
name=&quot;movie&quot; value=&quot;<a
href="http://www.youtube.com/v/gkhsJuPV2IA"
target="_blank">http://www.youtube.com/v/gkhsJuPV2IA</a>&quot;&gt;
&lt;/param&gt; &lt;embed src=&quot;<a
href="http://www.youtube.com/v/gkhsJuPV2IA"
target="_blank">http://www.youtube.com/v/gkhsJuPV2IA</a>&quot;
type=&quot;application/x-shockwave
<div id="1eqo"> -flash&quot; width=&quot;425&quot; height=&quot;350&quot;&gt;
&lt;/embed&gt; &lt;/object&gt;</div>
</div>
<div>Content for New Div Tag Goes Here</div>
<div id="apDiv3">
<img src="Sit and slide.jpg" width="1001" height="583" border="0"
usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="7,213,141,233" href="welcome.html" />
<area shape="rect" coords="8,241,159,266" href="Whatisit.html" />
<area shape="rect" coords="6,273,197,291" href="youtubecontest.html" />
<area shape="rect" coords="5,299,166,321" href="exercises.html" />
<area shape="rect" coords="7,331,188,352" href="Ordering.html" />
<area shape="rect" coords="7,361,166,380" href="Contact.html" />
<area shape="rect" coords="66,408,156,449" href="Ordering.html" />
<area shape="rect" coords="44,462,191,510" href="Ordering.html" />
</map>
</div>
<div id="apDiv4"><strong>STANDARD SLIDE </strong>Feet flat on the

SitandSlide sliding forward and backward.<br />
<br />
<strong>ON TOES SLIDE</strong> Toes touching the SitandSlide with feet
sliding forward and backward. <br />
This exercise specifically works the calves.<br />
<br />
<strong>ON HEELS SLIDE </strong>Heels touching the SitandSlide with feet
sliding forward and backward. <br />
This exercise works quads and hams.<br />
<br />
<strong>ABDUCTORS/ADDUCTORS </strong>Feet flat on SitandSlide with feet
sliding left and right. <br />
This exercise works the abductors and adductors of the inner and outer
thigh.<br />
<br />
<strong>CIRCLES</strong> Feet flat on SitandSlide with feet sliding in a
circular motion. <br />
This exercise incorporates the motions of both the Standard slide and the
Abductors/Adductors exercise.</div>
<table width="200" border="1">
<tr>
<td>&nbsp;</td>
</tr>
</table>

</body>
</html>

  Réponse avec citation
Vieux 11/04/2008, 19h58   #7
The Principal
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: YouTube and embedding html

i am not familiar with code so i use the design view. I tried to put my cursor
where i want it but all it does is take me to the code for the graphic that is
on the page. What type of insert should I use to put the code in..I hope that
makes sense because afrter I just read it i am even confused..
If you go to the other post i have added the code for the page. I just want to
put a youtube movie in the blank space on the big graphic...I am too old to be
trying this..haha....but i love it when it works..
Thanks guys...
Rob

  Réponse avec citation
Vieux 11/04/2008, 21h38   #8
Nancy O
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: YouTube and embedding html

You cannot paste code in Design View.

You must find the big open space on your page. In Design View, try typing
"Paste Code Here" to give you some idea where the code insertion point needs
to be. Then switch to Code View, Ctrl+F to find the words Paste Code Here,
and paste your YouTube player code in that division or table cell. You
can't paste player on top of an image unless the image is a background
image.


--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com




"The Principal" <webforumsuser@macromedia.com> wrote in message
news:ftoccj$jtf$1@forums.macromedia.com...
> i am not familiar with code so i use the design view. I tried to put my

cursor
> where i want it but all it does is take me to the code for the graphic

that is
> on the page. What type of insert should I use to put the code in..I hope

that
> makes sense because afrter I just read it i am even confused..
> If you go to the other post i have added the code for the page. I just

want to
> put a youtube movie in the blank space on the big graphic...I am too old

to be
> trying this..haha....but i love it when it works..
> Thanks guys...
> Rob
>



  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 20h57.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,13612 seconds with 16 queries