Forum Discussion

dynamitemedia's avatar
dynamitemedia
Binge Watcher
15 years ago

current and last location functionn ?

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

2 Replies

  • jbrave's avatar
    jbrave
    Channel Surfer
    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.

    - Joel
  • 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