AMS 8.2

Aquí puedes encontraras las ultimas versiones de tus programas favoritos.
CAMBIOS RECIENTES
NEW! Faster & More Powerful Lua 5.1 Scripting Engine
AutoPlay Media Studio 8’s scripting engine is now faster, more powerful and much more extensible. The Lua 5.1 system features a new module system, incremental garbage collection, new mechanism for varargs, new syntax for long strings and comments, mod and length operators, metatables for all types and a fully reentrant parser.
NEW! Support for Lua 5.1 Code Modules
With the new scripting engine upgrade comes compatibility with Lua 5.1 modules. You now have access to a wealth of free Lua code you can download and use in your AutoPlay Media Studio 8 projects. In most cases you simply copy the module files into your project and “require” them in your script. Just some of the useful modules out there include Bit Operation, Date, Canvas Draw, Imaging Tool, GD, Crypto, Colors, Speech, Alien, Social (Twitter), CURL, Regular Expression Parsing and so much more. It’s a whole treasure chest of addons and tools just waiting for you!

NEW! Blu-ray Disc Support
Do your projects contain huge database and video files? AutoPlay Media Studio 8 now includes full support for burning directly to Blu-Ray media (BD-R, BD-RE). The integrated Bluray disc burning allows you to publish your project directly to single layer and dual-layer BD-R and BD-RE media, supporting 25 GB, 50 GB and even 100 GB formats.

NEW! Application Styles / Skinning
AutoPlay Media Studio 8 gives you the freedom to create applications that look exactly the way you want. Perhaps you prefer that your programs to take on the same appearance as the operating system (e.g. Windows XP, Vista, Windows 7 Aero)? Or do you want them to be entirely customized with completely custom drawn background images, buttons and window shapes? Or perhaps you’d like to simply make use of the hundreds of ready-to-use MSSTYLES themes (like OS/X Tiger and Panther) that you can download on the Internet? In any case, AutoPlay Media Studio makes it possible – and easy!

NEW! Integrated Database Access
It’s never been easier to write database applications using AutoPlay Media Studio! Easily connect to a variety of popular local and remote/Internet database systems including MySQL, SQLite3, ODBC, Oracle and PostgreSQL. Execute any SQL statements you desire like CREATE, INSERT and more – even easily retrieve data results using a row-by-row cursor system. Features full integration with our fill-in-the-blanks style Action Wizard, plus intelligent code completion.

NEW! PDF Object
AutoPlay Media Studio now features integrated support for displaying PDF documents right in your application. This highly requested feature also gives you full control over the display and formatting. You can show/hide toolbars, scrollbars and borders. Layout options include “Single Page”, “One Column”, “Two Columns” and “User Preference”. View options include “Fit Page”, “Fit Page Width”, “Fit Page Height” and “Actual Size”.

NEW! PDF Actions
Take control of the PDF object with 18 easy-to-use actions. Fully integrated into the fill-in-the-blanks Action Wizard, you’ll be able to easily create dynamic applications to work with PDF files. Actions are provided to Print, Load, Navigate, Zoom, Resize, Hide and much more.

NEW! QuickTime Object
Thanks to the new Apple QuickTime object, Your AutoPlay Media Studio applications are now compatible with over 80 video, audio and image formats. Video formats include .MOV, .DV, .M4V, .MP4 and dozens more – including the amazing h.264 format. Audio formats include .AAC, .AIF, .M4A, .MP3, etc. Visual formatting options let you lock an aspect ratio, resize the media to fit the object dimensions or center it within the object area. Border styles include 3D, plain or none.

NEW! QuickTime Actions
The Quicktime object by itself is great – but a Quicktime object plus 22 built-in high-level actions is just plain awesome! Brought together, your AutoPlay Media Studio actions have exceptional control over the QuickTime object. Using simple script commands you can Play, Seek, Set Volume, Load, Mute, View Full Screen, Hide, Show and much more. Your only limit is your imagination.

