Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

detect flash..

Status
Not open for further replies.

tom1537

Technical User
Nov 29, 2001
38
US
Hi

Thanks for the help all the time.

In my flash code what would i put if someone went to my site and the flash did not work, a code to detect the flash they need..

I used a flash stream flv in part
of my movie i made, the flash movie
plays good but the streamed flv dont work unless i download flash player 10.
I use flash MX
here is my code..

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase=" width="823" height="202" id="headerstream2" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="headerstream2.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="headerstream2.swf" quality="high" bgcolor="#ffffff" width="823" height="202" name="headerstream2" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage=" />
</object>

thank you
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top