AMS: How To Execute A VBScript Function In AMS
In this short tutorial i will show you how to run a VBScript in AMS
VBScript engine has a COM interface to access Microsoft Script Engine
with a ProID called 'ScriptControl'
In AMS we can use LuaCom plugin to access this COM interface and execute our VBScript functions
you can pass a argument to VBScript function and get return value easiliy
AMS : How To Split A String Into Equal Lines In Length (Word Wrap)
In many cases you may need to split a string in to equal lines in length
it is usually necessary when you want to fit a long text in a control that has a fixed width
and you can use string actions to split that text ,however , if specified length points to middle of a word
this makes the text unreadable
How To Implement A Search In ListBox Items
In this tutorial i'll show you how to search a text in a ListBox items
the sample code will search specified ListBox object through specified keyword and will return a table that containing the
item indexes which are matching with specified keyword
String Formatting With Native Lua string.format() function
Most of AutoPlay Media Studio users are missing a useful function of Lua and trying to concat variables to get a formatted string . Lua has a build-in string format function under string group
[sourcecode]
string.format(formatstring,...)
[/sourcecode]
How To Use Flash ExternalInterface To Integrate Flash And AMS-8
How To Use Flash ExternalInterface To Integrate Flash And AMS-8
i have received some requests about how to integrate flash and AMS-8
it is hard to prepare a full example
i will write some explanations in this tutorial to help new users to get started to this semi-complicated task
this small tutorial may help to new users to understand how this system works on AutoPlay Media Studio 8
with build-in Flash object
How To Get Installed Antivirus Product From Within AMS
This is sample code to get whether an antivirus product had installed on the computer
and get some specific information about antivirus product using WMI way
What Is An AMS Plugin
This Article Will Cover Basic Information About AutoPlay Media Studio Plugins
AutoPlay Media Studio Plugins Are Regular DLLs That Are Built To Extend AutoPlay Media Studio by Using The Plugin SDK.
For C++ Developers A Plugin SDK Is Published By IndigoRose SoftWare Corp. But Like We Said Plugins Are Regular Windows DLLs , So An AutoPlay Media Studio Plugin Can Be Written In Different Programming Languages Which Provides Building Dynamic Link Libraries
First AMS-8 Plugin With Delphi
I am also a Delphi author and i am good on Delphi programming too
Last month i have tried to make an AMS action plugin with Delphi
Its first beta tests was passed with success and finally i built first stable plugin completely written in Delphi
It is SMTP plugin for AutoPlay Media Studio 8
Creating An AMS-8 Action Plugin With Visual Studio 2003
This Is A Video Tutorial That Shows How To Build An AMS-8 Action Plugin With Visual Studio .NET 2003
Environment : Visual Studio .NET 2003
Requirements : Minimum Level Of C++ Knowledge Is Required
Note : This Video Turorial Has Not Got A Voice
AutoPlay Media Studio 8 – PE
Indigorose Software team has announced that they are releasing personal edition of their most popular RAD tool
Free for personal use
Product Description :
Are you looking for a fast, easy way to create software applications for the Microsoft Windows operating system? If so, AutoPlay Media Studio is just what the doctor ordered!
AutoPlay Media Studio 8 delivers on the promise of rapid application development. What would normally take days or weeks to build using traditional software development tools (C, C++, Java, Visual Basic) can now be created in record time – by just about anyone. And not just simple little scripts and forms. We’re talking about full-featured interactive multimedia applications complete with web interaction, database connectivity, video playback and much more.
