Robotlegs application inside a pureMVC website
I have build a video player using robotlegs framework. I would like to use it inside a pureMVC website.
Is there a way that my video player can listen to the notification send from the pureMVC framework ? if so, how can I manage that ?
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Shaun Smith on 03 Mar, 2010 05:19 PM
Personally, I would expose an API on your root RL view node and set up a PureMVC mediator to mediate that view node. The PureMVC mediator would then translate PureMVC notifications into the appropriate method calls (via the API that your RL app is now exposing).
2 Posted by WaZz on 03 Mar, 2010 06:43 PM
That's exactly what I am trying to do :)
Thanks for your help
Joel Hooks closed this discussion on 04 Mar, 2010 08:09 AM.