CP5 get an array of all slideLabels


i need array of slidelabels within captivate project can me please

hi,

 

if mean need array of slide labels use in advanced actions believe out of luck.

 

however, if need access slide labels use in widget or swf @ runtime can help.

 

in captivate main timeline, if @ movie.m_slidedata_array see contains array of rdslidedata objects, 1 each slide. within each of objects find m_rdslide_mc.accessibilityproperties.name string containing slide label.  there may other places can find info, first place found it, , seems reliable.

 

so example access first slide's label, 1 way access it:

 

var myroot:movieclip = movieclip(root);
var mainmov:movieclip = movieclip(myroot.parent.root); //method access main timeline www.cpguru.com


var slidename:string;


slidename =  mainmov.movie.m_slidedata_array[0].m_rdslide_mc.accessibilityproperties.name

 

hope that's of help, , bear in mind bit of hack , break in future releases of captivate - @ least cp5!



More discussions in Advanced Adobe Captivate Users


adobe

Comments

Popular posts from this blog

Hur installera Joomla på One.com - Joomla! Forum - community, help and support

removing index.php from URL address - Joomla! Forum - community, help and support

「イメージマップのアンカー名には、...」のエラーが出ないようにしたい