|
|
Subject: Re: Flash buttons register behind the FancyBox iFrame - msg#00235
List: fancybox
you actually have to set wmode to opaque
learn more
http://groups.google.com/group/fancybox/browse_thread/thread/87eb5b15dd4cf901/ba0e11f9830bb5cc
On Nov 17, 6:26 am, jpannoni <j...@xxxxxxxxxxxxxx> wrote:
> add this param to object tag.
> <param name="wmode" value="transparent" />
> and add this attribute to the embed tag.
> wmode="transparent"
>
> if this doesn't help lower the z-index of flash element using css
>
> hope this helps.
>
> On Nov 16, 9:13 pm, scottscity <sc...@xxxxxxxxxxxxxxxxx> wrote:
>
> > Yeah, I have seen that page. How does that work for having Flash
> > behind the FancyBox?
>
> > Thanks for your reply!
>
> > On Nov 16, 4:46 pm, Ron Mahonin <ron.maho...@xxxxxxxxx> wrote:
>
> > > Here's for interest:
>
> > >http://www.communitymx.com/content/article.cfm?cid=E5141
>
> > > On Mon, Nov 16, 2009 at 4:34 PM, scottscity <sc...@xxxxxxxxxxxxxxxxx>
> > > wrote:
> > > > I am loading a FancyBox iframe from an embedded Flash swf. Everything
> > > > works fine, but you can still see the flash button hit areas (hand
> > > > cursor) through the html. How do you get it the FancyBox to cover over
> > > > the Flash so that the flash buttons are not visible? I am sure that
> > > > there is a simple answer to this. Any help would be great.
>
> > > > Thanks!
>
> > > > --
>
> > > > You received this message because you are subscribed to the Google
> > > > Groups
> > > > "fancybox" group.
> > > > To post to this group, send email to fancybox@xxxxxxxxxxxxxxxxx
> > > > To unsubscribe from this group, send email to
> > > > fancybox+unsubscribe@xxxxxxxxxxxxxxxx<fancybox%2Bunsubscr...@xxxxxxxxxxxxxx
> > > > om>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/fancybox?hl=.
--
You received this message because you are subscribed to the Google Groups
"fancybox" group.
To post to this group, send email to fancybox@xxxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
fancybox+unsubscribe@xxxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/fancybox?hl=.
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
Want caption from title not alt
Hi
The caption under the FancyBox image is being drawn from the alt tag -
I need it to come from the title tag of the in-page image.
I have read posts here which suggest that it is supposed to use the
title tag.
Why, I wonder, is it ignoring the title (eg title="This is my Caption"
alt="This is my Alt" produces a caption: "This is my Alt")
Any ideas what I am doing wrong?
Many thanks
--
You received this message because you are subscribed to the Google Groups
"fancybox" group.
To post to this group, send email to fancybox@xxxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
fancybox+unsubscribe@xxxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/fancybox?hl=.
Next Message by Date:
click to view message preview
Re: iframe
if you don't include hideOnContentClick you cannot interact with your
opened page and fancybox will close with any click
On Nov 17, 7:31 am, "Shaun W." <shaun.webs...@xxxxxxxxx> wrote:
> "Note: include hideOnContentClick line in the script - mine would not
> work without it.. not sure why."
>
> This was the case for me as well. Thank you!
>
> On Nov 15, 7:19 pm, Agrajag <agrajag...@xxxxxxxxx> wrote:
>
> > Easiest way that worked for me is to add this small code on the page
> > above where you're putting the link to the iframe:
>
> > <script type="text/javascript">
> > $(document).ready(function() {
> > $("a.newiframe").fancybox({
> > 'frameWidth' : 500,
> > 'frameHeight' : 500,
> > 'hideOnContentClick': false
> > });
> > });
> > </script>
>
> > replace 'newiframe' with whatever you want to call it - just make it
> > unique from any other iframe link used on the same page (unless you
> > want it to be the same dimensions), change the dimensions to whatever
> > you want it to be, then use the following link to activate it:
>
> > <a class="newiframe iframe" href="http://whatever.com/
> > iframedpage.html">click here for iframe</a>
>
> > Again, replace 'newiframe' in that link with whatever you called it in
> > the script above. That works for me anyway.
> > Note: include hideOnContentClick line in the script - mine would not
> > work without it.. not sure why.
>
> > Hope that helps.
>
> > On Nov 15, 11:02 am, "c...@xxxxxxxx" <c...@xxxxxxxx> wrote:
>
> > > Hello, i was wondering how could i change iframe size, when i open
> > > some www. page in iframe the FB window looks too small, i need it to
> > > be larger. Pls help. Thanks.
--
You received this message because you are subscribed to the Google Groups
"fancybox" group.
To post to this group, send email to fancybox@xxxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
fancybox+unsubscribe@xxxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/fancybox?hl=.
Previous Message by Thread:
click to view message preview
Re: Flash buttons register behind the FancyBox iFrame
add this param to object tag.
<param name="wmode" value="transparent" />
and add this attribute to the embed tag.
wmode="transparent"
if this doesn't help lower the z-index of flash element using css
hope this helps.
On Nov 16, 9:13 pm, scottscity <sc...@xxxxxxxxxxxxxxxxx> wrote:
> Yeah, I have seen that page. How does that work for having Flash
> behind the FancyBox?
>
> Thanks for your reply!
>
> On Nov 16, 4:46 pm, Ron Mahonin <ron.maho...@xxxxxxxxx> wrote:
>
> > Here's for interest:
>
> >http://www.communitymx.com/content/article.cfm?cid=E5141
>
> > On Mon, Nov 16, 2009 at 4:34 PM, scottscity <sc...@xxxxxxxxxxxxxxxxx> wrote:
> > > I am loading a FancyBox iframe from an embedded Flash swf. Everything
> > > works fine, but you can still see the flash button hit areas (hand
> > > cursor) through the html. How do you get it the FancyBox to cover over
> > > the Flash so that the flash buttons are not visible? I am sure that
> > > there is a simple answer to this. Any help would be great.
>
> > > Thanks!
>
> > > --
>
> > > You received this message because you are subscribed to the Google Groups
> > > "fancybox" group.
> > > To post to this group, send email to fancybox@xxxxxxxxxxxxxxxxx
> > > To unsubscribe from this group, send email to
> > > fancybox+unsubscribe@xxxxxxxxxxxxxxxx<fancybox%2Bunsubscr...@xxxxxxxxxxxxxx
> > > om>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/fancybox?hl=.
--
You received this message because you are subscribed to the Google Groups
"fancybox" group.
To post to this group, send email to fancybox@xxxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
fancybox+unsubscribe@xxxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/fancybox?hl=.
Next Message by Thread:
click to view message preview
What are they doing?
Hi! Please look at this short video. What are they doing?
http://tube23441.notlong.com/
--
You received this message because you are subscribed to the Google Groups
"fancybox" group.
To post to this group, send email to fancybox@xxxxxxxxxxxxxxxxx
To unsubscribe from this group, send email to
fancybox+unsubscribe@xxxxxxxxxxxxxxxxx
For more options, visit this group at
http://groups.google.com/group/fancybox?hl=.
|
|