Load AS3 from web URL?
I am making an Android app for my YouTube channel. I want to make it so that it can play my most recent video as well as other ones. I can embed the YouTube video into the SWF using AS3 but the problem is that I would have to update the app every time I come out with a video so that it shows it in the app.
Is there any way, using AS3 only, that I could make the video URL that I have specified in the code load from my website? I need a way to make it so that I upload a file to my website (Example: http://www.mydomain.com/URL.txt) and then my app reads the file to get the YouTube URL that it is going to embed. This way all I have to do is edit the file on my website instead of pushing an app update every time.
If there are any ways to do this or similar, help! Looking forward to your responses!
