Indigo Rose Software

Professional Software Development Tools

 
Page 1 of 9 1 2 3 ... LastLast
Threads 1 to 25 of 212

Forum: AutoPlay Media Studio 5.0 Examples

A repository of usefult tidbits for use with AutoPlay Media Studio 5.0

  1. Sticky Thread Sticky: How to Contribute to this Forum!

    This section is designed to be a reference work, rather than a place for general discussion. That being said, we encourage you to submit your best fully tested and debugged scripts, functions, examples, sample projects, templates and articles pertaining to AutoPlay Media Studio 5.0. We will also...

    Started by Ted Sullivan, 05-07-2004 01:19 PM
    • Replies: 0
    • Views: 4,277
    05-07-2004 01:19 PM Go to last post
  1. Grin Making a Basic Quiz/Testing Application

    <HTML> <HEAD> <TITLE>AutoPlay Media Studio 5.0 Knowledge Base</TITLE> </HEAD> <BODY> <h3>Making a Basic Quiz/Testing Application</h3> <b>Document ID: IR10051</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Standard Edition</li> <li>AutoPlay Media...

    Started by Desmond, 09-26-2003 02:44 PM
    • Replies: 3
    • Views: 7,714
    10-12-2007 06:42 AM Go to last post
  2. Lightbulb Example: Drive Serial Utility

    I have recently started a small company to produce software for mobile devices. Some of the products are applications to run on removable writable drives. Specifically, USB pen drives. The applications are preloaded onto USB drives and sold as a system. The user has to accept the license agreement...

    Started by Roboblue, 11-21-2004 06:48 AM
    3 Pages
    1 2 3
    • Replies: 30
    • Views: 13,297
    08-18-2007 09:26 AM Go to last post
  3. Post Function: Setting Windows Wallpaper

    This is a function that allows you to take either a jpg or bmp image and set it as the windows wallpaper. This code should be placed on the button or image event that you want to use to set the users wallpaper. SetWallpaper(0,2,image_name_or_variable) The function takes three...

    Started by TJ_Tigger, 07-20-2004 02:22 PM
    2 Pages
    1 2
    • Replies: 27
    • Views: 11,443
    07-14-2007 07:41 AM Go to last post
  4. Lightbulb Example: Page Jump using Listbox object or Combobox object

    To do a page jump using a listbox or combobox object for user input all you need is a couple actions, 1 to detect the selected item and one to do the jump. Here I am attaching 2 AutoPlay Media Studio 5.0 Pro source files: 1. comboJump.apz 2. listJump.apz These files demonstrate this...

    Started by Corey, 07-22-2004 04:53 PM
    • Replies: 2
    • Views: 7,172
    07-12-2007 06:10 AM Go to last post
  5. Lightbulb Example: Sending Email Using a Remote PHP Web Script

    You can easily submit values to online scripts using AutoPlay Media Studio. In this example we will build a PHP script to send email, and then setup an AutoPlay Media Studio application to interact with it. The result will be an AutoPlay Media Studio application which can send your information by...

    Started by Corey, 11-18-2004 12:48 AM
    3 Pages
    1 2 3
    • Replies: 36
    • Views: 20,758
    06-10-2007 02:07 PM Go to last post
  6. Example: XP ExlorerBar and Grouping Objects

    This project groups objects together to perform actions on the group. The key to this is to have the objects name within a group start with a "group name". For example: if you have a label named: lblTitle and another named lblAuthor, to group them, simple rename the objects to...

    Started by Worm, 06-27-2005 08:26 AM
    2 Pages
    1 2
    • Replies: 20
    • Views: 7,414
    06-05-2007 01:56 AM Go to last post
  7. Post Function: Modify IE Footer, Header, & Margin Info for Printing

    These functions let you programatically change a users Internet Explorer printing options found under IE's File | page setup menu. Specifically it changes the header, footer, and margins. This is especially useful if you are using the Web.Print action in an AMS project to print a report or other...

    Started by kpsmith, 05-17-2004 01:09 PM
    • Replies: 7
    • Views: 21,332
    03-24-2007 08:06 PM Go to last post
  8. Grin Adjusting Volume Levels

    <HTML> <HEAD> <TITLE>AutoPlay Media Studio 5.0 Knowledge Base</TITLE> </HEAD> <BODY> <h3>Adjusting Volume Levels</h3> <b>Document ID: IR10096</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Standard Edition</li> <li>AutoPlay Media Studio 5.0...

    Started by Desmond, 10-03-2003 03:14 PM
    • Replies: 2
    • Views: 3,789
    12-05-2006 12:13 AM Go to last post
  9. Grin Making a Slideshow with Voiceovers

    <HTML> <HEAD> <TITLE>AutoPlay Media Studio 5.0 Knowledge Base</TITLE> </HEAD> <BODY> <h3>Making a Slideshow with Voiceovers</h3> <b>Document ID: IR10048</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Professional Edition</li> </ul> <hr> ...

    Started by Desmond, 09-26-2003 02:22 PM
    • Replies: 1
    • Views: 3,664
    10-27-2006 01:25 PM Go to last post
  10. Post Function: Change Mouse Cursor

    Attached is a project that includes two functions that allow you to change the mouse cursor within your project. These functions call on functions within the user32.dll on the windows system. Here is an example of how to use the functions --]-- --Example: resetCursor = SetCursor(32514);...

    Started by TJ_Tigger, 07-20-2004 03:10 PM
    • Replies: 6
    • Views: 10,242
    07-26-2006 05:57 PM Go to last post
  11. Thumbs up Tip: Sample Project Web Site: amsuser.com

    One of our forum members, Intrigued, has created a Web site devoted to sharing sample AutoPlay Media Studio 5.0 project files. These files are created by Intrigued and other forum members. You can get to this site here: http://amsuser.com Note: amsuser.com is independently owned and...

    Started by Brett, 10-21-2004 12:33 PM
    • Replies: 10
    • Views: 7,461
    07-25-2006 10:57 PM Go to last post
  12. PLUGIN EXAMPLE: SQLite

    This example demonstrates how to use the SQLite Plugin. The attached project is a simple 'phonebook'. From various input objects it accepts contact info: First Name Last Name Email Address Phone Numbers Addresses The contents of the SQLite database are displayed in a listbox. It allows...

    Started by Desmond, 06-24-2005 09:31 AM
    • Replies: 10
    • Views: 7,081
    07-14-2006 06:01 AM Go to last post
  13. Customer SQLlite

    here's another sample for the SQLlite Plug-in. It's the Customer project that Roboblue made for AMS6. i converted it to AMS5. Hope this helps someone! http://www.indigorose.com/forums/showpost.php?p=85433&postcount=7 Chris

    Started by stickck, 07-14-2006 01:32 AM
    • Replies: 0
    • Views: 2,621
    07-14-2006 01:32 AM Go to last post
  14. Lightbulb Example: Send Email using SMTP Authentication

    Here is a sample project that will allow you send an email message through a server using SMTP Authentication. It uses a DLL that I wrote as the SMTP engine.

    Started by Worm, 09-27-2004 06:20 PM
    • Replies: 5
    • Views: 7,467
    04-29-2006 06:28 AM Go to last post
  15. Post Function: Run it Once

    What do you do when you want your application to perform a certain set of actions - but only one time ever? This function does just that. It keeps track of whether or not the actions have been called before and will return true if they have been and false if they have not. Place this code into...

    Started by Adam, 05-13-2004 01:29 PM
    • Replies: 1
    • Views: 3,563
    04-07-2006 01:04 AM Go to last post
  16. Lightbulb Example: Creating Animated Images

    How To : Create animated .gif , create animated .jpg , create animated .bmp , create animated .png , or create animated .tif , create animated .pcx , create animated .tga , create animated .wmf , create animated .apm , create animated .emf , create animated .psd , and create animated .pcd images. ...

    Started by Corey, 12-02-2004 10:43 PM
    • Replies: 1
    • Views: 10,025
    03-04-2006 12:44 AM Go to last post
  17. Grin Asking the User for Confirmation Before Exiting

    <HTML> <HEAD> <TITLE>AutoPlay Media Studio 5.0 Knowledge Base</TITLE> </HEAD> <BODY> <h3>Asking the User for Confirmation Before Exiting</h3> <b>Document ID: IR10094</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Standard Edition</li> ...

    Started by Desmond, 10-03-2003 02:56 PM
    • Replies: 1
    • Views: 4,159
    12-11-2005 06:53 PM Go to last post
  18. Lightbulb Example: Sending An Email Through Outlook

    Using the LuaCOM plugin, you can easily initiate an email message complete with attachments though MS Outlook's COM API. Here is some sample code that will make an email message through Outlook. Note that I have only tested this on Outlook 2000 using v1.0.0.2 of the LuaCOM plugin. olMailItem...

    Started by Brett, 02-02-2005 02:10 PM
    2 Pages
    1 2
    • Replies: 22
    • Views: 14,956
    12-05-2005 06:11 PM Go to last post
  19. Serial Numbers for your AutoPlay applications

    Hello everyone! From time to time, we are asked by users if it is possible to secure the applications that are made with AutoPlay Media Studio 5.0. While there are no 100% ways to secure software, there are steps that can be taken to prevent, or at least slow down unauthorized use. One...

    Started by Desmond, 06-30-2005 08:55 AM
    • Replies: 12
    • Views: 13,014
    11-30-2005 01:20 PM Go to last post
  20. Lightbulb Example: Image Movement and Opacity

    The attached example shows you how you can use the Image.SetPos and Image.SetOpacity actions to create image movement and effects in your AutoPlay Media Studio 5.0 Professional projects. You'll also see that your project remains responsive while the animation occurs, thanks to the use of the On...

    Started by Ted Sullivan, 05-31-2004 01:31 PM
    • Replies: 1
    • Views: 4,440
    11-28-2005 07:32 AM Go to last post
  21. Lightbulb Example: Get the Color under the Mouse Pointer

    This sample project shows how to get the color underneath the mouse pointer. The values are returned in either Long or Hex.

    Started by Worm, 08-11-2004 08:39 PM
    2 Pages
    1 2
    • Replies: 20
    • Views: 12,585
    11-19-2005 11:40 AM Go to last post
  22. Lightbulb Example: Capturing a Window as an Image

    This is an example that uses a DLL to capture a Window (same as Alt-PrintScreen) as an image. Also shows the use of: Window.EnumerateTitles Listbox Scaling an Image

    Started by Worm, 09-19-2004 05:28 AM
    2 Pages
    1 2
    • Replies: 16
    • Views: 10,091
    09-13-2005 06:11 AM Go to last post
  23. Build applications using PHP!

    I have an upcoming tutorial on how to do this in 6.0 which is quite revolutionary, but for now I thought I'd post this simple sample of how to do it using 5.0. I'm not posting any of the tutorial yet but if you have any questions in the meantime please let me know. As far as I can see using this...

    Started by Corey, 09-07-2005 01:26 PM
    • Replies: 2
    • Views: 4,862
    09-07-2005 02:30 PM Go to last post
  24. Pass data between AutoPlay applications

    Introduction: Occasionally I'm asked how to pass data between AutoPlay applications, or if it is even possible. The easiest way to do this is as follows. You will create two applications with the following settings/specifications: Application 1: This application will have a multi-line...

    Started by Desmond, 07-08-2005 01:20 PM
    • Replies: 9
    • Views: 4,847
    09-01-2005 04:33 AM Go to last post
  25. Grin Playing Multiple Audio Files in Sequence

    <HTML> <HEAD> <TITLE>Playing Multiple Video Files in Sequence</TITLE> </HEAD> <BODY> <h3>Playing Multiple Audio Files in Sequence</h3> <b>Document ID: IR10029</b> <hr> The information in this article applies to: <ul> <li>AutoPlay Media Studio 5.0 Standard Edition</li> <li>AutoPlay...

    Started by Desmond, 09-26-2003 12:14 PM
    • Replies: 6
    • Views: 7,520
    08-15-2005 03:38 PM Go to last post

Page 1 of 9 1 2 3 ... LastLast

Forum Information and Options

Users Browsing this Forum

There are currently 3 users browsing this forum. (0 members & 3 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