jor_carouselManipulation 11.0

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update2

Post by jordan »

01.
barrymol wrote: I tried setting the 'external by ID | Next' (ditto for last) to the ID of a shape. It didn't seem to do anything.
I would have expected it to cause the carousel to change. Instead, I am using the 'on click' event to trigger
the 'slideshow next' (ditto for last) action to advance the carousel. Is this the way I should do it?
no, don't use any event on the object
add the used object id to the – external by id | next – property, nothing more
(see also point 2 NOTE: id)

02.
barrymol wrote: I'm not sure what you mean here. I don't see an option to specify a javascript function to perform
as a link for the image object. Also, what you mean by 'add #''
if you enable a WB (shape) object into have a hover state, the object becomes a link (anchor)
add # or Javascript:void(0) to the objects link property, else it will execute an empty anchor
- - -
NOTE: id
when hover state on an object is enabled the id to target becomes the object holder ie. Shape1 becomes wb_Shape1
a string entered should then also become – wb_Shape1,wb_Shape2,wb_Shape3

03.
barrymol wrote: Also, is it possible to have the external pagination 'active' case have a different look?
no, active state is not possible

04.
barrymol wrote: I do not understand the pagination preview feature. I set the ID strings for the images that are
used for the pagination elements. Is that what I am supposed to do, I saw no change.
yes, the objects used are entered as a string, did you place the used objects on the page ?
(see also point 2 NOTE: id)

05.
barrymol wrote: I do not understand the prevent top feature. What does it mean for a page to jump to the top
due to navigation that this feature is supposed to prevent?
prevent top was a problem in an earlier version of the carousel
this problem has been resolved in the current carousel, this function has no purpose, just leave it to – true

===================
hope this helps … also take a look at the jor_carouselManipulation_easystart.wbs it has a lot of examples
if you have any more problems please provide a live link it will be much easier to help if I can see how you have set it up
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update2

Post by jordan »

01. hover - hover state used is add wb_ correct
02. page counter - enter the id of an WB text object, it will automatically create a visual display of the active pagination
03. hide - is it better to hide the objects?, yes, not a requirement though

a live link would work better yes … :wink: .
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update3

Post by jordan »

jor_carouselManipulation_update 3

01. enhanced : prevent text wrap on WB text
02. removed : prevent top function (obsolete)
03. added : pause/resume initial state

see top post for full history
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update3

Post by jordan »

hi barrymol

please download the jor_carouselManipulation_update3 update, I added a pause/resume initial state property
- add a WB text object, assign the id in the pause/resume text id property, set the pause/resume initial property to stopped

cheers!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update3

Post by jordan »

01.
– text inside a shape – not possible – WB renders an image, not text and an image
– text also has events, with some custom code you could do it
– as far as hide/show progressbar vs prev/next on autoplay implanted in jor_carouselManipulation
maybe I will add it in the future but only if it is possible internal and external
02.
slider as a speed regulator ?
duration (timing) is already a problem to maintain crossbrowser with the progressbar as is
I think it would only become a greater problem if it would be changed dynamically
so, no I don't think this would be wise to add
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update3

Post by jordan »

hi octane

nope not possible, the WB carousel by design is not build to be used more then once per page
if you can not add more then one, you can not manipulate more then one
it can be done by using an iframe and linking them cross-window but that would take custom coding
so, in a simple way, no it can't be done
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update3

Post by jordan »

hi octane

yes, external control and continued autoplay (and more) is possible
take a look at the jor_carouselManipulation_easystart.wbs examples in the download and experiment with the settings
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update3

Post by jordan »

this can be done in a few ways, see example_external_2 of the jor_carouselManipulation_easystart.wbs
the simplest method would be to add the class frame to the external by class | pause property
external by class | pause: frame
not my first choice, but that should work
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update3

Post by jordan »

nope, WB Rollover Image can not be used as pager - Image,Shape,ClipArt,Text etc can be used
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update3

Post by jordan »

I don't know, here it works as it should, link opens from within the carousel, using WB8.5.1
can you provide a live example maybe ?
although I'm gonna take snap snap shuteye now . :wink: .
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update4

Post by jordan »

hi octane,

not possible as the code is at the moment, I think I would have to rewrite (a lot?)
jor_carouselManipulation by design locks the animation cycle ones it's triggered, so you have no fast response
if I would add mouseover, as is, the animation would become erratic
but, I will have a look at it, don't have much time at the moment, but as soon as I have some time I will

