How could configure or modify SWFAddress to make it use #! instead of #

点点圈 提交于 2019-12-08 04:07:22

问题


SWFAddress it's very cool way of providing deep linking in flash. But unless you use #! in urls (and a other things too), google wont index your internal pages.

How would be the best way to configure (or modify) SWFAddress to use #!?


回答1:


I actually found the answer in another question here in stackoverflow. I want to post the solution for future reference:

Just open swfaddress.js with your editor and replace all instances of "#" (with quotes), with "#!". Is that simple :)



来源:https://stackoverflow.com/questions/5599967/how-could-configure-or-modify-swfaddress-to-make-it-use-instead-of

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!