does anyone have a sample snipplet they use for this?
its strange i try getting it to work from the breadCrumb and sometimes it works sometimes it shows invalid
does anyone have a sample snipplet they use for this?
its strange i try getting it to work from the breadCrumb and sometimes it works sometimes it shows invalid
Not 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.
yeah 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