note:
you can control the carousel itself already by WB events
you could use those to create a mouseover on external objects
the animation then however will not stop but will be continues, queued
and you can not combine jor_carouselManipulation's features at the same time
but it is possible, just worth noting …
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

hi octane,

pagination event type is added - (NEW TIMER / pagination | event type)

cheers!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

jor_carouselManipulation update 5

01. added: pagination event type (int+ext)

for full update history, demo and download see top post
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: jor_carouselManipulation_update 5

Post by supersonictt »

Hello Jordan,

It seems that the extension does not work with version 9, am I right?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

hi supersonictt,

not if the carousel uses any of the effects, the WB9 carousel uses 2 scripts to control the carousel
jor_carouselManipulation only targets the non-effects script
maybe I will create a version for WB9?, not planned in the near future tho …
I want to update all my existing extensions into 2013 first:)

so, if you want to use jor_carouselManipulation with WB9 use any of the non-effects modes
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: jor_carouselManipulation_update 5

Post by supersonictt »

Jordan,

Thank a lot for the reply :)
supersonictt
 
 
Posts: 398
Joined: Sun May 15, 2011 10:27 am

Re: jor_carouselManipulation_update 5

Post by supersonictt »

Jordan, sorry for that, but I forgot to ask something:
Is there any code the I can add to the objects in the carousel to pause on hover while one of the effects is selected?
Am aware of the "class" to be added inside the tag while there is no effects.

Thank you :)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

no, no specific code, there is nothing to target in the carousel to create a pause on hover
jor_carouselManipulation creates it's own interval for the carousel, that's how it can stop/start it
so, without jor_carouselManipulation you can't, not in a simple way, nope
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

hi, this is great , can we make this so if clicked on control images or anywhere in a page to stop playing? i am intending to use it as a site menu and i want to stop playing on clicking on pagination or the next/prev items... is it possible?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

hi itsme,

a note first, jor_carouselManipulation at the moment only works on non-effect with WB9!

yes, you can pause the carousel with a WB Text Object (not image) in jor_carouselManipulation – (=NEW TIMER – pause/resume)
or you can create a pause on hover by adding a class to an object – (=EXTERNAL NAV. MAN. – external by class | pause)
in the download is a starting project that has many examples – jor_carouselManipulation_easystart.wbs
take a look at the examples and also the pdf manual
if you get stuck then give a shout and tell me where it stops for you, be glad to go from there!
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

thanks jordan, appreciated such effort, it is great actually

my need was to pause/resume on an image, or probably an image for play and image for pause, but i see it is not possible only for text!? why? i mean the text seems more hard to implement :lol:

okay for the class i have no idea, will try that and read the pdf also, so you mean i have to add this class in all possible clickable places so it will pause!?!?


Mike
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

nope, the class for pause (on hover) does exactly that, it pauses the carousel on object hover
it will not keep the carousel paused but will resume the carousel on mouse-out

yes, the text object is indeed harder to implement, but it gives the end-user a nicer experience in feedback I think

if you know a little custom coding it isn't hard to achieve what you want
you can use the function that is already there and make any object interact with it
I could make a property to add a class to objects to interact with the pause/resume text if you want ?
this way you could use images, but they will act as a switch just as the pause/resume text, single image – pause/resume
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

yes that will be indeed appreciated if you can help me
ok the need is to to use the carousel as a menu for a small site, it is 6 pages carousel
i need to start playing on page loading, that is fine (i will put it as 12 second to start moving pages...)
but, if hovering anywhere around the carousel i need it to stop, so the user can choose what to click!! otherwise he will be confused if kept playing
the normal functionality of wb carousel does do that ok, but i can't pause or resume it
also all navigation menues are images (next, previous, menues to specefic pages in the carousl are all images) so if i put the play,resume,next,previous images as well then it will look much more nicer for sure
any help is appreciated and thanks a lot in advanced in all cases

Mike
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

hello itsme,

I can not create a new function for a play and stop image
my offering was/is to create a function that hooks into the existing pause/resume text function
so you can click on an image and the text object switches between it's 2 existing states
not a complete new function that allows one image for stop and one image for play
implementing that would take much more work

also, what you describe, what you want on pause on hover can also not be achieved with jor_carouselManipulation
cause a pause on hover as implemented by jor_carouselManipulation stops/start the interval
In your example that would result in nothing less then confusion, cause each pause on hover would create a 12sec delay

