Indigo Rose Software

Professional Software Development Tools

 
+ Post New Thread
Page 1 of 3 1 2 3 LastLast
Threads 1 to 25 of 52

Forum: AutoPlay Media Studio 7.5 FAQ

Answers to frequently asked questions about AutoPlay Media Studio.

  1. Howto Responding to Key Presses

    Question: Can AutoPlay Media Studio react to a key pressed on the users keyboard? Answer: You can make your application react to keystrokes using the following instructions: 1) Go to Page -> Properties -> Script -> "On Key" of the page that you would like to put this functionality. 2) Find...

    Started by Adam, 11-22-2007 12:15 PM
    • Replies: 2
    • Views: 11,061
    10-19-2008 05:22 PM Go to last post
  2. Warning: non-standard CDs and slot loading drives

    Non-standard disc sizes/shapes don't mix with slot loading drives. You might want to put a warning right on the disc itself. Slot drives are similar to what you would see in a car audio player.

    Started by Adam, 05-27-2008 02:02 PM
    • Replies: 0
    • Views: 5,751
    05-27-2008 02:02 PM Go to last post
  3. CD will not autorun

    Question My AutoPlay Application Does Not Start Automatically Answer So, you've built your CD-ROM, but the AutoPlay Menu does not appear to be working. Usually, you have just made an easily correctable error or omission. Run through the following diagnostics before seeking technical support. ...

    Started by Adam, 05-07-2008 12:06 PM
    • Replies: 0
    • Views: 6,193
    05-07-2008 12:06 PM Go to last post
  4. Running my Application Only Once

    To run your application only once (i.e. the first time the user inserts your CD-ROM, and no other time), place the following code in the On Startup event of your project: --retrieve value from the registry. If the key does not exist, result = "" result =...

    Started by Adam, 12-14-2007 01:35 PM
    • Replies: 0
    • Views: 5,744
    12-14-2007 01:35 PM Go to last post
  5. Sending Email with Subject, Body and Attachment Filled In

    To send an e-mail with various fields filled in, use the File.OpenEmail action. The following can be filled in: To, Cc, Bcc, Subject, Body. 1.To send an email with the following properties: To: user@yourdomain.com Cc: user2@yourdomain.com Bcc: user3@yourdomain.com ...

    Started by Adam, 12-14-2007 01:31 PM
    • Replies: 0
    • Views: 5,110
    12-14-2007 01:31 PM Go to last post
  6. Setting File Attributes For More Than One File

    AutoPlay Media Studio has a File.SetAttributes action to set the attributes of a file. If you want to set the attributes of many files at once, you need to perform that action multiple times. An easy way to do this is to store the list of files in a table, and then cycle through that table using a...

    Started by Adam, 12-14-2007 01:30 PM
    • Replies: 0
    • Views: 4,345
    12-14-2007 01:30 PM Go to last post
  7. Setting Page Transition Effects

    AutoPlay Media Studio includes a Page Wipe transition. Instead of simply jumping from one page to the next, and having one page disappear and the next appear, this transition 'wipes' from one page to the next. To accomplish this, use page transitions: 1. In the Property Inspector for the...

    Started by Adam, 12-14-2007 01:29 PM
    • Replies: 0
    • Views: 5,442
    12-14-2007 01:29 PM Go to last post
  8. Submitting Information to a Web Site

    AutoPlay Media Studio has a built in function to send data to a website and receive a response: HTTP.Submit. To submit information to a website, use the HTTP.Submit action. Please note that you have to develop a server script to accept whatever information you are sending to the web. ...

    Started by Adam, 12-14-2007 12:14 PM
    • Replies: 0
    • Views: 4,097
    12-14-2007 12:14 PM Go to last post
  9. Toggling the Background Music On and Off

    It is possible in AutoPlay Media Studio to have music playing in the background of your application. To allow the user to turn off this music if they wish: 1. Create a button. 2. On this button's On Click event, insert the following code: Audio.TogglePlay(CHANNEL_BACKGROUND); This...

    Started by Adam, 12-14-2007 12:09 PM
    • Replies: 0
    • Views: 4,063
    12-14-2007 12:09 PM Go to last post
  10. Using the Status Dialog Window

    In AutoPlay Media Studio, it is possible to display a status dialog window to your user using built in actions. This is useful if, for example, your application uses a loop that takes quite a bit of time to complete. As an example, we will create a loop that counts to 20,000, and display a...

    Started by Adam, 12-14-2007 12:08 PM
    • Replies: 0
    • Views: 3,805
    12-14-2007 12:08 PM Go to last post
  11. Determining if Internet Access is Available

    Question: Can I determine if the user has an Internet connection using AutoPlay Media Studio? Answer: If your application utilizes the Internet in any way, you can check to ensure that the user has internet access before continuing, and if they do not, prompt the user to connect. To...

    Started by Adam, 11-22-2007 02:27 PM
    • Replies: 0
    • Views: 4,506
    11-22-2007 02:27 PM Go to last post
  12. Howto Pin Objects

    Question: Can I pin an object so that it is not affected by other design changes? Answer: Once you have created the look of your project, you may want to 'lock' the objects to the page, but still be able to change their properties and edit their actions. This is known as 'pinning' an object to...

    Started by Adam, 11-22-2007 01:53 PM
    • Replies: 0
    • Views: 3,956
    11-22-2007 01:53 PM Go to last post
  13. Howto Print a file

    Question: Can I print a file using actions in AutoPlay Media Studio? Answer: To print a file from your application: Insert the following script into any event in your application: File.Print("Autoplay\\Docs\\print_me.doc");

    Started by Adam, 11-22-2007 01:53 PM
    • Replies: 0
    • Views: 4,281
    11-22-2007 01:53 PM Go to last post
  14. Submit information to a web site

    Question: Can I submit information from my AutoPlay Media Studio application to a web page? And is it possible to get the response from the server? Answer: AutoPlay Media Studio has a built in function to send data to a website and receive a response: HTTP.Submit. To submit information to a...

    Started by Adam, 11-22-2007 01:51 PM
    • Replies: 0
    • Views: 4,232
    11-22-2007 01:51 PM Go to last post
  15. Howto embed Power Point on CD-ROM

    Question: Can I use AutoPlay Media Studio to create a stand alone Power Point viewer? Answer: It is much easier to simply require your users to install the PowerPoint Viewer themselves from the Microsoft website. You can then simply use a File.Open action to view the PPT file. If you require...

    Started by Adam, 11-22-2007 12:17 PM
    • Replies: 0
    • Views: 5,962
    11-22-2007 12:17 PM Go to last post
  16. Howto show a Splash Screen

    Question: Can I include a custom splash screen in my AutoPlay Media Studio 6.0 project? Answer: A splash screen is an image that will appear on the screen for a short amount of time. The content of the splash screen is up to you – the developer. To add a splash screen to your project...

    Started by Adam, 11-22-2007 12:13 PM
    • Replies: 0
    • Views: 5,676
    11-22-2007 12:13 PM Go to last post
  17. Toggle backgound music

    Question: How can I toggle the background music in AutoPlay Media Studio 6.0? Answer: You can easily toggle the background music with a single action in AutoPlay Media Studio 6.0. To include this option in your project follow these steps: -Create a button. -On this button's On Click...

    Started by Adam, 11-22-2007 12:11 PM
    • Replies: 0
    • Views: 4,665
    11-22-2007 12:11 PM Go to last post
  18. Howto change the properties of objects at runtime?

    Question: Can I change the properties of objects at runtime? Answer: Yes! Every object in AutoPlay Media Studio has corresponding easy-to-use actions allowing you to retrieve the existing object properties, and set new properties at runtime. As well, you can create and destroy objects at...

    Started by Adam, 11-22-2007 12:09 PM
    • Replies: 0
    • Views: 4,107
    11-22-2007 12:09 PM Go to last post
  19. How do I make a ComboBox object hold a list of files and open the selected file?

    Question How do I make a ComboBox object hold a list of file and open the selected file? Answer The best way to make a comboBox object hold a list of files and open the selected one at runtime is: 1) In the ComboBox settings give each entry an appropriate display name under the section Item...

    Started by Adam, 11-07-2007 02:15 PM
    • Replies: 0
    • Views: 6,281
    11-07-2007 02:15 PM Go to last post
  20. Can AutoPlay Media Studio be used to design web pages?

    Question Can AutoPlay Media Studio be used to design web pages? Answer AutoPlay Media Studio outputs windows executable files in a specific folder structure. At this point there is no option to output to HTML or Flash so there is no way to use AutoPlay Media Studio to create web content. ...

    Started by Adam, 11-06-2007 02:07 PM
    • Replies: 0
    • Views: 4,689
    11-06-2007 02:07 PM Go to last post
  21. ListBox indexing explained

    Question How do I access data stored in a ListBox? Answer A ListBox is a great way to store data that a user can select at runtime to perform a function. For this example we will make a ListBox that stores files and then opens them when the user double clicks on one of the entries. Create a...

    Started by Adam, 11-01-2007 01:58 PM
    • Replies: 0
    • Views: 5,978
    11-01-2007 01:58 PM Go to last post
  22. Where are my plugins?

    Question Where are the plugins located in AutoPlay Media Studio 6.0? Answer Object plugins are located under Object -> Plugins. Action plugins can be enabled from Project -> Plugins. Adam Kapilik

    Started by Adam, 10-19-2007 03:47 PM
    • Replies: 0
    • Views: 4,450
    10-19-2007 03:47 PM Go to last post
  23. The Button Maker is reducing the quality of my Images

    Question When I use the button maker to create a button the quality of images goes down. What can I do to avoid this? Answer The button maker does not reduce the quality of your images by default. This can happen inadvertently if you use .jpg files as your source files. When the button maker...

    Started by Adam, 10-19-2007 03:44 PM
    • Replies: 0
    • Views: 4,510
    10-19-2007 03:44 PM Go to last post
  24. How can I make custom buttons?

    Question I would like to make custom buttons with my own images that can automatically respond to mouse clicks. Is this possible? Answer AutoPlay Media Studio 6.0 ships with a Button Maker program. You can access it from Tools -> Button Maker

    Started by Adam, 10-17-2007 02:31 PM
    • Replies: 0
    • Views: 4,637
    10-17-2007 02:31 PM Go to last post
  25. My videos will not play

    Question I add a video to my AutoPlay application and it runs fine on my system. When I test this CD on other computers the video does not play. Why is that? Answer This is almost always a codec issue. The end users machine must have the ability to playback the videos in your AutoPlay project....

    Started by Adam, 10-17-2007 02:26 PM
    • Replies: 0
    • Views: 4,547
    10-17-2007 02:26 PM Go to last post

Forum Information and Options

Users Browsing this Forum

There are currently 1 users browsing this forum. (0 members & 1 guests)

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts