Problems with BitmapData Online

Hello!

I just published my new web site. Everything works fine, but one thing… In one swf, that loads on the page, I have a problem with these few lines:

[COLOR=#000000][FONT=verdana]for (var u:int = 0; u < photoArray.length;u++) {[/FONT][/COLOR]

[COLOR=#000000][FONT=verdana]var rawImage:BitmapData = Bitmap(photoArray[u]).bitmapData;[/FONT][/COLOR]
[COLOR=#000000][FONT=verdana]imageArray.push(rawImage);[/FONT][/COLOR]

[COLOR=#000000][FONT=verdana]}

while everything works fine locally, on the server these few lines cause the problem and everything stops… I have all the photos from photoArray loaded entirely (eventListeners), do I need also an eventListener to change bitmap into bitmapData, beacuse this could be the issue? Did anyone had similar problems?

Please help!
[/FONT][/COLOR]