Simcoder
Centurion
Does anyone know how to properly reference an embedded swf file and play it? Currently, I copy the embedded swf file to the hard drive and then access it using the following code
While this method does work, I'd rather skip the step of copying the file to the harddrive and instead just use it straight from assembly. The problem is that FlashMovie.Movie part of the code requires a path (string) to the location of the file. Any suggestions for accomplishing this or should I just stick with what I have?
Thanks in advance.
-=Simcoder=-
Visual Basic:
FlashMovie.Movie = Application.StartupPath & "\MyFlash.swf"
FlashMovie.Play()
Thanks in advance.
-=Simcoder=-