ActionScript 2.0 :: Add Description Tag?

May 24, 2009

I have an xml file that loads the pictures, but I want to add a description tag for each picture. Below is the xml file for this.

<?xml version="1.0" encoding="UTF-8"?>
<galleries>
<!--

** how to add more galleries to your website.

** Here are all the galleries that you can use for the website pages. Each gallery has

** an index or ID. With the help of index the gallery can be connected with the definite

** website page with gallery type.Also this page must have galleryID which should be equal

** Each gallery consists of the list of images. Each image has and url parameter and also

** width and height parameters that define dimensions of the box for the image.**

** It is recommended to use an XML editor to make changes to this file because it�s less

** possible to make an error in the markup which can cause a not working website.

** The recommended size for image_icon=333x333 px.
-->
<gallery id="1" name="nature">
<image image_icon="22598_nature_icon_15.jpg" image="22598_nature_b_15.jpg"/>[code]....

View 5 Replies


Similar Posts:


ActionScript 1/2 :: How To Add Description Tag

May 24, 2009

How to add description tag.I have an xml file that loads the pictures, but I want to add a description tag for each picture. Below is the xml file for this.add a description tag that would work?

<?xml version="1.0" encoding="UTF-8"?> <galleries> <!-- **&#160;&#160;&#160; Please read this information to learn how to add more galleries to your website. **&#160;&#160;&#160; **&#160;&#160;&#160; Here are all the galleries that you can use for the website pages. Each gallery has **&#160;&#160;&#160; an index or ID. With the help of index the gallery can be connected with the definite

[code]....

View 13 Replies

IDE :: Add A Title/description To The Image?

Jan 19, 2009

I have the 3dwall feature - but i don't know how to add a title/description to the image. I have followed the instructions, - I don't understand what it is asking me to do.

View 3 Replies

Popup Item Description Windows?

Aug 5, 2011

how can I make a windows popup when I put my mouse cursor over a item? The popup should display the item name and it's characteristics. When the cursor rolls out fo the item, the popup windows disappears.

Is there a function in as 3.0 that does this?

View 1 Replies

ActionScript 3.0 :: Parse Image Description From XML

Aug 27, 2009

I've modified a flash movie that displays images in a slider control. When the user mouses over the image I display a tooltip. The problem is I cannot figure out how to parse the Description(desc) out of the image tag in XML to display as the tooltip text. Heres what I want the image tag to look like:[code]In the actionScript how could I simply parse out the description to pass in as the tooltip text?

View 1 Replies

Flex :: Method Description In Code?

Sep 16, 2011

I am new to flex and am using flex builder 3 , many a times code assist shows a lot of function but i am not sure what these functions do. How can i configure flex builder so that it also shows descriptions of the methods like the one we get in java.

View 1 Replies

ActionScript 3.0 :: Get Page Description With ExternalInterface?

Dec 2, 2009

I'm having a hard time finding a way to get the html page description into my flash, using the ExternalInterface. I'v tried this:

ActionScript Code:
var pageDESCRIPTION:String;
var metas:Array = new Array(ExternalInterface.call('window.document.getElementsByTagName("meta")'));

[Code].....

View 2 Replies

ActionScript 2.0 :: Create A Rollover Description?

Jan 6, 2006

how to create a rollover description whereby when i rollover a button a description box pops up at the bottom which either scrolls information or shows shows some text.

I've created my buttons and have used "hover captions" which have worked perfectly, however i would like a description box at the bottom of my button so when i rollover the button some text scrolls or just displays a box where i could put a lot of text.

View 4 Replies

IDE :: Add A Description For Each Picture In A Text Field?

Apr 22, 2009

in the if statement below ? I'm looking to add a description for each picture in a text field... something like: if picture1 selected, text="", else if picture2 selected, text="", else text="";

[Code]...

View 2 Replies

ActionScript 2.0 :: Title And Image Description

Jul 30, 2010

