As far as I know liveserver does not have any video streaming
capabilities. You can use http streaming via liveserver like any web
server.

When you say steaming I am going to assume some sort of flash video
flv playback.

You can create a content class that has the placeholders for the
swf's for your player and player skin files if appropriate as well as
a commented out placeholder fro the flv itself. It will not be the
smoothest playback but comparable to any http streaming.

So the content class can look something like this:


<object type="application/x-shockwave-flash" data="<%med_Loader%>?
path=<%med_Movie%>" width="<%stf_MovieWidth%>" height="<
%stf_MovieHeight%>" >
    <param name="movie"
value="<%med_Loader%>?path=<%med_Movie%>" />
  </object>

<!-- <%med_Flv%> <%med_skin%> -->

I have a loader swf that fetches my movie via the path element you can
skip that step if you want.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/RedDot-CMS-Users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to