uCoz Community » uCoz Modules » Additional Features » VIDEO (how can I put a video in my website)
VIDEO
Armaros
Posts: 1424

Message # 16 | 2:37 PM
denis19912, that code isn't for BBC! And url contains '%' symbol!
denis19912
Posts: 8
Reputation: 0

Message # 17 | 3:26 PM
can you please please create code for me? please

Added (2008-11-19, 9:26 Am)
---------------------------------------------
can you please please create code for me? please

Armaros
Posts: 1424

Message # 18 | 3:58 PM
Upload video to you-tube & use BBC. It's simplest & best solution.
Easy to manage or change something. Than you wont need 'big' codes.
denis19912
Posts: 8
Reputation: 0

Message # 19 | 7:58 AM
I did copy that code, and when I go to the site (where is my video) it says video not loaded. Why? cry cry

Added (2008-11-22, 1:58 Am)
---------------------------------------------
Ok youtube code works, but the video is pore quality, and their logo is on video. I want to host it on my site. Maybe someone know why it say video not loaded?
thanks, and sory to bother you ppl

Sunny
Posts: 9296
Reputation: 456

Message # 20 | 9:13 AM
denis19912, just to make sure - have you uploaded it to the File Manager?
I'm not active on the forum anymore. Please contact other forum staff.
denis19912
Posts: 8
Reputation: 0

Message # 21 | 9:20 AM
yes I did
jackass
Posts: 294
Reputation: 10

Message # 22 | 9:45 AM
To file manager can upload only 15 Mb big video or other files, is that correct?
Armaros
Posts: 1424

Message # 23 | 10:29 AM
That's correct, only 15Mb.
denis19912
Posts: 8
Reputation: 0

Message # 24 | 2:36 PM
oh what did I look at angry My video is 17mb. Thanks maybe its gona work now.
Thanks and sory for my bad english
coolmcmadrid
Posts: 5
Reputation: 0

Message # 25 | 0:02 AM
please help me with the cods
how to put 2 videos on the same line in my page

i want like this 1and 2

My WebPage


this is me
Post edited by coolmcmadrid - Wednesday, 2008-11-26, 0:03 AM
Armaros
Posts: 1424

Message # 26 | 10:06 AM
Quote
<table>
<tr>
<td>
First video code.
</td>
<td>
Second video code.
</td>
</tr>
</table>
Gold
Posts: 1
Reputation: 0

Message # 27 | 6:33 AM
Quote (L2Shadows)
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/y8Kyi0WNg40&hl=en"></param><embed src="http://www.youtube.com/v/y8Kyi0WNg40&hl=en" type="application/x-shockwave-flash" width="425" height="344"></embed></object>

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

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

I did copy the code and paste it in the Main portion it is not working.

<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/2xKoSh_Op3s&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/2xKoSh_Op3s&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object>

Armaros
Posts: 1424

Message # 28 | 8:50 AM
Gold, did you put it as Entry? If so, did you choose HTML Panel?
Latvija
Posts: 423
Reputation: 1

Message # 29 | 8:53 AM
HTML - Video Codes

Videos can be embedded into your html documents (web pages) two different ways. One method is to use the <embed /> tag to display your media file. The embed tag does not require a closing tag. In fact, it works much like the image tag. A src attribute must be defined by the correct URL (local or global) in order for the video file to be displayed correctly. Here is a look at the embed tag with a global URL, feel free to use this URL while you practice.

HTML Code:

Code
<embed src="http://www.tizag.com/files/html/htmlexample.mpeg"
  autostart="false" />


You may start and stop your movie files by either pressing the buttons at the bottom of the object or by single clicking (stop) on the object and double clicking your mouse (continue/play).

You may also simply place the URL of your media files into the href attribute of an anchor tag, much like the concept of "thumbnailing" images.

HTML Code:

Flash Media:

Code
<a href="http://www.tizag.com/pics/flash/motiontween1easy.swf">
motiontween1easy.swf</a>

http://www.tizag.com/pics/flash/motiontween1easy.swf

HTML - Video Media Types

