Link to home
Start Free TrialLog in
Avatar of clickclickbang
clickclickbang

asked on

Help with Flash Video Linkage

Experts, I created a movie using several flv files. I am ready to post my movie to the web but it seems as if I must update the linkage of the embedded flv files. How can I do this? Do I have to basically start over with a new directory reference?

When I began the project the flvs where on my desktop, now that I am moving it to a web server, I need to put them in the same directory as the swf. Please, help!
Avatar of clickclickbang
clickclickbang

ASKER

Okay, So I found the good old component inspector.

BUT

When I just change the contentPath to JUST the name of the FLV and place the FLV in the same folder as the swf on the web server, it doesn't work.

What am I missing?
Avatar of Aneesh Chopra
if your local version runs properly with relative path..
(to test it.. just move the complete folder with swf and flvs to other drive and run it)

then it must be issue with the server configuration..
you may have to define the mime-type for FLV files on you server..

to check if this is the issue,
try download a FLV file from you server using absolute link...

for example.. you domain is" http://www.mydomain.com" and you have uploaded the FLVs at root..

try downloading it:
"http://www.mydomain.com/myfile.flv"

if it fails that means, you must have to define the mime-type for FLV files on you server..

Rgds
Aneesh
It looks to be the mime-type. How can I define that for an flv?
As a side question, can the FLVs work with a projector (.exe) file? I was asked to put this onto a CD-ROM as well.

Thanks much for all your help!
Yes, sure it will work with projector(.exe)

secondly,
regarding "mime-type",
it depends which server you are using Linux or windows
and do you have administrative rights on it..
or you can request you Hosting company for the same.

Rgds
Aneesh
I am using Windows Server 2003 and I have full admin rights through remote desktop
ASKER CERTIFIED SOLUTION
Avatar of Aneesh Chopra
Aneesh Chopra
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hey, that was it! Thanks so much for the link and help!