
11-01-2004, 11:00 AM
|
|
Newcomer
|
|
Join Date: Nov 2004
Location: newcastle - ENGLAND
Posts: 3
|
|
Embedding Files
|
Hey all, I'm new to the forums as you can tell. So I thought I'd test the waters!
Is there a way to embed files (namely macromedia swfs) into a project without having them in a form? I currently swap the swfs around using:
Public Function LoadSWF(args As String)
'Loads a swf into the Main Window
Call frmMain.MainFlash.LoadMovie(0, CurDir + "\Flash\" + args)
End Function
But I have to leave the swfs loose in the Flash Folder, this is causing problems as thay can be ran directly. I was hoping that someone could tell me of an method of storing the files within the exe..? Cheers, King
|
|