1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Why are my Flash buttons not showing

Discussion in 'Graphics & Multimedia' started by Ajeet, Nov 7, 2006.

  1. #1
    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&amp;exbackground=cc0000&amp;makenavfield0=The MBA Degree&amp;makenavurl0=http://www.peakseekers.in/mba&amp;makenavfield1=Peak Seekers Courses&amp;makenavurl1=http://www.peakseekers.in/courses&amp;makenavfield2=Article&amp;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?
     
    Ajeet, Nov 7, 2006 IP
  2. vishwaa

    vishwaa Well-Known Member

    Messages:
    271
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    138
    #2
    Is "servo.swf" file in the same directory?

    Otherwise, consider removing white spaces in makenavfield1 and makenavfield2 fields.
     
    vishwaa, Nov 7, 2006 IP
  3. max64

    max64 Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You better off showing us the whole HTMl coding of the page to find the culprit.

    Max
     
    max64, Nov 8, 2006 IP
  4. nsmchris

    nsmchris Active Member

    Messages:
    350
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    68
    #4
    vishwaa is right. Sounds like servo.swf is not in the same directory.
     
    nsmchris, Nov 9, 2006 IP