Notifications
Clear all

[Closed] RAM Player Scripting?

Hello,

Just checking whether there is any way we could access the RAM Player through maxscript. I just want it on a button click to load up the frames from the predefined directory and start playing the animation.

Thanks.

5 Replies
 lo1

from help file:

RAMPlayer <filename1_string> <filename2_string>

Opens RAMPlayer with filename1 as Channel A and filename2 as Channel B. You can pass a null string (“”) as a filename string, in which case no file is loaded into that channel.

Thanks Lo,

Is that all you could do on RAM Player?

 lo1

Yes

Using UIAccessor you could probaby press some buttons as well.

Ok thanks Lo,

UIAccessor, have to check it out.

 lo1

you’ll find many code examples in this forum