4 Replies Latest reply: Jul 22, 2013 12:52 PM by Ned Murphy RSS

    Flash menu height editing not responds on site

    kisjans Community Member

      Hi all!

      I have a website, where I have a flash menu. I decided to add 3 more buttons, which wont fit horizontally, so I wanted a 2 row menu. I added the menu items to the xml file (menu is in swf) and the pages in php. Everything works while I test it in swf decompiler, two rows etc. but

      I upload it to the ftp and still one row appears only. I edited the flash cab on the index.php, adjusted the height and nothing changed.

      I dont have the original fla file, only the swf which I can convert back to fla. Maybe there I can change something to get it to work? The swf works fine but on the page not. I tried everything, it responses to everything, only the height (and the second row) won't change.

      Here is the code I messed:

      [code]

      <tr>

          <td colspan="3" align="left" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="780" height="500">

            <param name="movie" value="page/vert_menu.swf">

            <param name="quality" value="high">

            <embed src="page/vert_menu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="500"></embed>

          </object></td>

        </tr>

      [/code]

       

      And for visualization some pics:

       

       

      [IMG]http://imageshack.us/a/img713/8900/10yn.jpg[/IMG]

       

      [IMG]http://imageshack.us/a/img24/2876/b6wm.jpg[/IMG]

       

      Thank you!