I am trying to raise a portal event via the signal out. It seems when raising an event, the Flash runtime actually puts all the parameters in an XML-like string and then passes them on to EPCM. The EPCM, however, is expecting this data as an object, not as a string. Has anyone been able to actually raise an event (specifically the navigate event) that can be handled by the standard portal framework?
What I am really trying to do is navigate from one iView to another within the same browser window. Has anyone done this? I know that there is HTML view but I don't want to use this because of I want the user to navigate away from the current application.
Thanks for your help