drag and drop - help me
Publicado: 18 Abr 2011 08:58
Foro Especializado en Autoplay Media Studio y más...
http://www.amsspecialist.com/
Código: Seleccionar todo
Example if u want add this video: http://www.youtube.com/watch?v=LEX_31yOr5c
only copy this: LEX_31yOr5c
and put this intro de youtube code
[youtube]LEX_31yOr5c[/youtube]
if (_CommandLineArgs[1]) then
-- Here put your script, this only an idea
Audio.Load(CHANNEL_BACKGROUND, _CommandLineArgs[1], true, false);
end