I bought an xml flash template and i am trying to modify it.In main.fla file there is a layer named functions. At this layer there is actionscript code where i saw this part:[code]When i push the image gallery from the main menu, then the image_gallery.swf loads. There, i have 2 categories with photos, each of whom loads title and description of images from website_xml_imagegallery_xml/category1.xml and website_ xml_ imagegallery_ xml/category2.xml. My problem is that whether i open a photo from one category or from the second category, the title and the description remain the same as the first category's. I figured out that the title and the descrption of the first photo of the second category is the same as the title and the description of the first photo of the first category and this depends of what i am using at the last line of the attached code:images.load ("website_xml_imagegallery_xml/category1.xml");So, if i write category2.xml instead of category1.xml, then the first photo of the first category will have the same title and same description as the first photo of the second category.It seems like each category cannot read from its category.xml. Look at the xml files as well.

View 2 Replies

ActionScript 3.0 :: Loading Title And Description From External XML

Feb 15, 2009

I am creating an Autorun for CD using flash CS4 in which Tilelist will show product image and slider will slide across images. when slided, product Title and Description should be shown.But instead of showing, Text field goes blank and nothing is shown.

View 5 Replies

Professional :: Changing Meta Tags And Description On SWF?

Feb 22, 2010

I bought a template, made some changes, published it and upload it on FTP. But each time I do a search, one one the search results is one of the orignal page names. Any tips on how to change it?

View 2 Replies

ActionScript 3.0 :: Hover Description Appearing Behind Object

Sep 15, 2011

Above is a pic of a combo box loded with values. Id like to have it so when you mouse over the dropdown, a hover descripition of the value the mouse is currently on appears on the screen. I have it complete for the most part...but as you can see, the description displays behind the dropdown. Ive tried this.setChildIndex(textDescription, this.numChildren - 1)" and no luck.

View 6 Replies

ActionScript 3.0 :: Display A Description Of The Information In The Combo Box?

Sep 19, 2011

I want a combo box to display a description of the information in the combo box. The name property is a good way to do this in my opinion "comboBox.name = This is what I named this Box". I have a text field ("textDescription") set to display the name of the comboBox on MOUSE_OVER, but only on the edges does the actual name of the comboBox appear. When in the middle, the textDescription displays "instance #" where # is an actual number. Is there some kind of container placed over the combo box or something??

View 5 Replies

ActionScript 2.0 :: Create A URL Link For The Description Text?

May 26, 2010

I want to create a URL link for the description text. Everything works fine until I get to the actual link - it's displaying the HTML. I've clicked on the HTML button in the properties inspector for the text field (see the attached photo); I've also added the following in the AS:

Code:
desc_txt.html = true;
desc_txt.multiline = true;

No luck; it's still displaying the HTML.

