I did not write the component, I bought it. You can take a look at it here:
http://www.flashcomponents.net/component/powerfull-video-player-flv-h-264-mp3-youtube-google-analytics-subtitles.html I do not have experience writing flash components, I am focused on C# programming, database design and implementation, and web application development.
The component is basically a video player that supports playlists and it is configured using 2 XML files: one for general configuration (PlayerSettings.xml) and another for playlists (PlayList.xml). The XML file that I really use is the one to configure playlists because it must change periodically in order to show a different set of videos every week or so. I wonder if this is the information you requested, if not, please let me know. I really appreciate your interest in helping solve my issue.
Regards,Jorge Maldonado
Date: Fri, 24 Feb 2012 08:00:57 -0700
From: forums@adobe.com
To: jorgemal1960@hotmail.com
Subject: Clearing flash cache by code
Re: Clearing flash cache by code
created by kglad in Flash Pro - General - View the full discussion
what does you component do and what data does it use?
In the xml config file it most likely names the .xml playlist file. So in the config file is where you most likely do the change... something like:
xmlData.load("news_ticker/news_ticker.xml?blarg="+new Date().getTime()); |
For info on this method used in New Tickers.... toward bottom of page:
http://www.kirupa.com/developer/mx2004/newsticker2.htm
Best wishes,
Adninjastrator