Flex 4 Hands on Training - Developing the Flckr Viewer

Comments

This accounts for the popularity of Omega and the demand for replica
Omega watches in the market today.

Posted By: discount ugg boots on sale On: 11/01/11 3:10 AM

Add Comment

Comments have been closed.

Transcript

no image

Slide Text

Slide Notes


Slide 1

no text exists for this slide

no notes exist for this slide

Slide 2

no text exists for this slide

no notes exist for this slide

Slide 3

no text exists for this slide

no notes exist for this slide

Slide 4

no text exists for this slide

no notes exist for this slide

Slide 5

no text exists for this slide

no notes exist for this slide

Slide 6

no text exists for this slide

no notes exist for this slide

Slide 7

no text exists for this slide

no notes exist for this slide

Slide 8

no text exists for this slide

no notes exist for this slide

Slide 9

no text exists for this slide

no notes exist for this slide

Slide 10

no text exists for this slide

no notes exist for this slide

Slide 11

no text exists for this slide

no notes exist for this slide

Slide 12

no text exists for this slide

no notes exist for this slide

Slide 13

no text exists for this slide

no notes exist for this slide

Slide 14

no text exists for this slide

no notes exist for this slide

Slide 15

no text exists for this slide

no notes exist for this slide

Slide 16

no text exists for this slide

no notes exist for this slide

Slide 17

no text exists for this slide

no notes exist for this slide

Slide 18

no text exists for this slide

no notes exist for this slide

Slide 19

no text exists for this slide

no notes exist for this slide

Slide 20

no text exists for this slide

no notes exist for this slide

Slide 21

no text exists for this slide

no notes exist for this slide

Slide 22

no text exists for this slide

no notes exist for this slide

Slide 23

no text exists for this slide

no notes exist for this slide

Slide 24

no text exists for this slide

no notes exist for this slide

Slide 25

no text exists for this slide

no notes exist for this slide

Slide 26

Step6 – Addclickhandlerscript Addthefollowingcodeblocktothe < fx:Script > tag : import mx.controls.Image ; import mx.events.ListEvent ; protected function selectedPhoto ( obj:Object ) : void { if ( displayPanel.numElements > 0 ) { displayPanel.removeAllElements ( ) ; } showDetailPanel = true ; displayPanel.title = obj.title ; var img:Image = new Image ( ) ; img.source = " http : / / static.flickr.com / " + obj.server + " / " + obj.id + " _ " + obj.se cret + " . jpg " ; displayPanel.addElement ( img ) ; } Note – Thiscodeblockdoesafewthings.Ittakestheselecteditemobjectandcreates animagecontainer.ItthenaddsthenewimagetothedisplayPanelcomponentviathe addElementmethod.Italsocheckstoseeifthereisalreadyanelementinthe displayPanelcomponent.Theinstructorwilldiscussthisingreaterdetail . Step7 – SaveandRun IfeverythingworksoutyouwillnowhaveanapplicationthatqueriesaFlickr service , rendersalistofthumbnailsandallowsyoutoviewalargerversionofeach picture . AdditionalQuestions ? 26

no notes exist for this slide