Forum Discussion
2 Replies
- jbraveChannel SurferNot sure what you mean - you mean last song played and current song playing? SetBreadCrumbText just sets the text value of the breadcrumbs.
qwikee example:
PreviousSong=CurrentSong.title
song=GetNewSongFromXML
CurrentSong=Song.Title
poster.SetBreadcrumbText(previousSong,CurrentSong)
Each time this is executed should move the current song into previous and a new song into the current.
- Joel - dynamitemediaBinge Watcheryeah i just wanted those variables so i could pass on to pther parts of the page and just not the breadCrumb
i was trying to reuse some code