the way you want to use the carousel is possible, but it takes a lot more custom coding to achieve that
I plan on creating a new version of jor_carouselManipulation for WB9, I will take your ideas with me, that will not be the near future tho:(
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

its ok my dear, appreciated your efforts really, it is one of the prefect extensions indeed

i tried to use the charmap function and use play sign and the pause sign as instead of the image (it is a text but shapped one, try run >charmap> see the symbols) but didn't work!
;4873

so for my case, its necessary if someone clicks anywhere in carousel to stop the play, it is better not use the extension, the normal carousel functions will do it for me

remains one thing, how if i want to use only the progress bar and the slider? i mean regardless to all other functions in the extensions, is it possible?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

i tried to use the charmap function and use play sign and the pause sign as instead of the image (it is a text but shapped one, try run >charmap> see the symbols) but didn't work!
what is the charmap function ?
so for my case, its necessary if someone clicks anywhere in carousel to stop the play, it is better not use the extension, the normal carousel functions will do it for me
not if you want to use 2 images, 1 for play 1 for stop, that is not possible, 1 image as a play/stop switch is possible
remains one thing, how if i want to use only the progress bar and the slider? i mean regardless to all other functions in the extensions, is it possible?
not possible, all functions are tied to jor_carouselManipulations internal structure, it's timing
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

hi again

ok by charmap i mean, because it is only text available that i can write "play" "resume" "pause"...etc --- So i thought to go to windows start > run > type there "charmap" and see those text symbols, they usually appear like symbols but they are basically text, so i said might be able to use them instead of the text "play, pause" :lol: but didn't work :roll: it seems that doesn't support special characters...

well, you said an image for play/pause is possible instead of the text, so where is it? how to use it? do you mean you will create a new version only for me!? although i appreciate it, but also i know will take long time from you side dear :oops:

ok for the pausing thing, just look at it from this position, see the standard carousel of wbb, if u click anything like page number or next buttons (even through events via other object), it stops moving... that is logic,, what is the use if user is clicking on a page number to see it or go next purposely to read then the carousel keep playing alone while he is reading page contents right!?!?

with respect to your extension and your work, for my scenario, the normal object wbb standard carousel will do best what i need, i only liked the progress bar and the slider which i really want to know how to add them to the standard carousel without modifying any standard functionality of the carousel, can you just lead me where to see such tutorial or what to do?

thanks in advanced anyway, appreciated your time

Mike
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 5

Post by jordan »

ok by charmap i mean, because it is only text available that i can write "play" "resume" "pause"...etc --- So i thought to go to windows start > run > type there "charmap" and see those text symbols, they usually appear like symbols but they are basically text, so i said might be able to use them instead of the text "play, pause" :lol: but didn't work :roll: it seems that doesn't support special characters...
ah ok I see, like your creative thinking:)
well, you said an image for play/pause is possible instead of the text, so where is it? how to use it? do you mean you will create a new version only for me!?
tailor made as far as single image control - adding much more code would just make it harder to create a new version if I ever get to it
this is pretty simple – LINK REMOVED
ok for the pausing thing, just look at it from this position, see the standard carousel of wbb, if u click anything like page number or next buttons (even through events via other object), it stops moving... that is logic,, what is the use if user is clicking on a page number to see it or go next purposely to read then the carousel keep playing alone while he is reading page contents right!?!?
hmmm, this a different scenario you sketch here, in any case …
the logic regarding that in jor_carouselManipulation is 4 fold …
01. each event (next/prev/pager/slider/class – int + ext) is bound to a pause on hover (the carousel will not keep running on event hover)
02. an optional progressbar is provided to give the end user a visual feedback of the running state
03. an optional pause/resume in the form of a text object is provided to give the end user the ability to control, as well as a visual feedback
04. an optional pause on hover by class is provided to add additional pause/resume control
If you don't use any of these options then that's a choice, your choice
with respect to your extension and your work, for my scenario, the normal object wbb standard carousel will do best what i need, i only liked the progress bar and the slider which i really want to know how to add them to the standard carousel without modifying any standard functionality of the carousel, can you just lead me where to see such tutorial or what to do?
the jQuery slider and progressbar are standard jQuery components
all information can be found here http://jqueryui.com/ see on the left side (slider + progressbar) – see API documentation

hope this helps ...
Last edited by jordan on Sat Sep 14, 2013 10:31 pm, edited 1 time in total.
itsme
 
 
Posts: 40
Joined: Wed Feb 09, 2011 7:02 pm
Location: Spain

Re: jor_carouselManipulation_update 5

Post by itsme »

this is really perfect dude! thanks a lot
just consider what we said about in your next version, it will add real value to the carousel :D
regarding adding progress bar and slider bar to my defualt wbb carousel using my modest skills, i pass :) too hard for me dude :roll:

