Welcome to the Free PDF Ebooks Download.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Member Login:

Video Training Online Video Training, video training software, video editing training, total training video, microsoft training video, corporate training videos, ...

Download FREE EBOOK DOWNLAOD TOOLBAR

toolbar powered by free-ebook-download.net

Reply
  #1 (permalink)  
Old 07-08-2009, 03:11 PM
Senior Member
 
Join Date: Jun 2009
Posts: 104
Points: 1,524, Level: 5
Points: 1,524, Level: 5 Points: 1,524, Level: 5 Points: 1,524, Level: 5
Level up: 95%, 26 Points needed
Level up: 95% Level up: 95% Level up: 95%
Activity: 60%
Activity: 60% Activity: 60% Activity: 60%
Default LearnFlash-Integrating Flash with XML

[URL="http://www.shareapic.net/View-18128677-learnflash.html"][/URL]

LearnFlash-Integrating Flash with XML


By Craig Campbell

Running Time: 4 hours, 4 minutes
Click here for Integrating Flash CS3 with XML

Overview

At its core, XML is simply a way of sharing and storing data on the Internet, and it allows you to create some highly dynamic content. And when you combine XML with Flash, it becomes even more powerful. In this video series, Flash trainer Craig Campbell discusses how to import XML data into Flash, and then he walks you through several projects, demonstrating how to create a slideshow, a music player, and a video player that all pull their information from XML text files.





* Introduction (2:18)
In this brief video, Craig introduces himself and tells you what you can expect to learn from this video series.
* 1 - What is XML? (5:31)
In this video, Craig defines XML, explains many of its uses, and lists the advantages of using XML to store dynamic data.
* 2 - Looking at an XML Document (8:44)
In this video, Craig walks you through an XML document that stores a number of news stories, and he explains to you how the document is structured. Understanding this structure is crucial in order to use it properly in ActionScript.
* 3 - Loading XML into Flash (9:43)
Now that we understand the structure of an XML document, we can make use of it. In this video, you'll learn how to load the XML file into your Flash file using ActionScript.
* 4 - Extracting XML Data (14:07)
With your XML document loaded into Flash, Craig now shows you how to extract information from the XML and display it in the output window.
* 5 - Displaying XML Data in a Text Field (12:58)
In this video, you will learn how to update the text in a dynamic text field with the data you pulled in from your XML file. You'll also learn a few tricks for formatting the text that you pull in.
* 6 - Using Loops to Display All Data (9:16)
In this video, Craig will show you how to make this file truly dynamic by creating a for() loop that will iterate through the news stories in your XML file and display information for every single story.
* 7 - Finishing Touches (3:42)
In the current project, if we decided to add any more stories to our XML file, the text would disappear beyond the bottom of the text file, so in this video, after updating the XML file with a new news story, Craig will demonstrate how to add a quick scrollbar to your dynamic text field.
* 8 - XML Attributes (7:39)
In this video, Craig will show you a different way to set up your XML file. Instead of having so many nested elements, like we had in the news example, Craig will show you how to set up attributes for your elements.
* 9 - Setting Up the Slideshow (6:23)
In this video, Craig pulls out the drawing tools and sets up the Flash stage for the slideshow. Once your slideshow is set up, all that's left is to make it work with ActionScript.
* 10 - Displaying the First Image (10:31)
With your slideshow elements set up visually, Craig jumps into ActionScript and shows you all the code necessary to set up your XML object, read your XML file, and display the first image listed in the XML file.
* 11 - Creating Arrays for XML Attributes (9:49)
With the new attribute structure in the XML document, Craig shows you how to set up multiple arrays in ActionScript to help you keep track of the information stored in the attributes of your XML elements.
* 12 - Cycling Through the Pictures (12:45)
In this video, we'll take advantage of the arrays that we created in the last lesson. Craig will show you how to add code to the 'next' and 'previous' buttons that will allow the user to cycle through the images and the corresponding captions.
* 13 - Cycling with Arrow Keys (6:19)
Using the nextPicture() and prevPicture() functions that have already been created, Craig will now show you how to use these functions again in order to allow the user to cycle through the images of the slideshow using the left and right arrow keys.
* 14 - Setting Up the Music Player (15:29)
Ready to create your own dynamic music player? In this video, Craig will introduce you to the new jukebox xml file and then walk you through creating the controls for your music player.
* 15 - Setting Up the Jukebox XML Object (8:44)
In this video, we'll once again go over the familiar task of creating a new XML object for our music player and extracting information from our XML file to make sure it's working.
* 16 - Getting the First Song to Play (5:28)
In this video, we'll give the music player its basic functionality by getting it to play the first song in the list.
* 17 - Storing Song Attributes in Arrays (5:18)
Just like we did with the slideshow, in this video, we're going to store all the values for the song titles and urls in their own respective arrays.
* 18 - Stop, Play, Pause, and Mute (16:33)
In this video, we'll take a break from all the XML talk, and we'll set up the code for the basic controls on the music player.
* 19 - Cycling Through the Songs (17:31)
In this video, Craig will demonstrate how to add code to the 'next' and 'previous' buttons in order to cycle through the songs in your XML playlist. He also shows you how to automatically start playing the next song when the first song is finished playing.
* 20 - Setting Up the Video Player (14:18)
In this video, we'll take a quick look at the videos.xml file that we'll be using for our video player project, and then we'll jump into Flash and create all the visual assets for the player.
* 21 - Getting a Video to Play (6:16)
Before setting up the XML object, Craig demonstrates how to get a video to start playing in ActionScript.
* 22 - Setting Up the Video XML Object (7:32)
By now, you should all be experts at setting up an XML object in ActionScript, but just in case you need a little more repetition, Craig will demonstrate how to set up the XML object for the video project.
* 23 - Populating a List Component with XML Data (8:36)
For the video project, we'll allow the user to change videos by selecting a title from a List Component. In this video, you'll learn how to populate this List with information from the XML object.
* 24 - Changing Videos with the List Component (5:32)
Now that the List Component is populated, Craig will show you how to create an event listener that will listen for the user to select a new item on the list, and then once that item is selected, the listener will cause the appropriate video to start playing.
* 25 - Video Player Controls (12:07)
In this video, Craig wraps up the video player project by adding code to the stop, pause, play, and mute buttons.
* 26 - Conclusion (0:38)




Links:

http://kewlshare.com/dl/5c006c81bc15/LF_-_Integrating_Flash_with_XML.part2.rar.html
http://kewlshare.com/dl/fe14b706655a/LF_-_Integrating_Flash_with_XML.part1.rar.html
http://kewlshare.com/dl/5e3ef1be11f2/LF_-_Integrating_Flash_with_XML.part3.rar.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!
Reply With Quote

Reply

Bookmarks

Tags
flash, learnflashintegrating, xml


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
LearnFlash - Intro to AS3 with Flash CS3LearnFlash - Introduction to Actionscript 3 with Flash CS3 camorani Video Training 0 07-11-2009 05:15 PM
LearnFlash - Building Websites In Flash CS3 abb Video Training 6 12-12-2008 09:41 PM
LearnFlash.com Integrating Flash with XML abb Video Training 1 10-27-2008 06:08 AM
LearnFlash.com - Flash Animations and Intros FED Video Training 6 04-15-2008 03:02 AM
learnflash.com - Building a Website in Flash FED Video Training 4 11-30-2007 09:32 AM

All times are GMT. The time now is 10:36 PM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227