NEW! xButton Object
If you’re trying to create an application that blends in beautifully with the operating system, the new xButton object is just what the doctor ordered. However, that’s just the beginning! The new xButton object supports far more customization than was previously possible. Now you can modernize your applications by adding “icon” images to your buttons, plus you can “markup” the text however you desire! This object lets you control the relative placement of button text and button images; choose between normal and toggle styles; adjust fonts and colors; and even markup you text using dozens of XAML tags – including hyperlinks right on your buttons! By default, the xButton styles itself according to whatever operating system it is being run on. If your application is running on Vista, the button looks like a standard Vista button. If you’re running it on Windows 7, it looks like Windows 7. However, you can easily override this and choose from many included styles like Flat, Office 2000, Office XP or many different Office 2007 styles. Or hundreds of MSSTYLES themes… The options are endless.

NEW! Checkbox List Object
Checkbox lists are a long awaited addition to AutoPlay Media Studio! We’ve integrated this feature into the existing Listbox object – you just need to turn it on. Once you do, you can easily present lists of items with corresponding checkboxes. Actions are included to get and set the checkbox state for any listbox item with ease. You’ll find dozens of great uses for this one!

NEW! Rolling Code Data Security
AutoPlay Media Studio 8 adds another layer of protection to your applications and scripts. A unique random encryption code is now generated every time you build your project, making “hacking” of your applications much more difficult. As we all know, anyone determined enough can break any protection system given enough time and resources, but the use of rolling codes renders generic attacks ineffective. You can now sleep a little easier!

NEW! Multiple Timers
You’re no longer limited to just one timer event per page! You can now set as many “named” timers as you want. Having multiple timers running really opens up the creative possibilities for animations, games, status updates and dozens of other applications.
NEW! Service Actions
Easily control Windows Services using the seven new actions included in AutoPlay Media Studio 8. Everything you need is included, such as Create, Start, Stop, Pause, Delete, Query and Continue.

NEW! FTPWI Actions
AutoPlay Media Studio 8 includes a set of built-in FTP actions, enabling your application to easily download files over the Internet from FTP servers. These new FTP actions make use of the WinINet API to ensure compliance with the RFC 959 File Transfer Protocol specifications. Actions include FTPWI.Download, FTPWI.GetErrorInfo and FTPWI.GetFileSize.

NEW! System Restore Actions
This trio of system restore actions are extremely powerful and essential for any application that might want to make system changes or install software in a failsafe manner. By creating a system restore point using System.SetRestorePoint before making changes to the computer, the user can easily rollback those changes using the operating system’s “restore” feature (found on Windows Vista and Windows 7). Actions include System.IsSystemRestoreAvailable, System.SetRestorePoint and System.RemoveRestorePoint.

NEW! Dialog.ComboBox Action
Here’s an action that’ll find a lot of use! The Dialog.ComboBox action is used to pop up a dialog box presenting the user with a drop-down list of items they can choose from. You simply pass in a list of items to select from, choose if you’d like them sorted or not and whether or not to restrict the user to just the items in the list, or allow them to type in their own text response. It’s a fast and compact way to get user input, while offering suggestions to them at the same time!

NEW! Balloon Tooltips and Extended Tooltips
In addition to the standard popup tooltips you’re used to from previous versions, AutoPlay Media Studio 8 now lets you display Balloon tooltips! It’s an extremely attractive option for presenting context sensitive help within your application. It’s also much more useful than the old style tooltips, as you can use multiple lines of text to present your instructions. In fact, multi-line tooltips were so useful, we also added the feature to the standard looking popup as “extended” tooltips.

NEW! Modernized Visual Workspace
AutoPlay Media Studio has always looked pretty slick, but that wasn’t good enough. The entire project workspace has been overhauled. Selection boxes, toolbars, context menus – everything has been redone using a consistent color palette, light source and 3D perspective. You spend a lot of time working on your projects. Your tools should serve to increase your productivity, rather than distract you. With AutoPlay Media Studio 8, you’ll find everything is more logically arranged and attractively presented – so you can get more done.