appreciated again :)

Mike
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 6

Post by jordan »

jor_carouselManipulation update 6

00. note : jor_carouselManipulation rewritten (all fn. comp. w/ WB9 carousel)
01. changed : removed - option effect type + first slide - set in carousel now
02. new : multiple instances (WB9)
03. new : start/stop by external WB objects
04. new : pause/resume objects by class on active pause/resume Text object
05. new : background properties per frame (color/image/repeat/etc)
06. additional : other internal improvements

for full update history, new demo and download see top post
fredphoesh
 
 
Posts: 62
Joined: Thu Nov 15, 2012 7:00 pm

Re: jor_carouselManipulation_update 6

Post by fredphoesh »

Hello Jordan,

First off, thanks for creating things like this for WB... much appreciated.

I have a carousel on my website but the problem is, when someone clicks on a video to play, the carousel moves on and the video disappears but can be heard still playing! I want a click to play to stop the carousel and heard your extension can do that... but I cannot figure it out.

I added your extension to the same page as the existing carousel (placed to the side away from other elements) I have fiddled with all parameters that mention pause... but cant get it to do anything, and I am guessing I am not doing the basics correctly.

Any chance you could give me a very basic how-to? I have read the PDF that comes with it, and it does not help me.

Thank you!
Mark.
Using 18.0.1
Windows 11 i7, 24gb RAM
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 6

Post by jordan »

hi fredphoesh,

hope this does it … download here
User avatar
bburgess
 
 
Posts: 129
Joined: Mon May 13, 2013 5:05 am
Location: Australia

Re: jor_carouselManipulation_update 6

Post by bburgess »

Hi Jordan :)

I had a play with this but could not seem to get much to work :(

would you have a demo version of this I can load into WB please?

I am a bit lost with all the options, so a demo with a lot of options turned on would be great.

I tend to get lost a lot LOL

Cheers
KISS is the key!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 6

Post by jordan »

hi bburgess,

there is already a demo project in the download with many examples
see the jor_carouselManipulation_easystart folder in the download
User avatar
bburgess
 
 
Posts: 129
Joined: Mon May 13, 2013 5:05 am
Location: Australia

Re: jor_carouselManipulation_update 6

Post by bburgess »

Arrrhh I must be blind! I weill go looking and Thank you!!

This looks like a great extension !!
KISS is the key!
User avatar
bburgess
 
 
Posts: 129
Joined: Mon May 13, 2013 5:05 am
Location: Australia

Re: jor_carouselManipulation_update 6

Post by bburgess »

Hi again Jordan :)

Just an FYI

Sorry to annoy you with this, (I have fixed my issue) however the demo for this ext and for your Font Ext (mirro image etc) do not function for me at least.

Every thing in WB looks fine, there is the warning about opening an older verison, screen items look good, it publishes ok but in IE10 and Firefox the only thing to work is the slider itself, (the browser is displaying it as per WB) and nothing at all changes in the fonts with your other extension, the browsers are displaying it exactly as in WB.

Sorry can not tell you much more, I did go in and change settings etc but nothing I did made any difference.

Win 7 32 bit
WB 9.1.3

Cheers
KISS is the key!
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

hello bburgess,

