Updated to version 1.5 —> Download newest version here
1.5 Fixed a bug with iFrame propagation and added a "Singleton" check
Hints:
Make sure to not include it multiple times but if you still do so by accident at least the code shouldn’t register twice anymore ( because of the new Singleton)… Also using HypeGlobalBehaviour.triggerCustomBehaviour or hypeDocument.triggerCustomBehaviour shouldn’t make a difference …either works.
Regards and let me know if it work for you now.
Another Hint:
GlobalBehavior actually extends the internal Hype behavior. So every possibility you got to send a behavior from within Hype will be distributed over all Hype widgets/iFrames. Using the @ symbol is also not a must… it only makes sure that only a specific Hype widgets/iFrames gets the message. Just adding this as I haven’t made enough documentation or examples … yet.