Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > File I/O and Registry > Embedding Files


Reply
 
Thread Tools Display Modes
  #1  
Old 11-01-2004, 11:00 AM
David_King David_King is offline
Newcomer
 
Join Date: Nov 2004
Location: newcastle - ENGLAND
Posts: 3
Default 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
Reply With Quote
  #2  
Old 11-03-2004, 02:01 PM
lebb's Avatar
lebb lebb is offline
Disillusioned Code Poet

Retired Moderator
* Guru *
 
Join Date: Apr 2002
Location: Tennessee, USA
Posts: 12,808
Default

Try a search here for resource files.
__________________
Laura

Ita erat quando hic adveni.
Reply With Quote
  #3  
Old 11-06-2004, 04:30 AM
David_King David_King is offline
Newcomer
 
Join Date: Nov 2004
Location: newcastle - ENGLAND
Posts: 3
Default

Thanks man, such a noob I don't even know the terminology

I have sorted my problem, thx forum!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->