sorry to respond this late to your question
I did not see a notification mail on this quest, or I missed it:(
anyway …

hope your still around …
I have no problem using both extensions here ?
are you able to make jor_fonteffect work on a blank project ?
do you have a live example of it not working, so I can see what's happening ?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

jor_carouselManipulation update 7

01. fix : WB9.2 - backward-circular vs full width on window resize fix
02. changed : auto-disable pager/nav. position properties if full width is enabled

for full update history, demo and download see top post
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

Jordan, I cannot tell you how much I appreciate this extension and your continued updates.

I wonder if this feature is possible:

A client recently showed me a website with Flow Slider. This slider has the capability to slide objects one at a time while keeping the sequence. So if the frame contains box 1,2,3,4, the next slide would be short and still reveal box 2,3,4 and now also box 5. So only the furthest left box disappears and a new box enters. I hope I explained this well enough. An example is seen on the American Pickers page in the link slider just below the large slideshow. http://antiquearchaeology.com/

Do you think something like this is possible in Carousel? I appreciate you looking at this.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

hello protectourlands,

that is not possible with the carousel
too much would have to be changed to make that possible, that's more like an interactive conveyer belt you want
you could try using a jQuery slider with jor_carouselManipulation, that would make a slide through the frames?
but even then, the frame stops on full frame not in between, and it won't run circular
so, no that is not possible with the carousel, sorry:(
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

No worries Jordan. Just thought I would check before I use this one. Thank you so much for checking.
User avatar
bburgess
 
 
Posts: 129
Joined: Mon May 13, 2013 5:05 am
Location: Australia

Re: jor_carouselManipulation_update 7

Post by bburgess »

jordan wrote:hello bburgess,

sorry to respond this late
No worries m8, I am sorry as well have been flat out at work for christmas.
I will retry wh at I was doing and document for you, but as nobody else seems to be having an issue it my just be my pc.
HAVE A GREAT CHRISTMAS
KISS is the key!
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

Is there any way to assign events to the arrows and /or pagination buttons so that when a video is used and currently playing, as soon as the user attempts to slide with the arrow or pagination button the video is stopped or paused?

I have a carousel with several videos. I'm trying to get them to auto stop upon transition attempts.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

hi protectourlands,

that's not a carousel question but a video question
do you have some type of external control over the video player ?
if yes then it may be possible, certainly not easy, but at least then you have a start point
without it all you could try is to create a hide/unhide on frame enter type of action
which I doubt would work cross-browser on any type of video
so, not easy to achieve in any case
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

Hi Jordan

It's the standard WB HTML5 video player. If I make a shape object and assign an event: onclick > Media stop, the video stops. So I was thinking - if this event could be added to the slider arrows instead, the video would stop playing before sliding away through the onclick of the arrow. The arrow would cause both the slide and the video stop at the same time. I'm trying to avoid depending on the user to remember to turn the video off before changing the frame.

So essentially this would be the ability to add events to the carousel navigation. What do you think?
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

ah the mediaplayer, ok, stopping all mediaplayers belonging to a carousel by pag/nav can be done, yes
I don't know how good this will work cross-browser, but it can be done
not something I would add to jor_carouselManipulation, too specific too many unknowns
but if you want to try the stop thing, add this between the <HEAD> of your page

===========================================================
<script type="text/javascript">
$(document).ready(function (){
var carouselID = 'Carousel1'; // set carousel id here
var mediaIs = "[id^='MediaPlayer']";
setTimeout(function() {
$('#wb_'+carouselID+' .pagination,#'+carouselID+'_back,#'+carouselID+'_next').find('a').on('click',function(){
$('#wb_'+carouselID).find(mediaIs).each(function() {this.pause()});
});
}, 400);
});
</script>
===========================================================

Note
1. the video players used need to start with the id MediaPlayer or change the mediaIs var in the code
2. this code will not work with jor_carouselManipulation external control, only internal pag/nav

hope this will do it for you!
User avatar
protectourlands
 
 
Posts: 443
Joined: Sat May 24, 2008 2:16 am
Contact:

Re: jor_carouselManipulation_update 7

Post by protectourlands »

This is fantastic Jordan. Tested on IE11, Chrome, FF, and Safari and works well on all using HTML5 video object.

Interesting, when trying it on WB Flash Video Object, it only works on the first video.

Thank you so much for this. You are amazing.
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation_update 7

Post by jordan »

pfff, video and external control never know what may cause unexpected behaviour:/
but good to hear it works for the mediaplayer, goOd:)
jordan
 
 
Posts: 831
Joined: Tue Jun 26, 2007 1:56 pm
Contact:

Re: jor_carouselManipulation - **8-BANANAS:)**

Post by jordan »

COMING SOON jor_carouselManipulation update 8 - BANANAS UPDATE:)

**NEW** - animate into position

animate any object inside the carousel into position from - left, right, top, bottom position and/or fade-in
easily create stunning eye catching interactive animated banners, slideshows etc ... in WYSIWYG style
- works on pretty much any WB object inside the carousel by ID (set fx,delay,speed,easing)
- works in combination with all available carousel effects
- works in full width mode
- works with all jor_carouselManipulation's internal and external functions
and more ...

preview the new jor_carouselManipulation demo on visit jorextensions.com

COMING SOON - AND YAY 8) - IT'S STILL FREE - BANANAS:)
User avatar
BaconFries
 
 
Posts: 5328
Joined: Thu Aug 16, 2007 7:32 pm

Re: jor_carouselManipulation - **8-BANANAS:)**

Post by BaconFries »

@emotiondm the reason I pointed you here is because you yourself asked a question in another members thread related to jordans extension. If you require help about any extension you use it is best to open a "New" thread of your own, not to ask within another thread were it is not related....
Post Reply