Code:
function nextImage() {
if (p<(total-1)) {
p++;

[code]....

View 2 Replies

ActionScript 2.0 :: Load Description Text With Images?

Mar 19, 2003

im making somekind of an imageloader flash files, with a next and previous button, and a square to load the *.jpg file, and another square to put a description text. how if i want to give a description text using a *.txt file who has the same name as the image file? how to tell flash to display texts inside a textfile in a square?

View 7 Replies

ActionScript 2.0 :: Adding External Description To Portfolio?

Jan 21, 2008

What I have: A scrolling thumbnail portfolio page that is linked to external xml file so the client can add pictures as needed by adding to the xml file. (actionscript from within Flash is enclosed just in a .txt document, along with the .xml file)

What I need: To add a description to each image, so when you click on the thumbnail, it loads the larger picture, along with the description. I have a mc called description_txt where I would like the description to load for each image, but don't know how to set it up to associate with each image. I have seen XML files that call to a different .txt document for each image, with the descriptions in it, but I'm not sure of the mechanics of it. . . how I should set up the .txt file, how I can call to it, and how to revise my actionscript to retrieve it.

View 1 Replies

ActionScript 2.0 :: Get The Nodevalue Summary And Description In Tag OBJECT?

Nov 5, 2009

Please, anyone can help me to parse this xml sample. I want get the nodevalue summary and description in tag OBJECT? I need actionscript code.

[Code]...

View 4 Replies

Professional :: Publish Site On Flash? (read Description)

Jun 11, 2010

I need to publish it to web so if you go url... you see my flash website (I'm using Flash CS5).I heard from somewhere I need Dreamweaver, also, to publish a site made in Flash to the web.

View 3 Replies

ActionScript 3.0 :: Add Description From Xml To The Full Size Loaded Image

Sep 5, 2010

I have a picture gallery that loads a few thumbnails into a holder via  xml and AS3. When you click on the thumbnail it loads the full-size  image into a Loader.How could I add a description from the xml to the to the full size image.[code]

View 4 Replies

Flash :: Correctly Load An .md2 Mesh Description With Papervision 3D 2.1.932?

Jan 15, 2010

How to correctly load an .md2 mesh description with Papervision 3D 2.1.932 ?

View 1 Replies

ActionScript 2.0 :: Fetch 'description' From Xml And Display In Text Field?

Jan 21, 2009

I'm making a media player which has a playlist of 8 or 9 flv's, I'm using 'videosourcepro' as my basis.

What I need to do, is when a user selects from the playlist (populated dynamically from an xml file), the title of the selected track is displayed in the title_txt dynamic text field.

which I could perform the afore mentioned task?

I've uploaded my source files and you can download them here

View 4 Replies

ActionScript 3.0 :: Add Description From Xml To Full Size Loaded Image

Sep 5, 2010

I have a picture gallery that loads a few thumbnails into a holder via xml and AS3. When you click on the thumbnail it loads the full-size image into a Loader.How could I add a description from the xml to the to the full size image.

View 2 Replies

ActionScript 2.0 :: Input Field >= Show The Label Description?

Mar 16, 2012

I have drop down list if i select the Bank draft or money order it should show the description in one of the lable. it is showing now. But i want to display the description if one of the other box value is greater than 1500, actaully there are two field one field has value for Security deposit amount and second is drop down security deposit type in this if the value is > 1500 the description should show.

Field One (Input box)
Deposit amount (entering values in the box)
Field two (dropdown)
Deposit Type (Bank Draft/ Money order/Personal check)

If the value is in the deposit amount >1500 then it show the description under one lable "Please Send your postal address proof)i have that funciton

ActionScript Code:
IncludeInfoItems = function (bool) {
if (!bool) {

[code]....

View 0 Replies

ActionScript 2.0 :: Compare The VAR Entered By The User In The Search Box With The DESCRIPTION From The XML

Mar 12, 2007

I started a search engine in flash for a small 15 pages website,and in these cases I think it's best to create an XML file as a database... I need to say that I am a beginner in using actionscript and Macromedia Flash as I used other software before. here is the progress so far: Search engine and here is the XML file to get an idea: XML file and the actionscript: Actionscript TXT or Actionscript PDF there are some words in Romanian in the search engine link

1).I need to compare the VAR entered by the user in the search box with the DESCRIPTION from the XML, what I was able to do is to compare if they are equal, that means you need to enter the exact description to get a result, what I need to obtain is for example to enter "goo" and still get the result for GOOGLE, or "gle" or whatever...

2). I also need to use the search button as a trigger and also the key ENTER, I was able to do it but not together, it was either ENTER or the button, I need to specify here that the function from the onRelease command of the button is a very complex one.

View 1 Replies

ActionScript 2.0 :: Make The Description Of The Ingredient Appears In The Right Hand Box?

Aug 20, 2008

I have a project for school making a flash descripty thing.. and what im trying to do is make it so when you clikc a button, the description of the ingredient appears in the right hand box..

Its not working.. I dont know whyIve tried everything.. and I cant find any errors in my scripting

[code]...

View 1 Replies

Flex :: Dynamically Change Mxml For UI Description And State Transition Logic?

Aug 25, 2011

I want to use Adobe mxml to create a swf. However, the mxml gets compiled to swf itself and is not available after creating the swf. I want to add states with UI components without compiling it every-time.

View 1 Replies

ActionScript 2.0 :: Use Part Where Image Description Shows Inside Another Mc Which Is Loaded Externally?

Sep 7, 2005

I want to use the part where the image description shows inside another mc which is loaded externally.

View 12 Replies

ActionScript 3.0 :: Mc Into Tooltip - Text Fields On The Stage That Display The Title And Description Of The Thumbnail Item?

Feb 11, 2009

bit stuck on something here and hoping that someone will be able to answer this question. i have a gallery generated via xml - i have three text fields on the stage that display the title and description of the thumbnail item.

[Code]...

not quite sure of the best/easiest way is to do it - call from the library and attach to mouse or something along those lines?

View 2 Replies

IDE :: Make Thumbnail Gallery - First Page Title Gallery Then Big Image With Description

Feb 6, 2009

i was looking for gallery looking like this site [URL] i was looking gallery first page title gallery then Big image like this with description.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved