Search found 3 matches

Go to advanced search

by Robby
Mon Oct 13, 2014 11:07 am
Forum: Issues
Topic: Proxy request parameter
Replies: 5
Views: 530
 
Jump to post

Proxy request parameter

No, I didn't. The forum editor removed a tag I placed in the url. The url I use is:
http://domain/{password}/{command}

The proxy service only sends the url without the parameters:
http://domain//

by Robby
Thu Jun 26, 2014 7:10 am
Forum: Issues
Topic: How to set video-id property of youtube player dynamically
Replies: 17
Views: 1178
 
Jump to post

How to set video-id property of youtube player dynamically

Hi,

I used this javascript and it works but isn't it possible to set the video id property of the appery youtube component ?

Appery('youtubePlayer').attr('src', 'https://www.youtube.com/embed/' + $(this).attr('data-video-id'));

by Robby
Wed Jun 25, 2014 2:21 pm
Forum: Issues
Topic: How to set video-id property of youtube player dynamically
Replies: 17
Views: 1178
 
Jump to post

How to set video-id property of youtube player dynamically

I have a dynamic video list based on a database. The data attribute 'data-video-id' of each list item is bound to a field videoId in the database. I want to set the video-id based of the youtube player dynamically when the user clicks on a list item. Is it possible to do this with an event action 's...

Go to advanced search