Indigo Rose Software

Professional Software Development Tools

 
Page 1 of 137 1 2 3 11 51 101 ... LastLast
Threads 1 to 25 of 3422

Forum: AutoPlay Media Studio 5.0

Archived discussion of AutoPlay Media Studio 5.0.

Sub-Forums Last Post

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

    Forum Actions:

    Forum Statistics:

    • Threads: 213
    • Posts: 792
  1. Post Sticky Thread Sticky: AutoPlay Media Studio 5.0 Update (v5.0.5.0) Released

    There is a new service release (v5.0.5.0) available for AutoPlay Media Studio 5.0 (Professional and Standard Editions). You can get the latest version by selecting Help > Check for Update from within the product. If you have any trouble getting the update through the product, here are direct links...

    Started by Brett, 10-03-2005 12:41 PM
    • Replies: 1
    • Views: 7,859
    10-03-2005 08:05 PM Go to last post
  2. Thumbs up Sticky Thread Sticky: Printed User's Guide & Training CD's

    User's Guide & Scripting Guide Thanks to popular demand, the AutoPlay Media Studio 5.0 User's Guide and Scripting Guide are provided in Acrobat PDF format. This allows for both easy viewing and printing of the manuals. However, we have also partnered with OnDemandManuals for those of you who want...

    Started by Ted Sullivan, 11-13-2003 01:35 PM
    • Replies: 0
    • Views: 7,863
    11-13-2003 01:35 PM Go to last post
  1. Change Environment variable "path" at runtime

    Hi, my installation is launching other installations that were created with installshield. the first installation changes the environment var "path" and the second installation should use the new path. the problem is that during the autorun the path does not update on windows 2008 server, only...

    Started by dana, 10-11-2010 05:56 AM
    • Replies: 0
    • Views: 1,106
    10-11-2010 05:56 AM Go to last post
  2. Flipbook Maker (Autoplay and Javascript)

    An application for creating Flip Books to be viewed in your browser. The javascript code is not mine (I got it from http://www.coastworx.com/bookflip.php). I just modified it a little bit. I would appreciate any comments. Thanks.

    Started by santiagoyoru, 05-14-2010 08:27 PM
    • Replies: 0
    • Views: 1,530
    05-14-2010 08:27 PM Go to last post
  3. Need help with subtitles color changer.

    :o Hello! I have a problem with a script. I have made an application to modify the colors of subtitles (.srt) in .avi files. The application works well, but I don't know how to avoid creating extra html tags. This is the code: myTable = TextFile.ReadToTable("AutoPlay\\Docs\\file.srt"); count =...

    Started by santiagoyoru, 12-01-2009 06:58 PM
    • Replies: 2
    • Views: 1,175
    04-20-2010 06:35 AM Go to last post
  4. Ftp login problem

    Hi I have now got the ftp plugin for autoplay menu studio pro 5.0.0.4, when I put in my details to connect to my ftp site - I get the error - error invalid hostname. This is using the ftp template with no modifications. The hostname im using is:ftp.pwp.blueyonder.co.uk (obviously im not...

    Started by mrdude, 06-03-2004 12:06 PM
    • Replies: 14
    • Views: 9,069
    04-05-2010 08:12 AM Go to last post
  5. Convert Hexadecimal to Decimal

    Ted Sullivan has previously posted a nice LUA script for converting decimal number to hex: function Dec2Hex(nValue) if type(nValue) == "string" then nValue = String.ToNumber(nValue); end nHexVal = string.format("%X", nValue); -- %X returns uppercase hex, %x gives lowercase letters...

    Started by csd214, 02-03-2005 02:36 PM
    • Replies: 12
    • Views: 7,718
    04-05-2010 03:26 AM Go to last post
  6. AudioCapture Library

    AudioCapture library (AudioCapture.dll v.1.0.0.0). Actions: AudioCapture.GetQuality AudioCapture.GetSettings AudioCapture.GetPosition AudioCapture.GetLength AudioCapture.GetSize AudioCapture.GetStatus AudioCapture.SetQuality

    Started by sside, 03-05-2007 02:22 PM
    2 Pages
    1 2
    • Replies: 29
    • Views: 9,037
    03-08-2010 04:18 PM Go to last post
  7. Window Capture Library

    Hello everybody Window capture library will capture any window that is visible by providing the window handle. Functions: CaptureWindow // Capture window by specifying the window handle. Returns image filename. GetError // Get error. Here you can download the ams5 project.

    Started by sside, 09-06-2006 12:16 PM
    • Replies: 14
    • Views: 6,015
    02-24-2010 04:16 PM Go to last post
  8. DragDrop Library

    DragDrop.dll v.1.0.0.0 DragDrop library will add drag and drop capabilities to ams applications. Right now the dll supports drag 'n droping for text (from wordpad, iexlorer etc) and files. You can drag 'n drop text and files right in the ams window. .Net 2.0 required. With Kind Regards...

    Started by sside, 02-13-2008 08:24 AM
    2 Pages
    1 2
    • Replies: 19
    • Views: 7,758
    02-12-2010 01:51 PM Go to last post
  9. Net Library

    Net Library (Net.dll v.1.0.0.3) (Net = Network / Internet) This is an update of an earlier version i posted time ago in this forum. Functions: GetHostName GetHostAddress GetMacAddress GetGatewayAddress

    Started by sside, 02-02-2007 03:52 PM
    • Replies: 6
    • Views: 2,872
    02-07-2010 08:52 AM Go to last post
  10. i love buttons !

    Hi everybody, i'm from france so forgive me for my bad english. Autoplay media studio is a very great software. Here is my problem : i can't afford workshop cds yet so i want to create my own buttons or modify AMS buttons. Is there a way to do that in AMS (in order to obtain "normal state",...

    Started by noonmoon, 08-09-2004 08:01 AM
    • Replies: 8
    • Views: 3,754
    01-15-2010 06:05 AM Go to last post
  11. Syntax check

    Hello, I have an input box that I want to get to input data into then get that data and write to registry. I can get other data to work from RichText but not from input. What did I do wrong? Thanks This does not work pserver = Input.GetText("Input2"); ...

    Started by abnrange, 12-11-2009 09:57 AM
    • Replies: 3
    • Views: 1,166
    12-11-2009 01:45 PM Go to last post
  12. Who Wants to be a millionaire (the game)

    I made this application for my students. It creates a flash game (Who wants to be a millionaire). Just enter both sets of questions and answers and you fill have the game on your desktop. Feel free to modify it or just do whatever you want with it.

    Started by santiagoyoru, 12-02-2009 04:38 PM
    • Replies: 0
    • Views: 1,044
    12-02-2009 04:38 PM Go to last post
  13. CddbClient Library

    CddbClient.dll v.1.0.0.0 Query online cd databases en get cd info (artist, title, genre, track, etc.). .Net 2.0 required. With Kind Regards sside

    Started by sside, 12-21-2008 02:43 PM
    • Replies: 7
    • Views: 2,985
    11-13-2009 07:41 AM Go to last post
  14. SQLite plugin problem

    I have loaded the SQLite plugin and everything went fine. But I go to find it under the Project/Plugins menu the only one that appears is the Clipboard plugin, I can see the folder and the files for SQLite plugin (locate under same place Clipboard plugin is). Also when a run a preview of anything...

    Started by swilk, 02-23-2005 08:41 AM
    • Replies: 3
    • Views: 2,626
    11-10-2009 06:22 PM Go to last post
  15. SQLite plugin version....

    Any idea if or when the latest version of SQLite be implemented into an upgrade of the plugin? Thanks!

    Started by patrick6, 04-23-2005 07:33 AM
    • Replies: 2
    • Views: 2,047
    11-10-2009 06:05 PM Go to last post
  16. SQLite Database Browser - New Version!

    For those that remember when I first suggested this application, SQLite Database Browser back a ways... well now there is a (major updates) new version out! (Version 1.1) (Source: http://sourceforge.net/project/shownotes.php?release_id=254534) Here is the link: SQLite Database Browser -...

    Started by Intrigued, 07-26-2004 09:30 AM
    database, sqlite
    • Replies: 9
    • Views: 16,888
    11-10-2009 07:14 AM Go to last post
  17. Integration Mp3Player~~~~~~

    Realization: 1.Drag the Skinable slide to seek. 2.Real-Time detect the progress of audio and display elapsed progress with different colour. 3.Basic audio control,just like:Pause,Stop,Open,Last audio,Next audio,Mute 4.Use Worm`s SetMask.dll to display the PlayList or not. 5.Add File to...

    Started by handsomer100, 04-11-2005 05:19 AM
    • Replies: 5
    • Views: 2,319
    10-30-2009 01:34 PM Go to last post
  18. SQLite database in MEMORY only!

    Note: You will need AMS 5.x Pro and the SQLite plugin installed before you try to view this project! I had a couple minutes and wanted to keep my SQLite "sharpness". So, I went ahead and coded this small project file to explain how to create a SQLite database, insert records into it, query it...

    Started by Intrigued, 05-11-2005 11:11 AM
    • Replies: 5
    • Views: 10,050
    10-23-2009 08:49 PM Go to last post
  19. CpuInfo Library

    CpuInfo.dll v.1.0.0.0 Gets different cpu info like: name, description, manufacturer, id, family, architecture etc. .Net 2.0 required. With Kind Regards sside

    Started by sside, 01-14-2008 01:01 PM
    • Replies: 6
    • Views: 4,598
    10-22-2009 11:36 PM Go to last post
  20. lua com plugin

    Hi! How can i use the luacom plugin to load a ms word document in my project of ams5? I was reading the luacom manual and i still don´t know how to use it.I mean, where i have to create or load the object? :o :huh

    Started by sweetorchid2, 03-29-2005 09:15 AM
    • Replies: 3
    • Views: 2,539
    10-16-2009 05:30 PM Go to last post
  21. Get the size of folder contents?

    Is there a way to do it without looping through all the files in the folder and checking individual file sizes? That method would be sufficent I suppose, but very slow for what I need to do. Any ideas on how this could be done in a different manner? ex: finding the total size of the...

    Started by element78, 12-04-2003 02:00 PM
    2 Pages
    1 2
    • Replies: 26
    • Views: 7,762
    09-17-2009 05:21 AM Go to last post
  22. get user's id

    Hi, Can I get user's id in registry by autoplay media studio? Example: my computer have user's id is S-1-5-21-436374069-776561741-682003330-500 (HKEY_USERS\S-1-5-21-436374069-776561741-682003330-500), but another computer have another user's id. Thanks.

    Started by jametony, 09-17-2009 01:52 AM
    • Replies: 0
    • Views: 1,307
    09-17-2009 01:52 AM Go to last post
  23. TimeZoneInfo Library

    Version 1.0.0.0 Get miscellaneous time zone information like: name, bias, dst, time etc. The time for a specified time zone is calculated taking the dst in consideration. It's a COM dll. Tested in win xp and vista. .Net 2.0 required. With Kind Regards, sside

    Started by sside, 08-16-2009 09:55 AM
    • Replies: 0
    • Views: 1,477
    08-16-2009 09:55 AM Go to last post
  24. Move a Folder

    Does anyone know if it is possible to Move a Folder and all its contents in AMS5, or do you have to copy it first, then delete it?

    Started by Mango, 07-18-2009 12:13 PM
    folder, move
    • Replies: 1
    • Views: 1,471
    07-18-2009 12:33 PM Go to last post
  25. IdleTimeWatcher Library

    Version 1.0.0.0 Get event notifications when the system is idle for a specified time (the screensaver concept). Event will be raised also when the system gets out of the idle state (when keyboard or mouse input is detected). It is a COM dll. .Net 2.0 required. With Kind Regards, sside

    Started by sside, 07-10-2009 12:26 PM
    • Replies: 1
    • Views: 1,453
    07-10-2009 09:05 PM Go to last post

Page 1 of 137 1 2 3 11 51 101 ... LastLast

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