GDM
05-03-2010, 11:36 PM
Ok so i'my trying to use squarespace, and im having alot of trouble embedding a video.
Ive tried hosting it on youtube or on the website.
The best i can get is for it to show the player, and for the video to autoplay (which is what i want). What i want to do now is to remove the controls so its just a box playing the video, and to eliminate the sound. Ive tried adding code to do this but it doesn't make the change. Im not experianced with coding and would love some assistance.
code:
<object type="application/x-shockwave-flash" style="width:366px; height:266px;" data="http://www.youtube.com/watch?v=FJX32goKHSI?rel=0&autoplay=1&showsearch=0&showinfo=0">
<param name="movie" value="http://www.youtube.com/watch?v=FJX32goKHSI?rel=0&autoplay=1&showsearch=0&showinfo=0" />
</object>
i replaced my actual youtube video with a random one i found as my actual one includes information that isn't public yet.
So what do i need to add to remove the sound, and remove the controls. thanks.
Ive tried hosting it on youtube or on the website.
The best i can get is for it to show the player, and for the video to autoplay (which is what i want). What i want to do now is to remove the controls so its just a box playing the video, and to eliminate the sound. Ive tried adding code to do this but it doesn't make the change. Im not experianced with coding and would love some assistance.
code:
<object type="application/x-shockwave-flash" style="width:366px; height:266px;" data="http://www.youtube.com/watch?v=FJX32goKHSI?rel=0&autoplay=1&showsearch=0&showinfo=0">
<param name="movie" value="http://www.youtube.com/watch?v=FJX32goKHSI?rel=0&autoplay=1&showsearch=0&showinfo=0" />
</object>
i replaced my actual youtube video with a random one i found as my actual one includes information that isn't public yet.
So what do i need to add to remove the sound, and remove the controls. thanks.