User(s) browsing this thread: 1 Guest(s)
|
[plexNMT] A Flash Lite Plex Client
|
|
02-19-2012, 12:46 PM
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
not to take away from this project but someone from plex at one point was working on a client also, you might want to reach out to the plex team to find out if their client is still in development also.
|
|||
|
02-19-2012, 08:35 PM
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
Hi all
Small update got the code up on github https://github.com/riplatt/plexNMT if anyone would like to have a play Note this is not working code and is still very much development code. |
|||
|
02-19-2012, 09:04 PM
(This post was last modified: 02-19-2012 09:30 PM by accident.)
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
I'm a little surprised to see you creating every little image/text clip instead of "laying out" a single clip that can be attached in 1 command.
this may also be helpful: Code: this.backdropMC = this.parentMC.createEmptyMovieClip("backdropMC", parentMC.getNextHighestDepth());could be written as: Code: this.backdropMC = this.parentMC.createEmptyMovieClip("backdropMC", parentMC.getNextHighestDepth(), {_x:0, _y:0});Interesting to see syabas licensed code up.. My legal council couldn't find an easy way to allow that. |
|||
|
02-19-2012, 09:45 PM
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
Thanks for the help, the only reason I have done things the way they are as this is my first flash project and am really only leaning, so keep up the suggestion.
And yes I forgot about the licensed code will have to replace that with a placeholder :-) ReadyNAS Pro - 4GB Memory, 9.2TB 72% used, Plex Media Server Ver.0.9.7.25, SABnzbd+, Sickbeard, CouchPotatoServer, Headphones Popcorn Hour - C-200 Firmware 03-04-120517-21-POP-408, No Hard Drive, No Apps Installed, Hardwire to Network via Netgear PowerLine XAV5004 plexNMT - giHub - Buy me a beer |
|||
|
02-19-2012, 10:02 PM
|
|||
|
|||
RE: [plexNMT] A Flash Lite Plex Client
(02-19-2012 09:45 PM)rip77 Wrote: And yes I forgot about the licensed code will have to replace that with a placeholder :-) I used .gitignore to just not send that code up, might be helpful in this case. Quote:Thanks for the help, the only reason I have done things the way they are as this is my first flash project and am really only leaning, so keep up the suggestion. I'm in no way an expert. but in this case where each class is each different screen, you might fnd it faster to draw all your clips in flash itself since x,y doesn't really mean x,y and flashes registration system is just horrible (not a flashlite thing, even the cs5.5 release notes say it's more accurate). being able to draw the screen and textclips it's far easier to change around fonts, colors and remove all that code especially when it's text that changes because you need to reapply the txtfmt to the clip after modding the content. Also the static images you may have take up far less space and load instantly unlike taking them off the drive when you don't need to |
|||
|
02-24-2012, 02:33 AM
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
Hi.
Just try to run it on my c200 copying the folders to a usb pen but after i'm not able to execute the flash file. Any guidance? |
|||
|
02-24-2012, 05:30 AM
|
|||
|
|||
RE: [plexNMT] A Flash Lite Plex Client
(02-24-2012 02:33 AM)manecas Wrote: Hi. Hi Manecas, This is development code and is hard coded for now to the ip address of my plex server running on my readynas, if you would like to test you could change your plex server to 192.168.1.3 or change the hard coding to the ip of your plex server and rebuild the project. I am using Flash CS4 |
|||
|
02-24-2012, 05:51 AM
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
do the same call you use for api data but use ./filename.xml for the file. make a simple xml file, save it with the phf.. just xml server ip /server /xml and you have a settings file.
|
|||
|
02-24-2012, 10:48 PM
|
|||
|
|||
RE: [plexNMT] A Flash Lite Plex Client
(02-24-2012 05:30 AM)rip77 Wrote:(02-24-2012 02:33 AM)manecas Wrote: Hi. i think what he means is that now that he has the code, he doesn't know how to actually run it on the PCH, i'm having the same problem, cloned git, edited the XML with my server settings, but don't know how to actually execute this app on the PCH Feature request for the A200/C200: We need your VOTE! |
|||
|
02-25-2012, 08:55 PM
|
|||
|
|||
RE: [plexNMT] A Flash Lite Plex Client
(02-24-2012 10:48 PM)michaelg04 Wrote:(02-24-2012 05:30 AM)rip77 Wrote:(02-24-2012 02:33 AM)manecas Wrote: Hi. Exactly... How can we run it?
|
|||
|
02-26-2012, 12:13 AM
(This post was last modified: 02-27-2012 09:01 PM by rip77.)
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
Ok,
The config.xml has nothing to do with setting the plex server address, it’s a leftover from when I was trying to work out how I was going the configure the address. To change the address for now change Code: public static var plexURL:String = "http://192.168.0.3:32400/";To be able to compile you need the signup at https://developer.popbox.com and download the “Sample Applications and Libraries” Then from the download copy the com folder from the common folder and paste into the plexNMT base folder over writing the com folder Once compile change the extension of the swf file to pcf (I think that’s right) then copy to usb and play on pch Again this is development code and not a public release so use only if you know what you’re doing and if you want to help make a branch/fork thingy (still working out the github thing myself) on github and get coding On a side note I have moved into a my new home and have my stuff out of storage but still waiting on getting the internet hooked up and some spare time before I get coding again myself |
|||
1 user says Thank You to rip77 for this post |
|
03-02-2012, 10:17 AM
(This post was last modified: 03-02-2012 10:18 AM by tcviper.)
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
This is simply awesome, Im a huge fan of PLEX, use it as a mediaserver local so it would be awesome if my C-300 could look up the Plex library and directly use it on there. If there is anything you need please let me know.
You guys read about PLEX getting DLNA support? http://gigaom.com/video/plex-dlna-ps3/ This might make this whole process easier? |
|||
|
03-02-2012, 09:00 PM
|
|||
|
|||
RE: [plexNMT] A Flash Lite Plex Client
(02-26-2012 12:13 AM)rip77 Wrote: Ok, Arrrggghhh... I give up! Too much complicated for me... Really need a Noob step by step screenshot manual. ![]() Will wait till some publi release is ready. (nevertheless, if you need some testers - you can count on me.) Cheers! |
|||
|
03-02-2012, 11:35 PM
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
might I recommend that a simple config file for server as well as a compiled swf/phf be added. this way people can test without having to compile it up. should be fairly simple to incorporate and not have the gitignore block it updating.
|
|||
|
03-10-2012, 09:21 PM
|
|||
|
|||
|
RE: [plexNMT] A Flash Lite Plex Client
I would love to test this out on my c-300 when possible.
|
|||
|
« Next Oldest | Next Newest »
|
| Possibly Related Threads... | |||||
| Thread: | Author | Replies: | Views: | Last Post | |
| [plexNMT] Beta Release, Download and Install | rip77 | 97 | 9,430 |
Today 12:55 AM Last Post: greenxeyezz |
|
| [plexNMT] Alpha Testing Release, Download and Installation | rip77 | 117 | 17,733 |
05-18-2013 03:19 PM Last Post: Switchblade |
|
| [plexNMT] Alpha Release 2, Download and Installation | rip77 | 71 | 8,354 |
03-29-2013 02:48 PM Last Post: qukquk |
|
| Will Plex ever work on the PCH? | stryker412 | 6 | 1,474 |
01-11-2013 10:45 PM Last Post: rip77 |
|
| Any new flash based music jukebox? | grey | 1 | 1,320 |
06-18-2012 12:44 AM Last Post: accident |
|
| [PHOTO] uPNP client Photo Jukebox | spud | 0 | 1,156 |
05-02-2012 02:43 PM Last Post: spud |
|
| Plex Client on the PCH | rip77 | 22 | 11,806 |
04-18-2012 10:35 PM Last Post: rip77 |
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]







![[+]](images/collapse_collapsed.gif)


How can we run it?