NEW! Plugin SDK v2
Action Plugins and Object Plugins are one of the best features of AutoPlay Media Studio. They allow 3rd party software developers to extend and expand the product in an extremely integrated and seamless fashion. By simply dropping a plugin into your project, you can easily save yourself hours of work and add significant functionality to your application. The great news is that with AutoPlay Media Studio 8, plugin developers can now fully leverage the advantages of the Lua 5.1 language. The Plugin SDK v2 is available for free download on the indigorose.com website.
Ver Mas Cambios..
CAMBIOS RECIENTES
New Version Available: 8.2.0.0
Today (September 27, 2013) we have released a new version of AutoPlay Media Studio (v8..0.0). Commercial users can download the new full installer from your customer portal.
This release contains the following bug fixes:
Feature: Updated AutoPlay Media Studio’s design environment to support Windows 8.1.
Feature: Updated AutoPlay Media Studio’s runtime manifests to support Windows 8.1.
Feature: Updated the ‘System.GetOSName’ action with Windows 8.1 and Windows Server 2012 R2.
Fix: Updated the constants for the ‘System.GetOSProductInfo’ action.
Fix: Updated IRScriptEditor.exe to 2.0.1001.0.
Fix: Fixed some missing object types in the ‘DialogEx.SetFocus’ action’s action wizard properties.
Fix: Fixed a bug where performing ‘Page.Jump’ actions on the On Startup event would cause script to still be run on some of the first page’s events.
Fix: Fixed a couple display issues on the Quick Action tab of the object’s properties dialog.
Fix: Fixed a bug where some object fonts would always be anti-aliased regardless of the object’s font settings.
Fix: Fixed a bug in the Script Explorer where if the same event was showing in both script editor panes, there was a potential for losing changes. It now prevents you from showing the same event in both editors.
Fix: Added a prompt to AutoPlay’s uninstall that asks if you want to remove the software’s preferences or not.

MEGA + Patch

Fuente: http://www.intercambiosvirtuales.org

Lol nueva version pero no arreglan la seguridad y no parece que vayan a sacar uan version 9 en fin

gracias por la info fran!
Why 'share' but not give password?
theretard escribió:Why 'share' but not give password?
Contraseña/Password: www.intercambiosvirtuales.org

Copia y pega para que no tengas problemas.

Porque les preocupa tanto la seguridad de este soft.

Les deveria preocupar mas el crear aplicaciones que al usuario le interese usarlas. yo nunca he visto un buen proyecto creado con ams, todos se ven chafas. incluso los expertos en este soft no crean algo que la gente le interese usar. ams es mas como para jugar. lo unico que he visto son puros AIOs bastante feos pórcierto.

O a que seguridad se refieren. me imagino a que si crean su proyecto alguien puede sacarles un crack o que. si es eso no se preocupen dudo que alguien use sus proyectos.

Por ejemplo porque no sacan una aplicacion como atubecatcher. ese programa si es usado y actializado. pero dudo que este creado con ams.

Ami no me interesa ser experto en este soft, solo juego y me entretengo. si quisiera ser experto no perderia mi tiempo en ams, mejor me cambiaria a c++....


Bueno es lo que yo opino... pero no me empinen por el comentario.....

Si yo no me calentaría la cabeza mucho con la seguridad en ams , ams no es para aplicaciones profesionales y menos aun que requieran de seguridad.

AMS es lo que es y nos puede servir para muchas cosas,pero no para cosas serias.

Re:

dukenukem escribió:
Porque les preocupa tanto la seguridad de este soft.

Les deveria preocupar mas el crear aplicaciones que al usuario le interese usarlas. yo nunca he visto un buen proyecto creado con ams, todos se ven chafas. incluso los expertos en este soft no crean algo que la gente le interese usar. ams es mas como para jugar. lo unico que he visto son puros AIOs bastante feos pórcierto.

