You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
I've been spending quite a bit of time trying to figure out a way to display videos and update the polymer starter kit page,
like adding a new nav item, and having that nav item display new content.
and putting a video on the new page using the youtube API
I already have a repository with the files in question, in particular with the starter kit, we have myview1 - myview3, I added a video page called my-video.
I'm aware of this polymer api component but what I am struggling with is how do I implement this? Do I take the component:
I saw the demo but I was having some serious problems implementing that, because I'm so inexperienced and I'm not sure where to go to get more experience, I've already tried codelabs and videos but I'm not really picking it up as quickly as I'd hope.
As for the nav bar, the nav will locate the page and go to it, but it's not displaying anything. The code primarily edited is in my-app.html where I just threw in my-video element and link to my-video on lines 80 and 102.
I was getting 404's but that's because the link I put in my-app.html was:
Because I noticed the javascript looking for filenames because it was automatically putting 'my' in front of the URL to the file.
Here's a picture of the page i'm getting. There is content in there, it is just a p element with text in:
no display of this new nav item
Anyway, any help would be amazing.
TL;DR
I want to implement the youtube player in my polymer starter kit, and I want to add a new nav item to contain the google-youtube polymer element. How do I do this? I can't even get the element I created (my-video) to display anything
The text was updated successfully, but these errors were encountered:
jordano1
changed the title
Display a video on polymer starter kit, adding a new nav item not displaying properly
Display a video on polymer starter kit, adding a new nav item not displaying
Dec 2, 2016
Hey there!,
Glad to hear you see the awesomeness of Polymer and Web Components! I've been trying to spread the word as well..so I ended up putting together a public Trello board packed with tons of useful resources: Polymer Learning.
I'll look into this, thanks. I started that codelab for the video player but wasn't sure it
was what I wanted, since it doesn't have you use the starter kit, since I'm
having that basic error where I can't even add a nav element and get it
working.
Description
Inexperienced polymerite here, just trying to get people to look at the library at my school and see how flexible and powerful it is.
My code for the issues below are here, this is just the basic starter kit with very minor edits
I've been spending quite a bit of time trying to figure out a way to display videos and update the polymer starter kit page,
I already have a repository with the files in question, in particular with the starter kit, we have myview1 - myview3, I added a video page called my-video.
I'm aware of this polymer api component but what I am struggling with is how do I implement this? Do I take the component:
and just put it in my-video? How would I go about doing that?
example:
I saw the demo but I was having some serious problems implementing that, because I'm so inexperienced and I'm not sure where to go to get more experience, I've already tried codelabs and videos but I'm not really picking it up as quickly as I'd hope.
As for the nav bar, the nav will locate the page and go to it, but it's not displaying anything. The code primarily edited is in my-app.html where I just threw in my-video element and link to my-video on lines 80 and 102.
I was getting 404's but that's because the link I put in my-app.html was:
but then I changed it to
Because I noticed the javascript looking for filenames because it was automatically putting 'my' in front of the URL to the file.
Here's a picture of the page i'm getting. There is content in there, it is just a p element with text in:
no display of this new nav item
Anyway, any help would be amazing.
TL;DR
I want to implement the youtube player in my polymer starter kit, and I want to add a new nav item to contain the google-youtube polymer element. How do I do this? I can't even get the element I created (my-video) to display anything
The text was updated successfully, but these errors were encountered: