Page 1 of 1

embedding 'payer.swf' wich loads other swf's in a movieclip

Posted: Wed Apr 25, 2007 12:10 pm
by axel
hello,

I have an swf with a menu who can load other swf files into it. (using the LoadMovie in actionscript)
the player starts with:

f_in_box__control1.PutMovieFromStream(Me.GetType().Assembly.GetManifestResourceStream("Sample2_SWF_FLV_Embedding.player.swf"))

but when i click the menu it cannot find the other swf files. I tried to put the other files in the application root but that didnt help.

is there a way to embed the other files so that the player can load them?

Thnx

Posted: Wed Apr 25, 2007 12:27 pm
by axel
nm
i found out how it works