4images Modifications / Modifikationen > Templates & Styles (Releases & Support)

[Style] Flash Dock slider (rotator) v1.2

(1/6) > >>

diehard:
Hi all. This is my first 4images mod. Sorry for my bad English... :)


Flash Dock slider (rotator) for 4images by Diehard and runtime  (modified by V@no)

This is random flash thumbnail slider (rotator) for 4images with image reflector v.1.2.

Works fine with v.1.7.x

DEMO: http://wallpapers.bgvest.com/categories.php?cat_id=13



The original script is taken from http://www.flashcomponents.net/component/x_treme_dock_menu_as3.html and this is free version for use !

SCREENS:



Installation

1. Upload dockmenuxml.php / AC_RunActiveContent.js / dockmenu.swf from archive in your root directory.

2. Open your template dir and add this code in header.html before closing </head> :


--- Code: ---<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
--- End code ---
Save and close

3. Open your template dir > categories.html (or where are you want to shown rotator) and add this code:



--- Code: ---<!-- ------------------------------------------------------------ -->
<!-- [MOD] Flash Dock rotator -------------- by Diehard & runtime -->
<!-- START ------------------------------------------------------ -->
<?php
global $site_sess;
$xml = $site_sess->url(ROOT_PATH."dockmenuxml.php?xml");
?>
<script language="javascript">
    if (AC_FL_RunContent == 0) {
        alert("This page requires AC_RunActiveContent.js.");
    } else {
        AC_FL_RunContent(
            'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
            'width', '750',
            'height', '180',
            'src', 'dockmenu',
            'quality', 'high',
            'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
            'align', 'middle',
            'play', 'true',
            'loop', 'true',
            'scale', 'showall',
            'wmode', 'window',
            'devicefont', 'false',
            'id', 'dockmenu',
            'bgcolor', '#E6E6E6',
            'name', 'dockmenu',
            'menu', 'false',
        'reflectAlpha', '80',
            'allowFullScreen', 'false',
            'allowScriptAccess','sameDomain',
            'movie', 'dockmenu',
            'salign', '',
            'FlashVars', 'setupXML=<?=$xml?>'


            ); //end AC code
    }
</script>
<noscript>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="750" height="160" id="dockmenu" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="dockmenu.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" />    <embed src="dockmenu.swf" menu="false" quality="high" bgcolor="#cccccc" width="750" height="160" name="dockmenu" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    <param name="FlashVars" value="setupXML=<?=$xml?>" />

    </object>
</noscript>



 <br />

<!-- ------------------------------------------------------------ -->
<!-- [MOD] Flash Dock rotator -------------- by Diehard & runtime -->
<!-- END -------------------------------------------------------- -->

--- End code ---

* You must change width="750" / height="180" if you want for your template design or other flash object settings.
Save and close


That’s all  :wink:

Alternative download: Download
Here is and attached file:

flattley:
I installed this mod and it works brilliantly

Thanks diehard

Rembrandt:
Hi!

@diehard , Thank you for this Great Style!
It work Perfekt.

mfg Andi

x23piracy:
Hi,

wirklich schickes Teil ich bekomme das aber nur mit dem IE zum laufen, firefox lädt keine Bilder
und Safari bekommt mein Bilderklau bildchen obwohl der referer ja stimmen muss.

Läuft das bei euch im Safari und im Firefox?


Gruß Jens

Rembrandt:
standard installation ohne irgend welche modifikationen, ja.

Navigation

[0] Message Index

[#] Next page

Go to full version