|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Jump
|
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
Can you send the code you have to me in PM so i can see
|
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Can you send the code you have to me in PM so i can see
|
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#6 |
|
Messages: n/a
Hébergeur: |
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><object width="425" height="350"> < aramname="movie" value="<a href="http://www.youtube.com/v/gkhsJuPV2IA" target="_blank">http://www.youtube.com/v/gkhsJuPV2IA</a>"> </param> <embed src="<a href="http://www.youtube.com/v/gkhsJuPV2IA" target="_blank">http://www.youtube.com/v/gkhsJuPV2IA</a>" type="application/x-shockwave <div id="1eqo"> -flash" width="425" height="350"> </embed> </object></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> </td> </tr> </table> </body> </html> |
|
|
|
#7 |
|
Messages: n/a
Hébergeur: |
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 |
|
|
|
#8 |
|
Messages: n/a
Hébergeur: |
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 > |
|
![]() |
| Outils de la discussion | |
|
|