im in Flash CS5. I have a TileList that loads its images from an XML, not all the images are the same size so they do not llook consistent wiyh the TileList.
I have a TileList, that i loaded with a PHP script that gives back an dinamically generated xml so i can load the TileList with the images and labels it needs.
I have a mysql database with a table containing PATH\'s to images. I want to load al the images to a TileList. Now i have this in PHP:
I\'m going insane over this issue. Basically, I have a TileList with a custom item renderer that has a TextInput in it. Let\'s say that the list can show 4 items at once, if there are 5 items and I ed
I have created a tile list with custom item renderer and in terms of functionality it works as it should. I reduced the width and height of the item renderer to 95% which then shows the tile lists bac
I have an application that replaces the selected text in the row for the selected symbol from tilelist, which are loaded dynamically characters!
I have tilelist, which is dynamically loaded XML file with pictures, How do I do that would be when you click on a picture in the Label gave her name?
I am having trouble trying to use actionscript to load different files when different values are changed. I am currently using a tilelist and they have different values so the code is something like t
Hi im trying to add some buttons or sprites on each of TileList i开发者_如何转开发tems, i even made my own ImageCell class and inject some code that adds sprite on each image but it is not clickable -
I\'ve got a Flex TileList which has an ArrayCollection as its data provider. The ArrayCollection is used elsewhere in the application so modifying the base data is not possib开发者_JS百科le.