Map Journal Main Stage type

1332
1
Jump to solution
05-04-2016 08:25 AM
TimWitt2
MVP Alum


Hey everybody,

In the Map journal is there a way to see what type of media is showing in the main stage of a section?

What I need to know is, if the main stage has a map in it or something else.

Thanks,

Tim

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
TimWitt2
MVP Alum

I found my answer.

You can use app.data.getCurrentSection(); to get all the information about the current section.

Here is the sample code to get the type of media in the main stage:

whatisit = app.data.getCurrentSection();

infoIneed = whatisit.media.type;

View solution in original post

0 Kudos
1 Reply
TimWitt2
MVP Alum

I found my answer.

You can use app.data.getCurrentSection(); to get all the information about the current section.

Here is the sample code to get the type of media in the main stage:

whatisit = app.data.getCurrentSection();

infoIneed = whatisit.media.type;

0 Kudos