Announcement

Collapse
No announcement yet.

Flash Object - pls. help on how to resume

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Flash Object - pls. help on how to resume

    I have a .swf file loaded in flash object on several pages, and i want pages to resume or remember where i stop - On PageJump.

    Note:
    The project is a quiz made in captivate and loaded in flash object and i want something like session resume or remember history.

    Thanks in advance

  • #2
    One of these methods should work: With Flash.SetFlashVariable() you can set a variable from your Lua code. Your script in Flash could check the value of the variable, which was set externally, and jump to the appropriate frame, or you could use Flash.Seek() to jump to the desired point in the timeline.

    Ulrich

    Comment


    • #3
      Originally posted by Ulrich View Post
      One of these methods should work: With Flash.SetFlashVariable() you can set a variable from your Lua code. Your script in Flash could check the value of the variable, which was set externally, and jump to the appropriate frame, or you could use Flash.Seek() to jump to the desired point in the timeline.

      Ulrich
      I have tried the suggested methods but it seem not to work ie (it cant remember where i last stop). when i PageJump and PageJump back. Whenever i do the page loads from the beginning, which means it is not seeking.

      i will appreciate if an example is given to a code dummy like me.

      Thanks

      Comment

      Working...
      X