Moving an Audio file

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Moving an Audio file

Post by maxs » Thu Feb 11, 2010 11:23 am

Is there any way to move an audio file from one stack to another? (Or copy and paste)

Klaus
Posts: 14198
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Moving an Audio file

Post by Klaus » Thu Feb 11, 2010 11:55 am

Hi max,

just made a quick test and:
...
copy ac "mail_sent.au" to stack "the other stack"
...
worked fine here!

In Rev the obvious works most of the time :D


Best

Klaus

maxs
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 421
Joined: Sat Jun 24, 2006 12:02 am
Contact:

Re: Moving an Audio file

Post by maxs » Fri Feb 12, 2010 12:47 am

Thanks, Klaus,

That was easy. Thank you. I would not have known to put "ac".

Max

Klaus
Posts: 14198
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Moving an Audio file

Post by Klaus » Fri Feb 12, 2010 10:23 am

Hi Max,

this is just the abbreviation for "audioclip" (like "vc" for "videoclip"), but this "identifier" is always necessary for any object abbreviated or not.


Best

Klaus

Post Reply