viewsservice.mxml

来自「flex 实现的一个showcase 喜欢flex的朋友可以」· MXML 代码 · 共 29 行

MXML
29
字号
<?xml version="1.0" encoding="utf-8"?>
<FlexShowcaseService 
	xmlns:mx="http://www.adobe.com/2006/mxml"
	xmlns="com.flexShowcase.net.remote.*"
	>
	
	
	<mx:RemoteObject
		id="views"
		source="views"
		destination="amfphp"
		showBusyCursor="false"
		concurrency="last"
		endpoint="{flexShowcaseServiceConfig.amfphpEndpointURI}"
		>
		
		<!--
			use getView to retrieve special groups of projects such as:
			showcase_all, all published showcase entries;
			showcase_facebook, a list of recent showcase entries used for the facebook widget;
			showcase_featured, a list of featured projects marked by the flex.org team;
			showcase_user_entries, a list of projects owned by the currently logged in user;
			showcase_specific_user_entries, a list of projects retrieved by passing a username(email).  
		-->
		<mx:method name="getView" />
	</mx:RemoteObject>
	
	
</FlexShowcaseService>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?