Page 1 of 1

Load file for sample 4

Posted: Thu Feb 04, 2010 5:10 pm
by dagelmyster
How do I edit the example project - Sample04_Translucency (vb.net) to be able to browse for a swf instead of the embedded file? Tried but can get the stream part right. Thanks!

Posted: Fri Feb 05, 2010 3:46 pm
by Softanics
Thank you for your question.

Please use FlashProperty_Movie:

Code: Select all

.FlashProperty_Movie = "C:\movie.swf"


Thank you.