Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Can I turn off flash while colorbox displays?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Aces  
View profile  
 More options Oct 2 2009, 12:07 pm
From: Aces <goo...@whatnext.demon.co.uk>
Date: Fri, 2 Oct 2009 09:07:56 -0700 (PDT)
Local: Fri, Oct 2 2009 12:07 pm
Subject: Can I turn off flash while colorbox displays?
I have used the wmode opaque setting as suggested in
http://kb2.adobe.com/cps/155/tn_15523.html so that colorbox stays in
the background.

I used swf object from http://code.google.com/p/swfobject/ so the html
validates.

When I try to run ( examples 2,3,4 ) colorbox on top of a flash
slideshow it doesn't work unless the slideshow is not moving.
(autoplay=false)

Is there anyway of telling a flash slideshow to stop or to totally
disable it while colorbox is on top.

I am currently trying to upgrade from http://www.dolem.com/lytebox
which seems to totally hide the flash in the background.....

Can anyone help?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jack Moore  
View profile  
 More options Oct 2 2009, 12:52 pm
From: Jack Moore <j...@colorpowered.com>
Date: Fri, 2 Oct 2009 12:52:21 -0400
Local: Fri, Oct 2 2009 12:52 pm
Subject: Re: Can I turn off flash while colorbox displays?

There's no pre-made option for that, but it should be easy to accomplish
using ColorBox's events.  Hide your flash when 'cbox_open' is triggered, and
reveal it when 'cbox_closed' is triggered.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aces  
View profile  
 More options Oct 2 2009, 4:47 pm
From: Aces <goo...@whatnext.demon.co.uk>
Date: Fri, 2 Oct 2009 13:47:24 -0700 (PDT)
Local: Fri, Oct 2 2009 4:47 pm
Subject: Re: Can I turn off flash while colorbox displays?

Thanks for your quick reply.

Unfortunately I'm not a programmer (but have slightly edited others
code) so I'm not sure where to start....

...but as I think i'd need to know more about it to get the results I
want, this seems as good a place as any to start....

I do wonder if colorbox can send paramaters to SWF Object, as that
seems to be the idea of the latter as well...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jack Moore  
View profile  
 More options Oct 3 2009, 2:10 pm
From: Jack Moore <j...@colorpowered.com>
Date: Sat, 3 Oct 2009 14:10:59 -0400
Local: Sat, Oct 3 2009 2:10 pm
Subject: Re: Can I turn off flash while colorbox displays?

>Is there anyway of telling a flash slideshow to stop

I don't know enough able flash to be able to answer that.  If you can
interact with it via JavaScript, then just put whatever JS you need to use
as the callback for colorbox.

The JS I was describing earlier would look like this:

$().bind('cbox_open', function(){
    $('object, embed').css({'visibility':'hidden'});

}).bind('cbox_closed', function(){

    $('object, embed').css({'visibility':'inherit'});

});

It just changes the CSS for flash objects based on the events that ColorBox
triggers.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Aces  
View profile  
 More options Oct 3 2009, 3:23 pm
From: Aces <goo...@whatnext.demon.co.uk>
Date: Sat, 3 Oct 2009 12:23:02 -0700 (PDT)
Local: Sat, Oct 3 2009 3:23 pm
Subject: Re: Can I turn off flash while colorbox displays?

Works perfectly.... thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »