-- MrMastermindNL <[email protected]> wrote
(on Tuesday, 09 March 2010, 06:16 AM -0800):
> I've been looking at the Zend_Controller_Router_Route, but I just can't
> figure out how to set this up. Swfaddress does use th '#" character. So
> preferrable the route would convert /#/controller/action to
> /controller/action.
> 
> Does anyone have an example of such a route? Or another solution to get
> solved? I can imagine someone already using SWFaddress in a Zend Framework
> setup.

Anything following a # will not be passed to the server -- # denotes an
-in-page anchor. 

Many JS libraries will take the anchor, and use it to determine what
page on the server to request, however -- not sure how flex/flash handle
it.

-- 
Matthew Weier O'Phinney
Project Lead            | [email protected]
Zend Framework          | http://framework.zend.com/
PGP key: http://framework.zend.com/zf-matthew-pgp-key.asc

Reply via email to