View Single Post
Old Jul 13th, 2006, 2:49 PM   #7
Darcksky
Newbie
 
Join Date: May 2006
Posts: 18
Rep Power: 0 Darcksky is on a distinguished road
Quote:
Originally Posted by Booooze
What you need to do is figure out how you are going to package your program. Are you going ot create a little setup program yourself? Are you going to just add the files to a zip file? or are you going to create an actual setup file (check out inno.com) using a third party program? The other way I mentioned before was to use a resource file. If you use a resource file, you can add the mp3 file to the exe, and extract it at runtime to a temp directory, and then play it. There are lots of options to do it. All you haev to do is figure out which option you are going with, then reconfigure the code to point to the right mp3 file. I have a tutorial on resource files if you would like it. It's how I learned it. I can email it to you if you woudl like.
Can you explain to me the tutorial resource files my email is orlando_reategui@hotmail.com im making a huge program the Flash contains like 100 images with 100 timers and 100 codes with a mp3 sound and the program willl have mp3 too with some stuff in there but i just know how to put music with MMcontrol and Windows media control i need help so i think i need that resource files tutorial
Darcksky is offline   Reply With Quote