Skip to main content
Participant
January 6, 2017
Answered

Trying to edit the "Flash Player 23" from the title in a projector

  • January 6, 2017
  • 1 reply
  • 648 views

I'm trying to edit the text in the title bar of a projector made in Animate CC. I've found several places online saying to use "resource hacker" which I've installed and I've been able to change the icon without any trouble but I can't find anywhere to edit the "Flash Player 23" text in the title and in the taskbar. I assume it would be in the String Table field but I've tried changing everything in there and so far no luck. Would anyone be able to point me in the right direction please?

    This topic has been closed for replies.
    Correct answer ClayUUID

    You used to be able to do that, but in the current version of the projector EXE it appears they've hard-coded the window title as a Unicode string, starting at offset 96567C. You'd have to use a hex editor (like XVI32) to change it, and you'll be limited to no more characters than are in the default title string.

    1 reply

    ClayUUIDCorrect answer
    Legend
    January 6, 2017

    You used to be able to do that, but in the current version of the projector EXE it appears they've hard-coded the window title as a Unicode string, starting at offset 96567C. You'd have to use a hex editor (like XVI32) to change it, and you'll be limited to no more characters than are in the default title string.

    sctvAuthor
    Participant
    January 7, 2017

    Ah, fair enough. I'll give XVI32 a go and see how things go. Thanks very much that's very helpful