Flash movies (.swf), AVI's (.avi), and MOV's (.mov) file types are supported by the embed tag.

* .swf files - are the file types created by Macromedia's Flash program.
* .wmv files - are Microsoft's Window's Media Video file types.
* .mov files - are Apple's Quick Time Movie format.
* .mpeg files - set the standard for compression movie files created by the Moving Pictures Expert Group.

The listings above are the most commonly used formats for the internet. ".mpeg" files and Macromedia's .swf files are the most compact and widely used among the internet. Stick to any of the file types above for use with your web pages.
HTML - Embed Attributes


Along with the previously discussed src attribute, there are some unique attributes available to the <embed /> tag including: volume, autostart, hidden, and loop.

* autostart - controls the media's ability to start without prompting. Values are true or false.
* hidden - controls whether or not the play/stop/pause embedded object is hidden or not. Values are true or false. (Hide your embeded media if you just want background noise).
* loop - A true value means the media will continuously loop, false means no looping.
* playcount - Setting a playcount means the media will repeat itself x number of times instead of continuously as with the loop attribute above. (playcount="2" will repeat the video twice).
* volume - set a numeric value for the loudness of your media. (0-100).

HTML - Google Video

Google video has recently gained popularity as a source for sharing movies on the internet. At Google Video it is possible to search for any type of movie. Google allows you to download and display these movies on any of your own html pages.

As you search through videos there Google has provided a text area with an embed tag inside of it. Copy this text area to your own HTML pages to embed Google videos onto your own pages.
HTML Code:

Code
<! -- Google Video HTML Code -- >

<embed style="width:400px; height:326px;" id="VideoPlayback"  
align="middle" type="application/x-shockwave-flash"  
src="http://video.google.com/googleplayer.swf?videoUrl=http%3A%
2F%2Fvp.video.google.com%2Fvideodownload%3Fversion%3D0%26
secureurl%3DvgAAAG7ggqAHSiJjpW0D3w4aYTUFW9M-N ghJgbJjy8mhm
cEoPD-qcpQj2i1OD9xJ6RseUKhCxEKqxhx0jnEJlzf04o-E7gUJc5z_Ur
OEGJAZeqGJwm5u3VIm_6cNAj34Tj_GwI13lu4V8_s49xIsqh8GGFa2yKI
pP3DN-u3 fZclxMdm3EKZKMqwjROPGPOcl1AMH17kgA5XA503H4WS0Gefm
G5TKWrRHsY2d3pOatXR_2IxBzGEIq5p-9ybrmmn_o0zj6g%26sigh%3DP
dJGakwLdDs6uXBefAsAxQMQDls%26b egin%3D0%26len%3D3569%26doc
id%3D8734085858581743191&thumbnailUrl=http%3A%2F%2Fvi
deo.google.com%2FThumbnailServer%3Fapp%3Dvss%26contentid%
3Dbc66969d46ff8d61%26second%3D0%26itag%3Dw320%26url create
d%3D1147452288%26sigh%3DhQlKmBGLA2yrYhrTGpU029bCEHA&p
layerId=8734085858581743191" allowScriptAccess="sameDomain"  
quality="best" bgcolor="#ffffff" scale="noScale"  
wmode="window" salign="TL" FlashVars="playerMode=embedded">
</embed>

<! -- End of Google Video HTML Code -->


It is a messy code above, but once you put it into your HTML documents you get a great video clip.
Embed Google Video:

http://video.google.com/


ON :). :)
milkywaay
Posts: 11
Reputation: 0

Message # 30 | 3:08 AM
Hey,

When i make a page in page editor I automatically get the video i am displaying on my main page in it.
So the new page actually looks like a copy of the main pge please help. wink

This is the HTML code of the new page <li class="m"><a class="m" href="http://milkywaay.ucoz.com/index/0-7">Games</a></li>
</ul>

website: http://www.milkywaay.co.cc


Click Here to visit my website!
Post edited by milkywaay - Sunday, 2009-01-11, 3:21 AM
uCoz Community » uCoz Modules » Additional Features » VIDEO (how can I put a video in my website)
Search: