Can Logo be replaced by a flash file?

Home Forums Iconic One Pro Support Can Logo be replaced by a flash file?

This topic contains 4 replies, has 2 voices, and was last updated by  Gemini23 9 years, 10 months ago.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2286

    Gemini23
    Member

    I am looking at a flash based logo – could a file replace the logo if it is within the size parameters?

    #2287

    Gemini23
    Member

    IF this is possible.. where would I add the following?

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="721" height="65">
    <param name="movie" value="flashvortex.swf" />
    <param name="quality" value="best" />
    <param name="menu" value="true" />
    <param name="allowScriptAccess" value="sameDomain" />
    <embed src="flashvortex.swf" quality="best" menu="true" width="721" height="65" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowScriptAccess="sameDomain">
    </embed>
    </object>
    #2288

    You do not have permission to view this content.

    #2290

    Gemini23
    Member

    Many thanks – I hope your weekend is good.

    Would it be a case of replacing all of this?

    <div class="themonic-logo">
            <a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><img />" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
    		</div>
    #2291

    Gemini23
    Member

    Completed and all worked great. Thanks for your help.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.