IE vs Firefox loadMovie

Hello-

using this code i load an external SWF file:


createEmptyMovieClip("insertmovie1",getNextHighestDepth());
insertmovie1.loadMovie("Insert_"+_root.insert1.text+".swf");

where root.insert1.text is a text field where i pass a value from an XML file… so if the value is “P1” - in IE i am able to load external SWF file called: “Insert_P1.swf” but not in Firefox… could anyone please help… im not able to resolve it… any help will really be appreciated.

HELP !!