You are on page 1of 5

w w w . i n d i g o r o s e .

c o m

FAQ: AutoPlay Menu Studio 3.0 Frequently Asked


Questions

Article ID: IRKB-AM3-000004

The information in this article applies to:


AutoPlay Menu Studio 3.0

Summary
This is a list of frequently asked questions relating to AutoPlay Menu Studio 3.0. Please
note that this list will be updated on a regular basis.

Details
Q: When I build my project I get this:
Build Error: OutPutFonts
Error Copying File:
The process cannot access the file because it is being used by another process.
From: C:\Windows\Fonts\Times.TTF
To: C:\output\DATA\menu1.ttf
What can I do to solve this?
A: Try deleting the DATA directory and rebuilding or try building to another directory (i.e.
c:\output2) and this should solve the problem.

Q: I am not sure where to put my image and sound files? Do I have to manually
place them in the DATA directory?
A: All images and sounds used on buttons and backgrounds are automatically placed in the
data folder. You do not have to manually put any files in the data folder.

Q: Which files are built into the project, and which files do I have to reference
using something like %SrcDrv%?

A: All files used internally by the menu system are built into the project. This includes all
graphics files, WAV and MP3 sounds (as long as you do not play them by reference), and
AVI files. If you are using something by reference you should use %SrcDrv% for externally
opening/executing them.

Q: When I burn my project to the CD my images don't show up and my sounds


don't work - why?

A: If you burn your CD-ROM only to realize that your background image doesn't appear or
that your sounds don't play, don't panic. This can happen if you don't burn all of the data
IRKB-AM3-000004 - Page 1 of 5
Last Reviewed: October 10, 2000
2000 Indigo Rose Corporation. All Rights Reserved.
files to the CD. Make sure that you have copied the DATA directory and it's contents to the
CD. Here is a list of the files that need to be included on your CD:

Filename Description Destination

autorun.exe The project executable. Root folder of the


CD-ROM.

autorun.apm The configuration settings Root folder of the


for your project. CD-ROM.

autorun.inf Handles the Windows Root folder of the


AutoPlay functionality, CD-ROM.
which allows your menu
to start up automatically.

startupv.exe Used to run your startup Root folder of the


video. CD-ROM.

startupv.ap1 The configuration file for Root folder of the


the startup video. CD-ROM.

DATA\*.bah Background images. DATA subfolder


DATA\*.bal off of Root.
DATA\*.brh
DATA\*.brl

DATA\*.dav Video files used in your DATA subfolder


project. off of Root.

DATA\*.dah Image files used in your DATA subfolder


DATA\*.dal project. off of Root.

DATA\*.daw Sound files used in your DATA subfolder


project. off of Root.

DATA\*.ttf Font files. DATA subfolder


off of Root.

** The DATA subdirectory may be called something other than DATA if you specified
otherwise in the Store support files in subdirectory field on the Build screen. If you turned
off the Store support files in subdirectory option, these files will be stored in the same
directory as the core files.

IRKB-AM3-000004 - Page 2 of 5
Last Reviewed: October 10, 2000
2000 Indigo Rose Corporation. All Rights Reserved.
Q: I have an Open Document action set to %SrcDrv%\MyDoc, and I burn my
MyDoc.doc file onto the root of the CD, but every time I run my project I get this
error:
E:\MyDoc
The specified file was not found.
Whats going on?

A: When you use any command that deals with a file you must remember to include that
files extension. So the path should actually be: %SrcDrv%\MyDoc.doc.

Q: When I click on some of my buttons, nothing happens. What would cause this?

A: This can happen for several reasons:

1. The application or document that you tried to open is not located in the correct
directory. Check to make sure that you have put the files that are going to be
opened in the correct locations whether you are on your build drive or on the CD-
ROM. One situation where this commonly happens is if you are testing the menu
from a test build drive but have not put the file that you are trying to run on the
same drive.

2. The document that you are opening does not have an associated viewer on the
user's system. For example, if you tell the menu to open %SrcDrv%\myfile.pdf but
the user does not have Adobe Acrobat Reader on their system, the document will not
open. This is why it is a good idea to include viewers on your CD-ROM if there is any
chance that your users will not have them. Of course, make sure that you have
permission to distribute the viewer.

3. You have misspelled the path of the file when designing the menu. Check your
spelling and syntax carefully.

Q: I have created a project that has a condition to expire after 30 days. When
testing this I noticed that after 30 day when I try to run my menu the SPLASH
screen still comes up even though the menu never does?
A: When you have a splash screen associated with your project, it will always be displayed,
even if the actual project has been disabled.

Q: I have copied an object, but when I paste it I cannot see it?


A: When you copy and past an object, the new object will be pasted in the exact same
position.

Q: Why is this, most programs paste at an offset?

A: The reason for this is to give you, the user, the ability to have objects on different
pages in the exact same location. So for example if you wanted a NEXT button to
be in the same position on every page, you would copy and paste it on the other
pages, and it would automatically be in the same position.
IRKB-AM3-000004 - Page 3 of 5
Last Reviewed: October 10, 2000
2000 Indigo Rose Corporation. All Rights Reserved.
Q: Are the Boolean conditions case sensitive?
A: No the Boolean conditions are not case sensitive, so for example hand and HAND are
equal to each other.

Q: I have noticed that there is a Play Multimedia action, how is this different from
Play WAV, Play MP3, or Play AVI?

A: Play Multimedia is an action that you can use to play unsupported file types. (e.g.
*.MOV). What Play Multimedia will do is attempt to open the supplied file by using the
play shell verb. For example if you used Play Multimedia on a WAV file then the WAV file
would be opened and played in the users default WAV player.

Q: If I play a sound, then play another the first one gets cut off. Why?

A: Different sound files get different preferences on different systems; the standard order is
as follows:
1) If an MP3 is playing no other sound will play until the MP3 is finished
2) If an AVI is playing than no other sound may play until the AVI is finished playing.
3) If a WAV is playing than either an AVI or an MP3 will override the sound. Actually in
this case another WAV file will override the first WAV file.
Note: The actual order on your system may differ, but this is the standard order.

Q: I have a lot of objects and am having trouble keeping track of them, and ideas?

A: Heres a tip, try using the Object Browser, found under View | Object Browser. The
Object Browser was designed specifically for cases such as this.

Q: Im getting a strange error telling me that I have an illegal copy of AutoPlay.


Whats going on?

A: Well, one of two things is happening:


1) You are using an evaluation copy, and you forgot to copy over your DATA
directory. In this case you will receive a second dialog that will tell you this.
2) You did not receive the second dialog message; in this case you do have an
illegally modified version. Please contact our Sales Department to get this sorted
out.

Q: Im try to have my Power Point presentation startup as a slide show


automatically, how do I do this?

IRKB-AM3-000004 - Page 4 of 5
Last Reviewed: October 10, 2000
2000 Indigo Rose Corporation. All Rights Reserved.
A: You will need to use a Custom Verb action for this:

1) Create an action: Execute | Custom Verb.


2) File Name: %SrcDrv%/MyShow.ppt.
3) Set the Custom Verb to: Show.

Q: Can I use long filenames on my CD?

A: It is not generally a good idea to do this. The ISO9660 CD-ROM format does not support
long filenames and since it is the most widely accepted standard for CD-ROMs, you should
follow the 8.3 naming convention. Although there are formats that do support long
filenames such as the Joliet standard, your CD may not be readable on some older drives
and systems.

IRKB-AM3-000004 - Page 5 of 5
Last Reviewed: October 10, 2000
2000 Indigo Rose Corporation. All Rights Reserved.

You might also like