O a que seguridad se refieren. me imagino a que si crean su proyecto alguien puede sacarles un crack o que. si es eso no se preocupen dudo que alguien use sus proyectos.

Por ejemplo porque no sacan una aplicacion como atubecatcher. ese programa si es usado y actializado. pero dudo que este creado con ams.

Ami no me interesa ser experto en este soft, solo juego y me entretengo. si quisiera ser experto no perderia mi tiempo en ams, mejor me cambiaria a c++....


Bueno es lo que yo opino... pero no me empinen por el comentario.....
En cuanto a la seguridad de AMS estoy totalmente de acuerdo con lo que es obsoleta y no debemos preocuparnos por eso, pero al menos para mí en este momento deja de ser un problema el proteger mi código fuente ya que el desarrollo open source crece constantemente y lo privativo muere.

Si estás un poco inconforme con tanto AIO que hay hecho con AMS te cito algunos software que me parece que rompen ese esquema estereotipado recalcando que AMS es para hacer autoruns así que de una manera u otra está hecho para hacer todo en unos.

AMS Specialist Tools
No hay que ir muy lejos en este mismo foro Ceone está al mando de este proyecto y por ahora lo desarrolla sólo (aparentemente ya que mucha gente puede colaborar) y está haciendo un excelente trabajo, personalmente es indispensable para mí esta aplicación.

WinDS PRO
El primer programa hecho con AMS que conocí solo me di cuenta que estaba hecho con AMS cuando empece a dar mis primeros pasos con los .cdd :)

Emulatorx
Un pack de emuladores para Windows desarrollado por er_mejor usuario del foro y creador de teusoft.

WP Wizard
Asistente para instalación de WordPress: "Crear tu propia instalación de WordPress ya es posible. Ahora más fácil que nunca con el nuevo proceso automático y configurable de WP Wizard."

PeekMi
Un proyecto que estoy llevando a cabo antes llamado PassMaster

Conclusión: Personalmente el único problema que tengo con AMS es que es de pago y por ahora no justifica que yo pague por un producto de su calidad, no nos da muchas opciones de programación y seguridad, pero AMS sirve y sólo hay que dejar volar nuestra creatividad, ejemplo: Si haces un programa de facturación y lo vendes con regimen de licencia a empresas, aunque quisieran no los podrian crackear porque cuando pase la ley a ver si todo está bien confirmaran que no se tiene una licencia de tu programa, así que...

No es el hacha, es el indio

Re:

dukenukem escribió:1. Porque les preocupa tanto la seguridad de este soft.

2. Les deveria preocupar mas el crear aplicaciones que al usuario le interese usarlas. yo nunca he visto un buen proyecto creado con ams, todos se ven chafas. incluso los expertos en este soft no crean algo que la gente le interese usar. ams es mas como para jugar. lo unico que he visto son puros AIOs bastante feos pórcierto.

3. O a que seguridad se refieren. me imagino a que si crean su proyecto alguien puede sacarles un crack o que. si es eso no se preocupen dudo que alguien use sus proyectos.

4. Por ejemplo porque no sacan una aplicacion como atubecatcher. ese programa si es usado y actializado. pero dudo que este creado con ams.

5. Ami no me interesa ser experto en este soft, solo juego y me entretengo. si quisiera ser experto no perderia mi tiempo en ams, mejor me cambiaria a c++....


6. Bueno es lo que yo opino... pero no me empinen por el comentario.....
1. Porque cobran un carajal por algo que a personas como tu, solo les sirve para jugar (aunque si hubieras pagado por el soft apuesto a que lo tomabas mas en serio).

2. Como no patron, usted diga que desea y lo hacemos... Pues no las creamos para todos porque hay pendejos flojos que se roban el trabajo de los demas, de los que si sabemos un poco y luego se paran el culo diciendo que fueron ellos cuando en realidad solo son unos mediocres perderores, las mejores creaciones creeme que las usamos pero solo en nuestras computadoras y no las compartimos.

