Connecting Tech Pros Worldwide Help | Site Map

How to create a No Flash page similar to <noscript>

Newbie
 
Join Date: Dec 2006
Posts: 1
#1: Dec 21 '06
Hi,

Is there a tag or script or something I can use to automatically forward people to a HTML page if they dont have flash installed or disabled by their company.

Many Thanks,

Rich
kestrel's Avatar
Moderator
 
Join Date: Jul 2006
Location: California!!!
Posts: 898
#2: Dec 21 '06

re: How to create a No Flash page similar to <noscript>


you can do a javacript script, that can detect the users browser.

do an if...else thing
post this javascript for someone who knows what they're doing
subashini Thiyagarajan's Avatar
Familiar Sight
 
Join Date: Dec 2006
Posts: 231
#3: Jan 18 '07

re: How to create a No Flash page similar to <noscript>


Hi Pow,

i did not get exactly what you are asking.

i meant your question that u are desinging some falsh animated page(HTML Page),u want others to view that page (despite of falsh software installed in their PC).

If my understanding is right then here is the solution

<object width="841" height="86" title="cimgintro">
<param name="movie" value="TWO.swf">
<param name="quality" value="high">
<embed src="TWO.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="841" height="86"></embed>
</object>
u can embed your movie in your html page.u can add .asp extension then in intranet anyone can view despite of the installation.

bye.
Reply