I created some Flash buttons at Free Flash button creation sites. They all give me code that looks like: <p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="130" HEIGHT="84"> <param NAME="movie" VALUE="servo.swf?tarframe=_self&exbackground=cc0000&makenavfield0=The MBA Degree&makenavurl0=http://www.peakseekers.in/mba&makenavfield1=Peak Seekers Courses&makenavurl1=http://www.peakseekers.in/courses&makenavfield2=Article&makenavurl2=http://www.peakseekers.in/articles"> <param NAME="loop" VALUE="false"> <param NAME="menu" VALUE="false"> <param NAME="quality" VALUE="high"> <param NAME="scale" VALUE="noborder"> <param NAME="salign" VALUE="LT"> <param NAME="wmode" VALUE="transparent"> <param NAME="bgcolor" VALUE="#000000"> <EMBED src="servo.swf?tarframe=_self&exbackground=cc0000&makenavfield0=The MBA Degree&makenavurl0=http://www.peakseekers.in/mba&makenavfield1=Peak Seekers Courses&makenavurl1=http://www.peakseekers.in/courses&makenavfield2=Article&makenavurl2=http://www.peakseekers.in/articles" loop=false menu=false quality=high scale=noborder salign=LT wmode=transparent bgcolor=#000000 WIDTH=130 HEIGHT=84 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></object> <script language="javascript"> <!-- theObjects = document.getElementsByTagName("object"); for (var i = 0; i < theObjects.length; i++) { theObjects[i].outerHTML = theObjects[i].outerHTML;} //--> </script> </p> Code (markup): which I place in an html file and upload. But, when I try to visit the page, the buttons do not show, and the page attempts to load forever. Is there something I am missing?
Is "servo.swf" file in the same directory? Otherwise, consider removing white spaces in makenavfield1 and makenavfield2 fields.