Modal dialog delegate actions to window

I have a modal dialog open and react to some actions but other actions I want to send to “fullscreenvideo” window.

xbmc.executebuiltin(“Action(“+str(action.getId())+”,12005)”) doesn’t work because it expects action name not number.

How can I do this?