Flash image Is not Displaying

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 yıl önce
hey,
I want to display flash images above then Menus .
I m working on Root.Master pages .
here are the code i m using on root.master page
<div class="master-wrapper-content">
            <nopCommerce:Header ID="ctrlHeader" runat="server" />
            <div>
            <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
                width="900" height="200">
                <param name="movie" value="../images/FINAL_BANNER.swf" />
                <param name="quality" value="high" />
                <embed src="../images/FINAL_BANNER.swf" quality="high" type="application/x-shockwave-flash"
                    width="900" height="200" pluginspage="http://www.macromedia.com/go/getflashplayer" />
            </object>
            </div>
            <nopCommerce:HeaderMenu ID="ctrlHeaderMenu" runat="server" />
            <asp:ContentPlaceHolder ID="cph1" runat="server">
            </asp:ContentPlaceHolder>
            <div class="clear">
            </div>
        </div>

I just See Blank space on the page , where i wanted to display flash image.
Please let me know , how to solve this.
waiting for your response.
Thanks
13 yıl önce
possibly the use of

../

in your filepath

try reading this post to help you on your way
https://www.nopcommerce.com/boards/t/4410/manipulation-of-header-module.aspx
13 yıl önce
Thanks Now its work.
i had putted the flash file into theme images folder thats why server was not finding the location.
wht I did .. i made another new folder with different name on the root and then putted the flash image out there.
Nos its work Fine
Thanks
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.