[
https://issues.apache.org/jira/browse/FLEX-34433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14071147#comment-14071147
]
Justin Mclean commented on FLEX-34433:
--------------------------------------
Need to remove and/or replace and code that refers to the contestants con
tainting URLs with http://tourdeflex.adobe.com in Config.as.
For instance:
[Bindable] public static var QUICK_START_REMOTE_URL:String =
"http://tourdeflex.blogspot.com";
public static function get OBJECTS_UPDATER_URL():String {return
"http://tourdeflex.adobe.com/download/" + OBJECTS_UPDATER_FILE;}
public static var APP_UPDATER_URL:String =
"http://tourdeflex.adobe.com/download/update4.xml";
public static var ONLINE_STATUS_URL:String =
"http://tourdeflex.adobe.com/ping.html";
private static var BASE_URL:String =
"http://tourdeflex.adobe.com/server/";
[Bindable] public static var DATA_EXCHANGE_URL:String =
BASE_URL + "main.php";
private static var COMENTS_URL_QUERY_STRING:String =
"main.php?Request=GetComments&ObjectId=";
public static var COMMENTS_URL:String = BASE_URL +
COMENTS_URL_QUERY_STRING;
> Decide to drop some functionality
> ---------------------------------
>
> Key: FLEX-34433
> URL: https://issues.apache.org/jira/browse/FLEX-34433
> Project: Apache Flex
> Issue Type: Sub-task
> Components: TourDeFlex
> Reporter: Justin Mclean
>
> Some functionality used web services and we may need to drop that for initial
> release.
--
This message was sent by Atlassian JIRA
(v6.2#6252)