»
 

Go Back   ResellerRatings Store Ratings > ResellerRatings Forums > Tech Support

Reply
 
LinkBack Thread Tools Display Modes
Old 02-13-2004, 08:18 PM   #1 (permalink)
Registered User
 
gentry_joey's Avatar
 
Join Date: Jul 2003
Posts: 543
gentry_joey is on a distinguished road
I need a Cd Menu

Im looking for a nice person to make me a AutoRun cd menu template for me. Im using this because I want to organize all my files on cd and make it easy to access. I would prefer flash but html will work to. I would like it to look high tech. If anyone is willing to do this I appreciate it greatly. Also if possible could you make a tutorial on how you did it so I can learn. I amtrying to learn how to use flash but you know how that goes. I would also like to know if anyone knows how to link to a local file with flash and dreamweaver thx.

gentry_joey is offline   Reply With Quote
Old 02-17-2004, 03:00 PM   #2 (permalink)
Registered User
 
fosin's Avatar
 
Join Date: Mar 2002
Location: Huntsville, AL
Posts: 701
fosin is on a distinguished road
To link to files use MDM Flash Studio Prohttp://www.multidmedia.com/software/flashstudio/. You use their code inside of flash for the added functions and then run the SWF through FSP to make their code work. They have an unlimited free trial that puts up a splash screen.

Button code example (for FlashMX) that links to a PDF in a folder called files. This folder has to be under the folder your flash file is in.

Code:
on (release) {
	fscommand("flashstudio.exec", "\"files\\testfile.pdf\"");
}
For html files, use the above if it's a file on your disk. Use the normal flash command if it's a URL.

Code:
on (release) {
	getURL("http://www.techimo.com", "_blank");
}
fosin is offline   Reply With Quote
Old 02-18-2004, 12:17 AM   #3 (permalink)
Registered User
 
gentry_joey's Avatar
 
Join Date: Jul 2003
Posts: 543
gentry_joey is on a distinguished road
thx man
gentry_joey is offline   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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Most Active Discussions

Recent Discussions

All times are GMT -6. The time now is 05:48 PM.