I have a website up at http://homepage.oniduo.pt/pedrommramos/ .The thing is that I have flv files being loaded by swfs that are loaded on a movieclip of a main swf. Locally everything works fine but as soon as I move it tp the web or even try to run in over my home network, the flv files won’t run. Can the flv run inside a swf that is loaded into another swf?
PS. I have set the paths to relative already, this taking into account the main swf!
something like this:
loaded_swf_folder/flv_folder/flv_file.flv
if i didn’t take the main swf into account it would look like this:
flv_folder/flv_file.flv
But I tried this already and it didn’t work at all. Except if you run one of the loaded swf directly instead of through the main swf.