Jump to content

[SOLVED] Flash SWF doesn't automatically resize


Recommended Posts

Hi guys,

 

I have researched a few adobe forums as well as prestashop forums, but am unable to solve this issue:

 

I have a flash animation here on this CMS page:

http://shinsentea.com.au/content/11-traditional-preparation

 

I am trying to modify the html so that the animation automatically "showsall", what I mean is that by default when you open the page the animation is quite small, I have added some html code to make it 800x600.

 

Unfortunately the animation does not scale to that size by default and only does when you right click and select "Show All".

 

Is anyone able to help me with this? Or point me in the right direction?

 

Cheers,
 

global.css extract:

 

 

#animation-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 5px;
    border: 1px solid #E8E8E8;
    width: 800px !important;
    height: 600px !important;
    font-style: italic;
}

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...