Thanks for the reply,

I have the following two elements:

div#flash_outer
div#flash_replace

div#flash_replace is the element that will contain a replacement image
or in my case the expressInstall swf if needed.  div#flash_outer wraps
around div#flash_replace so that I can control the placement of my swf
on the page using css. So div#flash_outer is being absolutely
positioned on the page. I noticed that if the expressInstall appears
if needed, the express swf is also being positioned absolutely but
because it's a specific width and height (214w x 137h according to
you), then it's jutting out from my layout. I thought that since
div#flash_replace was the element that is being used to contain the
expressInstall swf then I could target it with css and absolutely
position it so that it's further to the left and therefore not
spilling out of the layout. For some reason this isn't working. So I'm
not really interested in changing the dimensions of the expressInstall
swf, I just want to be able to position it differently from where it
is now.

Can you comment on this or explain why it's not working?

Appreciate any further support.

On Mar 15, 9:27 am, Aran Rhee <[email protected]> wrote:
> You cannot customise the Adobe ExpressInstall dialog once it is shown. You
> can write your own express install swf with artwork etc (and to decide what
> logic determines if the dialog is shown or not (or fails)).
>
> The expressinstall area NEEDS TO BE >= 214w x 137h otherwise it will fail to
> show at all!
>
> You can check out the logic we use for our implementation of
> expressinstall.swf in the src folder when you download the swfobject.js
>
> Cheers,
> Aran
>
>
>
> On Sun, Mar 14, 2010 at 10:27 PM, gwh <[email protected]> wrote:
> > Hi everyone,
>
> > The express install that appears when the user doesn't have the
> > correct flash version is too large for the area where it's appearing.
> > Is it possible to customise this so that it's smaller in both width
> > and height. Also is it possible to customise the text that is in the
> > box?
>
> > If yes, can I get directions on how to do this?
>
> > Appreciate any further support.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "SWFObject" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected]<swfobject%2bunsubscr...@googlegroups 
> > .com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/swfobject?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to