I have a page that runs a .swf movie. It was created with Live Motion 2. A user complains he cannot see the movie with his browser but is able to see other flash movies. I use an Object tag to run the movie. Here is the code:
Is there a way PHP can detect if the user is capable of playing the movie, if not display a static image instead?Code:<OBJECT CLASSID="clsid27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ID="AboutTheArtist" WIDTH="435" HEIGHT="25"> <PARAM NAME=movie VALUE="AboutTheArtist.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#ffffff> <EMBED SRC="AboutTheArtist.swf" QUALITY=high BGCOLOR=#ffffff WIDTH="435" HEIGHT="25" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED> </OBJECT>
Check out the site at http://mylittlechampion.com




Bookmarks