Turn on sound file on any page

Hello!
I have the page0 (vscope=global), and sound file (named beep) on this page (vscope=global, too).
To play the sound file I send the command “beep.en=1” (or page0.beep.en=1) and all ok (I hear sound).

I have second page, (with name page1) and to change It to the current page I send: “page page1”.

I try to play the file on page 0, I send: “page0.beep.en=1”, but no sound.
Although page0 and beep file has globally vscope.

It it possible to play sound not only on page0 (anywhere)?

Thank you.

That’s the expected behavior. Setting a component’s .vscope to global makes its properties accessible throughout pages, but not its functionality (event code etc.). To explore the latter, the component has to be really loaded, together with its containing page.