pberrett
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2011
07:09 AM
New Private Channel released - Amateurlogic
Hi all
I have just released a new private channel called Amateurlogic. You can access it by using the code "ALogic".
The channel links to a vidcast that I help make. its about amateur radio and technology. We have over 32 videos.
Comments and feedback are welcome.
regards
Peter VK3PB
I have just released a new private channel called Amateurlogic. You can access it by using the code "ALogic".
The channel links to a vidcast that I help make. its about amateur radio and technology. We have over 32 videos.
Comments and feedback are welcome.
regards
Peter VK3PB
5 REPLIES 5
pberrett
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2011
07:12 AM
Re: New Private Channel released - Amateurlogic
Hi again
One bit of feedback that I have had is that each video comes up with two options - resume and start form beginning. If someone picks the first one the video starts and stops to cache shortly after.
Any solutions?
cheers Peter
One bit of feedback that I have had is that each video comes up with two options - resume and start form beginning. If someone picks the first one the video starts and stops to cache shortly after.
Any solutions?
cheers Peter

kc8pql
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2011
11:25 AM
Re: New Private Channel released - Amateurlogic
Interesting...I'll check it out.
73
kc8pql
Edited to add:
I navigated around and sampled a few videos. Other than Resume being the first choice rather than Play, and the already mentioned problem, the channel seems to work fine. My only suggestion would be to add a description of the topics covered in each video.
73
kc8pql
Edited to add:
I navigated around and sampled a few videos. Other than Resume being the first choice rather than Play, and the already mentioned problem, the channel seems to work fine. My only suggestion would be to add a description of the topics covered in each video.
____________________________________________________________________________________________________________
No, I don't work for Roku.
Netflix Player N1000X, XDS 2100X (premature death by lightning)
Roku2 XD 3050X, Roku2 XS 3100R, Roku2 4210R
No, I don't work for Roku.
Netflix Player N1000X, XDS 2100X (premature death by lightning)
Roku2 XD 3050X, Roku2 XS 3100R, Roku2 4210R
Mister_DNA
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2011
06:21 PM
Re: New Private Channel released - Amateurlogic
"kc8pql" wrote:
Interesting...I'll check it out.
73
kc8pql
Edited to add:
I navigated around and sampled a few videos. Other than Resume being the first choice rather than Play, and the already mentioned problem, the channel seems to work fine. My only suggestion would be to add a description of the topics covered in each video.
Yeah, that's a standard problem in the videoplayer example. I've been thinking about contacting one of the admins to see about making a sticky thread specific to working out all the kinks in the videoplayer example.
If you want a vision of the future, imagine a boot stamping on a human face - forever. - George Orwell
Mister_DNA
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2011
12:31 PM
Re: New Private Channel released - Amateurlogic
If you open the appDetailScreen.brs and look at the following lines of code:
All you have to do is cut the line "screen.AddButton(2, "play from beginning")" and paste it above the line "screen.AddButton(1, "resume playing")" and it will swap the order of the buttons.
Furthermore, if you want the button to simply say "Play" instead of "play from beginning" just edit the text.
I'm thinking of changing the "resume playing" button to "OMG! Don't Press This" just for kicks...
Seriously, though... if you just swap the order of the buttons as shown above, you'll be okay.
screen.ClearButtons()
screen.AddButton(1, "resume playing")
screen.AddButton(2, "play from beginning")
screen.SetContent(show)
screen.Show()
All you have to do is cut the line "screen.AddButton(2, "play from beginning")" and paste it above the line "screen.AddButton(1, "resume playing")" and it will swap the order of the buttons.
Furthermore, if you want the button to simply say "Play" instead of "play from beginning" just edit the text.
I'm thinking of changing the "resume playing" button to "OMG! Don't Press This" just for kicks...
Seriously, though... if you just swap the order of the buttons as shown above, you'll be okay.
If you want a vision of the future, imagine a boot stamping on a human face - forever. - George Orwell
pberrett
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2011
06:28 AM
Re: New Private Channel released - Amateurlogic
Thanks
I have reordered the buttons and all is well.
cheers Peter
I have reordered the buttons and all is well.
cheers Peter