Page 1 of 1

no flash / javascript install page

Posted: 04 Sep 2008, 11:14
by winph
Hi,

how do i edit the page where no flash or javascript install page?
is it possible to add in config page when no flash or javascript is disabled it will automatically go to html page?

Re: no flash / javascript install page

Posted: 04 Sep 2008, 11:45
by mjau-mjau
winph wrote:how do i edit the page where no flash or javascript install page?
I don't know if you can classify it as a "page", but you can change the content by editing templates/index_gallery.phtml:
Code
<div id="imagevue">
	<div id="na">
            (your content here)
	</div>
</div>
winph wrote:is it possible to add in config page when no flash or javascript is disabled it will automatically go to html page?
There used to be an option in the SWFObject javascript for redirecting if missing flash player, but it is gone in latest release. I don't think you can do the same for javascript ... You basically need javascript to trigger a redirect event based on a condition. The only option would be to target the html page, and if javascript exists, then forward to flash page.

Posted: 04 Sep 2008, 11:58
by winph
thanks for the reply...
btw html page is working with iphone :)