I sort of found a partial solution. Using the normal action in a controller
and redirecting from there. So:

/partners will be redirected in the PartnersController indexAction
$this->_redirect('/#/partners');

The only problem with this is that it always will redirect. So now I have to
find a way to only redirect when the Flash containing div actually has
flash. Or check if Javascript is active. So that search engines can just
crawl the site normally and when flash/javascript is active, the redirect
kicks in.

Any suggestions on that?

Cheers,
Marco
-- 
View this message in context: 
http://n4.nabble.com/Deeplinking-SWF-inside-Zend-Framework-tp1558493p1589233.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to