Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
deardaniel #1
creating mp3 library
i have to do a online mp3 library and to play those files online as my project
for my college , i just installed fms on windows and i created a folder called
song in applications folder then i dont know where to strore the files and how
to play , i referred to the documentation and it said that we need to use
netconnection object and connect to asc file called main.asc . it is supposed
to be a server side script which has the following code
application.st = Stream.get("foo/*");
if(application.st)
{
application.st.play("flv:trail1",0,-1,true);
}
where i hav mapped foo to c:\streams in Vhost.xml in streams tag
then i stord some flv files and mp3 files in streams folder and then wrote a
client file called client.fla and wrote the following code
var nc:NetConnection = new NetConnection();
nc.connect("rtmp://localhost:1935/song/main");
var v:Video = new Video();
var ns:NetStream = new NetStream(nc);
ns.play("flv:foo/trail3",0,-1,true);
ns.recieveVideo = function(info:Boolean)
{
trace(info);
}
v.attachVideo(ns);
where v is video object... but when i publish it nothing works . but when
i see the fms2_console.swf file it tells its playing recorded stream. what to
do? can some one help me in understanding the working of fms.... how files are
stored and how they are streamed......
deardaniel Guest
-
question about creating a searchable database for a small library
Hi all, The organisation which I work for has a small library of maybe 100 DVDs and 200 books. I would like to create a database of the DVDs and... -
Creating a symbol library
I want to create a symbol library of symbols that I tend to use a lot in different documents. When ever I place a piece of art work in the symbol... -
Library for creating Charts and Graphs.
Hi, Does anyone knows where I can find a C/Carbon library for creating Charts and Graphs ? Any help is welcome... Thanks in advance, ... -
~/Library/ vs ~/System/Library vs /User/Library/
In article <110720031327074895%justin.c@se.net>, justin <justin.c@se.net> wrote: First off, you're a little bit confused. ~ means your home... -
[XFree86] system can't find library ( strange library behaviour )
Hi Mark, No I hadn't tried ldconfig, but it sorted out the problem, thanks! I'd read a little bit about libraries a while ago, but could not...



Reply With Quote

