Hello. I am working on a jQueryMobile native web-app for iOS. Since I am a total noob at coding, please bare with me.
I around about 50 to a 100 videos on a youtube channel that I putting up as my code goes. The videos are episodes for each month. So I started with June (since I have the episode of that old show from only June at the moment). The thing is that since that was the only video for june, everything worked fine.. Working page is at http://www.ideviceinfo.x10.mx/apping/app/years/data/2009.html [Click June afterwards]
This means that the popup code is good. I have had this code (courtesy of the awesome members here) for many days and apparently I just had a brain fart and lost track of all the problems.. I have been starring at this problem or code for many hours now. The problem is the next month. I have 4 videos for that month.
And here is the code I have been trying to play with. And the code is suppose to work the way the video for June month works.
Hello. I am making an app that has episodes list of a show. I have covered the issues of copyrights so that is not a worry.
The problem is that the show started back in 2009 therefore I have a lot of videos linked through iFrame. I used a list-view demo from jquerymobile docs & demos website and figured out how to make embedd an iframe in a popup (there was also a user on here that helped me as well). The project can be found here: http://www.ideviceinfo.x10.mx/apping/app/index.html
Since the listing page for the corresponding month's episodes is only one page, I would have to put all of the embedding code in one page which will make the page load slowly. I want to stay away from the problem of the page loading slowly therefore I was wondering if there was a way to make a dynamic file that would execute that one set of code or something around that nature or would the page load slowly due to a lot of iframes being embedded.
The app or the website is solely for iOS and Android at the moment and will be tested most likely on an iOS so if the iFrame were to play automatically (which isn't instructed in the code) will the page load slower? I cannot test the app at the moment due to not having a developer account or having access to a Macintosh but my device's UDID is registered via a friends developer account and I have requested him to make me a UIWebView app so I will be testing it very soon.
If someone could give their thoughts or possibly link me to a tutorial or give me a hint or something I would really appreciate it. I am a little frustrated by this issue as I cannot test it yet either. :(
Thank you in advance.
PS if you are wondering how many episodes I have downloaded, its 200. Each episode in 5 parts which I had to manually combine using my video editor. So I do have patience! Just not the right items to test my problems and solve them! :)