How would I make the Flash object File read from the resources? I've tried multiple things and it won't work. So I guess I am doing it wrong.
How would I make the Flash object File read from the resources? I've tried multiple things and it won't work. So I guess I am doing it wrong.
You could always embed the flash objects into a web page, then load the web page in either from an external source or via the resources.
Well if you mean to put the flash files online, and use the webbrowser to view it. I don't want to do that. I just need to put my flash banner on there and let it be read from the resources.
Last edited by Fireking300; 02-26-2009 at 06:53 PM.
Hm, not sure then
Use a GIF Image if possible; If you also need sound I would suggest creating your own class to draw and apply sound with. Handling all your own events and drawing would be much more efficient..
.NET Does not support Encoding / Decoding of .FLA / .FLV files by default; You may be able to rig something up, but I wouldn't suggest it and I don't think your time would be wise to try decoding flash files to display them in a .NET form.
Or you can go the cheap route and embed it into resources and either use a Web-browser to load from resources or Place the file in the Program folder and load from there.
One more would be that .SWF files, Shockwave Flash, can be drawn; I forget where you can get the component for .NET, but you can look into that. Drawing any Adobe encoded flash files though is out unless you're using a WebBrowser control that supports Flash and Javascript.