all groups > flash (macromedia) > july 2006 >
You're in the

flash (macromedia)

group:

FLV Trouble



FLV Trouble WebmastaDj
7/21/2006 7:06:43 PM
flash (macromedia): I am using studio 8 and trying to stream flv from my windows server (2003 web
edition). I already updated the MIME type to server for the flv files. What
else is needed to stream the files? I am using just the template players in
the video encoder to make the html and swf file that goes with it. I am able
to view the file on the system in which studio 8 is installed but can't view it
from anywhere else. All I get is a black white page. The file is located at
http://videoserver.uptechusa.net/videotest.html. Is there anything else that
is needed inorder to stream these files?

all testing computers have flash player 9
Re: FLV Trouble Nickels55
7/21/2006 7:17:30 PM
Using my magic powers I can see your SWF has some issues:

contentPath = "E:\\Documents and
Settings\\Administrator\\Desktop\\jrs_64kb.flv";

That path should be relative to the location of the swf file. People on the
web don't have access to your desktop. It should read:
contentPath = "jrs_64kb.flv";

That should fix your problem.

AddThis Social Bookmark Button