You could run a swfobject util method to detect whether the user has the
required
if (swfobject.hasFlashPlayerVersion("9.0.18"))
{
// has Flash
// leave css for 200x200px flash
}
else {
// no Flash
// rewrite css rules for outer div to resize
}
// call embedSWF() etc regardless to show either swf or expressinstall.
Cheers,
Aran
On Wed, Mar 17, 2010 at 6:30 PM, gwh <[email protected]> wrote:
> Yes my outer div is being controlled by the css and is positioning my
> 200 x 200 px swf with absolute positioning. Since the expressInstall
> swf needs to be larger than my swf dimensions (at least in width), my
> question is how can I control it separately. I mean I need one set of
> css rules for my swf and another for the expressInstal swf (which is
> larger and needs to be positioned further to the left). I'm assuming
> that I can't control them separately because they're both being
> contained by the same outer div - is that right?
>
>
>
> On Mar 17, 12:41 pm, Aran Rhee <[email protected]> wrote:
> > The 214x137 is the minimum dimensions in order for the swf to appear at
> all.
> > If your original swf was defined as 600x480, then the expressInstall swf
> > will cover this area (with the semi-transparent artwork covering the
> > remaining size no covered by the dialog itself).
> >
> > Your outer div should be able to control the positioning / sizing of the
> swf
> > (your own or expressinstall). If you out div defines a absolute size and
> > positioning, you should be able to set your swf / inner div to be 100%
> for
> > width / height and have it not break the bounds of the outer...
> >
> > In regard to changing the semi-transparent artwork - no, my understanding
> is
> > that this is part of Adobe's swf. and not controllable by a user.
> >
> > Cheers,
> > Aran
> >
> >
> >
> > On Tue, Mar 16, 2010 at 12:49 AM, gwh <[email protected]> wrote:
> > > I also noticed that the expressInstall swf is being contained by
> > > another black semi-transparent element. Is it possible to control the
> > > dimensions of this and if so, where would I do this?
> >
> > > --
> > > 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%[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]<swfobject%[email protected]>
> .
> 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.