3. Si quieres desarrollar algo mas o menos bueno y lanzarlo a la venta y va tu nombre de por medio y te lo hackean y le meten virus a tus usuarios, quien pierde?, cierto es que ams es una calabaza pero al menos en mi caso, si contara (ams) con una mejor seguridad si me aventaba a crear algo profesional pues tengo los conocimientos para hacerlo, sin embargo el buen Rafa tiene razon... Y no generalices mi buen pues el que tu no sepas explotar un codigo porque solo lo usas para jugar no significa que todos seamos unos pendejos para hacerlo tambien, en mi caso, si creara algo no, no lo usarian, lo comprarian y les carajamente encantaria al igual que seguramente lo harian los Administradores del foro y quienes sepan crear buenas cosas.

4. Y crees que alguien no lo ha hecho ya? Pienso que seguramente te lo va a regalar a ti, te va a decir: -"Ven mijito, aqui tengo lo que me pediste"... Seee como no.

5. Sin palabras, sigue jugando mi buen, muy respetable es tu honestidad...

6. ¿Por que mejor no te "empinas" solo? Aqui se necesita gente que aporte y desee compartir conocimientos, no carajos TEU que hacen TEU todos feos dices...

Finalmente te digo que por culpa de esos jodidos todoenuneros que no saben programar gente como tu solo juega con los lenguajes de programacion.

Menos que mal que metafunken sabe dejarlo claro, porque vaya borderio ha soltado el otro ni que fueras el rey del mambo buen viaje majete!

Nice Post! :lol:
Similar to my post but with more details!

AutoPlay Media Studio 8.2.0.0 + Patch (Pro) :lol:
viewtopic.php?f=19&t=2267

Re:

carsonzillo escribió:Menos que mal que metafunken sabe dejarlo claro, porque vaya borderio ha soltado el otro ni que fueras el rey del mambo buen viaje majete!
Pues con toda la pena mi buen pero crei que debia ser muy directo, diria aquel: Bueno, es lo que yo opino...

Re:

Aikospiral escribió:Nice Post! :lol:
Similar to my post but with more details!

AutoPlay Media Studio 8.2.0.0 + Patch (Pro) :lol:
viewtopic.php?f=19&t=2267
Yes, but those details are for version 8.1 not all are for 8.2 version, your details are the trusted/real details just as like the last details of this post:

New Version Available: 8.2.0.0
Today (September 27, 2013) we have released a new version of AutoPlay Media Studio (v8..0.0). Commercial users can download the new full installer from your customer portal.
This release contains the following bug fixes:
Feature: Updated AutoPlay Media Studio’s design environment to support Windows 8.1.
Feature: Updated AutoPlay Media Studio’s runtime manifests to support Windows 8.1.
Feature: Updated the ‘System.GetOSName’ action with Windows 8.1 and Windows Server 2012 R2.
Fix: Updated the constants for the ‘System.GetOSProductInfo’ action.
Fix: Updated IRScriptEditor.exe to 2.0.1001.0.
Fix: Fixed some missing object types in the ‘DialogEx.SetFocus’ action’s action wizard properties.
Fix: Fixed a bug where performing ‘Page.Jump’ actions on the On Startup event would cause script to still be run on some of the first page’s events.
Fix: Fixed a couple display issues on the Quick Action tab of the object’s properties dialog.
Fix: Fixed a bug where some object fonts would always be anti-aliased regardless of the object’s font settings.
Fix: Fixed a bug in the Script Explorer where if the same event was showing in both script editor panes, there was a potential for losing changes. It now prevents you from showing the same event in both editors.
Fix: Added a prompt to AutoPlay’s uninstall that asks if you want to remove the software’s preferences or not.

This was the real update.

ok bajando