You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#117351 Doesn't seem to respect the &t= attribute of the URL

Posted in ‘Mediabox’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by barraclm on Monday, 22 September 2025 17:09 BST

barraclm

I have just implemented 30 mediabox video popups in a document edited with JCE.

28 of these function fine, but the 2 with an &t= attribute in the URL don't. The video plays, but from the beginning and not from the specified starting point. Is there any way around this please?

The page is at https://michaelbarraclough.uk/spring-ball/dance-list

The 4th link from the top and the 4th link from the bottom are the problem links. When you hover over them you can see that the link is correct (both have &t=nnns at the end. However when you click on the link and the popup appears, the video starts at the beginning and not at the time specified in the link.

Ryan

but the 2 with an &t= attribute in the URL don't. The video plays, but from the beginning and not from the specified starting point.

Please post a link to an example popup.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

System Task
system
The ticket information has been edited by Michael Barraclough (barraclm).

Ryan

When you hover over them you can see that the link is correct (both have &t=nnns at the end. However when you click on the link and the popup appears, the video starts at the beginning and not at the time specified in the link.

The correct syntax for this is start=nnn without the s unit. Also, if the URL does not have a ? in it, then you must use ?start=nnn. If it does, then use &start=nnn

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

barraclm

That has fixed it. Thank you. I was copying the URL as provided by YouTube. Where can I find the documentation that specifies the correct syntax, please? 

Ryan

It looks like a video link uses the t=nnn variable, whereas an embed url uses start=nnn

I will update MediaBox and JCE to convert t to start in the next update, later this week.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

barraclm

Thank you.