Hi there,
I have strange situation regarding flash that I can't figure out. I have a flash .swf file that is intended to load video files into them at the local root level.
I have been able to do this on my own server, but the .swf and the .flv videos are now located on the media streaming server, and the .swf is able to show up on it's own when embedded onto my page (on MY server), but it's not being able to load the video files. I am perplexed because the videos are structured in the same EXACT way that it was being done on my server, but they will not load onto my .swf as they were doing when they were on my server.
For example, one of the videos is loaded by using this convention in my actionscript:
var file = "videos/Bob_Peebler.flv";
So, on my media hosting service, I've loaded the .swf file on the local root, and the videos are placed in the same exact directory structure as they were done on my server. In the example above, the "bob_peebler.flv" is located inside the videos folder, and the videos folder is on the same level as the .swf
In my flash file, I've thought that the var needs to point to the actual URL of the flash file, so I've then typed out the URL of the flash video, but I still can't seem to get it to work.
var file = "http://iongeo.fileburst.com/videos/Bob_Peebler.flv";
Here is where the .swf can be located to get a better sense of what I am trying to accomplish.
http://iongeo.fileburst.com/ChannelGuide_Features.swf
Please let me know if I can clarify on something better.
I would really appreciate any kind of assistance that could be provided.
Thank you