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

Moving an Audio file

Post by maxs »

Is there any way to move an audio file from one stack to another? (Or copy and paste)
Klaus
Posts: 14324
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Moving an Audio file

Post by Klaus »

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

Re: Moving an Audio file

Post by maxs »

Thanks, Klaus,

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

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

Re: Moving an Audio file

Post by Klaus »

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