⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 viewsservice.mxml

📁 flex 实现的一个showcase 喜欢flex的朋友可以
💻 MXML
字号:
<?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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -