Flash not centered

I am having a problem with the flash presentation showing up off center. It showes up randomly down and to the right of center. Can anyone help me with keeping it center all the time?

 

Thank you.

Quote · 28 Oct 2008

If you are using Dolphin 6.1, there is no Flash but JavaScript and the problem was reported lot of times (IE7). As far as I know, no solution was found (at least given) until now...

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 28 Oct 2008

Thanks for the reply. Yes, we are using the dolphin 6.1. You seem to illude to the fact there is a solution. Is there a solution to the issue other than stop using IE7?

Quote · 28 Oct 2008

I have the same problem ..can someone help me to fix this issue ?

Quote · 1 Dec 2008

Yes, same Problem here, and it is driving me crazy! THe only way to get it centered is by clicking on my logo. weird.

I will most likely just replace with a flash file.

Quote · 21 Feb 2009

inc/js/jquery.dolPromo.js

give this line real values instead of "auto" OMG IE hates these

$Img.css( { width: 'auto', height: 'auto', left: 0, top: 0 } );

here you can also play with:

var iInterval = iInterval || 3000; //switching interval in milliseconds
var fRatio = fRatio || 0.28125; //main div size proportion (height/width)

till it fits your need

I have video tutorials to help you mrpowless.com
Quote · 3 Mar 2009

 

inc/js/jquery.dolPromo.js

give this line real values instead of "auto" OMG IE hates these

$Img.css( { width: 'auto', height: 'auto', left: 0, top: 0 } );

 

here you can also play with:

var iInterval = iInterval || 3000; //switching interval in milliseconds
var fRatio = fRatio || 0.28125; //main div size proportion (height/width)

 

till it fits your need

 This was just what I needed to fix that floating thing the flash does. I set the line to

$Img.css( { width: '1400', height: '350', left: 0, top: 0 } );

 

Everythings is peachie.

Good thing:

     baner is in fixed position

 

Bad thing:

      all images are stretched to the fixed width

 

 

Thanks!

Quote · 5 Jul 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.