The following video is an FLV that is running on cloud files and cached to Limelight’s CDN.
After creating a “container” in cloud files, you can upload files and publish the entire container contents to the CDN. Once you create a container, this box will display at the bottom of your control panel when you click on a container:
The characters that are blurred out reference the specific container in cloud files. Currently CNAME is not available on cloud files, but that should change very shortly.
For this example video above, the flash player is a wordpress plugin. You can also use your own flash player and store it on cloud files if its a swf object file, as shown below:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><embed type="application/x-shockwave-flash" width="100" height="100"></embed></object> src="SWF Player URL goes here"
width="# in Pixels"
height="# in Pixels"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=FLV files URL goes here&autostart=false&skin=SWF sking URL goes here&image=Preview picture of video URL goes here"
/>
An example would look like this:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100" height="100" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><embed type="application/x-shockwave-flash" width="100" height="100"></embed></object> src="http://www.domain.com/player.swf"
width="680"
height="383"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=http://www.domain.com/video.flv&autostart=false&skin=http://www.domain.com/skin.swf&image=http://www.domain.com/previewpicture.jpg"
/>
#1 by alex on October 27, 2009 - 11:56 am
Quote
is there possibility of random access?
can i click in the middle and look from that point?
#2 by admin on October 27, 2009 - 3:29 pm
Quote
Currently cloud files does not support “true streaming”, its a progressive download. So you can only view the portion of the video that has downloaded. If this didn’t answer your question, feel free to message me again!