• Resolved vinceger

    (@vinceger)


    Hello,

    apologize my English

    I have some pics that are rotating fine using imagerotator, when the mouse hovers over the Image I would like to show a title, At this moment when hovering only the mousearrow changes in a hand. How can I ad a title ???

    I’m a noob so could use some advice

    <script src="http://www.mysite.com/imagerotator/swfobject.js" type="text/javascript"></script> 
    
    <div id="player1" style="text-align: center;">imagerotating</div>
    <script type="text/javascript"><!--
    var so = new SWFObject('http://www.mysite.com/imagerotator/imagerotator.swf','mpl','225','282','8');
    so.addParam('allowscriptaccess','always');
    so.addParam('allowfullscreen','true');
    so.addVariable('height','282');
    so.addVariable('width','225');
    so.addVariable('file','http://www.mysite.com/imagerotator/pics.xml');
    so.addVariable('rotatetime','3');
    so.addVariable('transition','slowfade');
    so.addVariable('showicons','false');
    so.addVariable('shownavigation','false');
    so.write('player1');
    // --></script>

  • The topic ‘Howto MouseOver Title with Imagerotator’ is closed to new replies.