I observed interesting behaviour of BulkLoader.
If I add to the loading list 10 files and the address of one of them is not available I get such an error:
[ErrorEvent type="error" bubbles=true cancelable=false eventPhase=2 text="Error #2124: Loaded file is an unknown type. URL:
and I cannot get the event BulkLoader.Complete in this case.
Does it mean that I cannot load 9 of 10 good files ?
If the order of added files is
1 - good file
2 - bad file (bad url address to the file)
3 - good file
4 - good file
:
:
10 - good file
does it mean that when I get the Error event I have loaded successfully the first file ?
Kind regards
Futurox