PDA

View Full Version : flvplayer doesn't load online ???


le GROS jйjй
11-27-2008, 12:53 PM
Hi every body,
I have a small problem with embending video in a panorama.
I use flvplayer.swf wich works perfect when files are on my computer, but when I try it online the box doesn't load ???
Here is the panorama (http://www.angerslaroseraie.fr/360/robertrobin/robertrobin.html)
Does anyone have the solution ?
Many thanx !!!

nidrig
11-27-2008, 01:28 PM
Hi,

I don't if that might help, but you have the following error in flash tracer;

Error #2035: URL Not Found. URL: files/loopingflvPlayer.swf?file=http://angerslaroseraie.fr/video/CCAS.flv

Could be that.

Or not..

cu

le GROS jйjй
11-27-2008, 02:05 PM
Thanx for your quick reply Nidrid, you're always there to help !!!
Could be something to look at, but then why would it work local ?
Still searching...

nidrig
11-27-2008, 03:25 PM
hi,

http://www.angerslaroseraie.fr/360/robertrobin/files/loopingflvPlayer.swf

returns: " la page demandйe n'existe pas"..

Peut-кtre as-tu oubliй d'uploader le fichier loopingflvPlayer.swf ou ce n'est pas le nom correct?

A+

le GROS jйjй
11-27-2008, 07:31 PM
Pitain qu'il est con... (oups sorry for my french!!!)
You're right it was a stupid problem, my file is called loopingflvplayer.swf and I was calling loopingflvPlayer.swf... (what's funy is that it works on local ?!)
BUT, the problem is half resolved I'm afraid as I have now sound but no image ???
Do you have a clue ?
Thanx anyway !

PS: I went on your website and that's funy, we have 2 commun interest : 360° and Joomla !
Does your business works well ? Am starting doing the same here...

nidrig
11-28-2008, 07:35 AM
Hello,

Sorry for my previous post..I switched languages without noticed it..

Anyway, now you have the following error:

Security sandbox violation: BitmapData.draw: http://www.angerslaroseraie.fr/360/robertrobin/files/hotspots.swf cannot access http://angerslaroseraie.fr/video/CCAS.flv. A policy file is required, but the checkPolicyFile flag was not set when this media was loaded.

It seems its a timing problem, as the flvplayer is trying to load the flv before a policy file is loaded. Its my two cents, I don't know if it the real problem.

Try adding this in the flvplayer.fla:

var loaderContext : LoaderContext;

loaderContext = new LoaderContext();
loaderContext.checkPolicyFile = true;

Tell me if it improved sth.

cu

[EDIT] It's no surprise that it worked locally and not remotly, especially if you're on Windows. The latter isn't case sensitive contrary to Unix/Linux based OS. Which I guess, it the OS of your webserver.

p.s.: I answered to your other question per pm