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

📄 flickr.html

📁 基于actionscript3.0的flashLoading控件
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-7">
<title>AdvancedLoaderPro Userguide</title>
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/fcms.css" rel="stylesheet" type="text/css">
<link href="css/help_pc.css" rel="stylesheet" type="text/css">

</head>

<body>
<h1 class="title">Using Flickr Feeds</h1>
<p>Using the advancedLoaderPro you can create slideshows using data feeds from flickr.com</p>
<p>&nbsp;</p>

<p>1. Having installed the advancedLoaderPro using the <a href="http://www.adobe.com/exchange/em_download/" target="_blank">Macromedia Extension Manager</a>, open Flash and start a new file.</p>
<p>&nbsp;</p>

<p>2. Press 'T' to select the text tool and draw a dynamic text field on the stage. With the textfield still selected press Ctrl+F3 (Windows) or Cmnd+F3 (Mac) to open the properties panel and give the textfield the instance name 'captionText' (without the quotes).</p>
<p>&nbsp;</p>

<p>3. Press Ctrl+F7 (Windows) or Cmnd+F7 (Mac) to open the components panel and drag a copy of the advancedLoaderPro onto your stage.</p>
<p>&nbsp;</p>

<p>4. With the advancedLoaderPro component still selected on the stage press Alt+F7 to open the component inspector panel and locate the 'Caption Textfield' parameter, enter the instance name of the textfield you created in step 2 ('captionText').</p>
<p>&nbsp;</p>

<p>5. With the component still selected locate the 'XML File' parameter, enter the url of your flickr.com feed, for example, you might use "http://api.flickr.com/services/feeds/photos_public.gne" (without the quotes).</p>
<p>You can add most of the parameters described in <a href="http://www.flickr.com/services/feeds/" target="_blank">Flickr's documentation</a> to the feed using the query string.</p>
<p>Note: the format of the feed must be Atom 1.0. This is the default format and does not need to be specified in your query string.</p>
<p>&nbsp;</p>

<p>6. Press Ctrl+S (Windows) or Cmnd+S (Mac) to save your file and press Ctrl+Enter (Windows) or Cmnd+Enter (Mac) to test the file.</p>
<p>&nbsp;</p>

<h2 class="subtitle">Flash Security</h2>

<p>When uploading your files to a server you must use a permissions file to ensure your file works correctly.</p>
<p>&nbsp;</p>

<p>7. Download the appropriate file for your type of server from <a href="http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16520" target="_blank">the Adobe site</a> for use with the Server-side proxy method.</p>
<p>&nbsp;</p>

<p>8. Open the file in a plain text editor (for example Notepad on Windows or TextEdit on Mac). Replace the URL with the URL (including any query string) of your file.</p>
<p>&nbsp;</p>

<p>9. Return to your Flash file, select the advancedLoaderPro component on the stage and open the component inspector panel. Enter the name of your proxy file in the 'XML File' parameter.</p>
<p>&nbsp;</p>

<p>10. Upload all of your files (your swf file, html file and proxy file) in order to test them.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

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