yah you are right the file cant be loaded into the memory i tried some times

it doesnt work but the only way i thouth this would be possible is this
Code:
long size;
	void* pmv = file_load(mpanel,NULL,&size);
	add_buffer(mpanel,pmv,size);
	debuga[1] = pmv;
	
	wait(-2);
	
	timer();
	movie_handle=media_play(file1,NULL,0);
	debuga[0] = timer();


Last edited by flits; 01/17/09 20:45.

"empty"