How i can add description tag in xml gallery

my xml is....................
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="xmldesign.css" type="text/css"?>
<gallery thumb_width="400" thumb_height="290" gallery_width="400" gallery_height="700" gallery_x=" " gallery_y=" " full_x="1220" full_y="50" >
<image thumb_url="t1.jpg"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t2.jpg"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t3.jpg"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t4.jpg"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t5.jpg"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="t6.jpg"  full_url="full01.jpg" title="Mango Juice"/>
</gallery>

sir, its working, and showing "desc" ..  but not  showing "title"...
<gallery>
<image thumb_url="shop1.png"  full_url="full01.jpg" title="Mango Juice" desc="Hello this is my description"/>
</gallery>
function callFullImage(myNumber)
    myURL =   myImages[myNumber].attributes.full_url;
    myTitle = myImages[myNumber].attributes.title;
   myDesc =  myImages[myNumber].attributes.desc;             //          add by me
    _root.createEmptyMovieClip("ajit",_root.getNextHighestDepth());
    ajit._x = _root.full_x = 130;
    ajit._y = _root.full_y = 32;
    _root.onEnterFrame = function()
        wall._alpha = 0;
        if (_root._currentframe == 2)
            wall._alpha = 100;
    this.gotoAndStop(21);
    var fullClipLoader = new MovieClipLoader("ajit");
    var fullPreloader = new Object();
    fullClipLoader.addListener(fullPreloader);
    fullPreloader.onLoadStart = function(target)
        target.createTextField("my_txt",ajit.getNextHighestDepth(),20,0,700,20);
        my_txt.selectable = true;
    fullPreloader.onLoadProgress = function(target, loadedBytes, totalBytes)
        target.my_txt.text = Math.floor((loadedBytes / totalBytes) * 00);
    fullPreloader.onLoadComplete = function(target)
        new Tween(target, "_alpha", Strong.easeOut, 60, 100, .5, true);
        target.my_txt.text = myTitle;
        target.my_txt._y=480;
        target.my_txt.textColor = 0xffffff;
        target.my_txt.text = myDesc;               // added by me
        target.my_txt._y=280;                         // added by me
        target.my_txt.textColor = 0xffffff;         // added by me
    fullClipLoader.loadClip("full_images/" + myURL,ajit);

Similar Messages

  • How can we get  tag of XML file using SAX

    Hi ,
    I'm parsing one SAX parser , I'have almost done this parsing. i have faced problem for one case, i'e how can we get tag from XML file using SAX parser?
    XML file is
    <DFProperties>
    <AccessType>
    <Get/>
    </AccessType> <Description>
    gdhhd
    </Description>
    <DFFormat>
    <chr/>
    </DFFormat>
    <Scope>
    <Permanent/>
    </Scope>
    <DFTitle>gsgd</DFTitle>
    <DFType>
    <MIME>text/plain</MIME>
    </DFType>
    </DFProperties>
    I want out like GET and Permanent... means this one tag which is present inside of another tag.
    Handler class like
    public void startElement(String namespaceURI, String localName,
                   String qName, Attributes atts) throws SAXException {
    if(_ACCESSTYPE.equals(localName)){
                   accessTypeElement=ACCESSTYPE;
    public void characters(char[] ch, int start, int length)
                   throws SAXException {
    if (_ACCESSTYPE.equals(_accessTypeElement)) {
                   String strValue = new String(ch, start, length);
                   System.out.println("Accestype-----------------------------> " + strValue);
                   //System.out.println(" " + strValue);
    public void endElement(String namespaceURI, String localName, String qName)
                   throws SAXException {
    if (_ACCESSTYPE.equals(localName)) {
                   _accessTypeElement = "";
    . please any body help me

    Hi ,
    I have one problem,Please help me.
    1. How can I'll identify where exactly my Node is ended,means how how can we find corresponding nodename? in partcular place
    <Node> .............starttag1
    <NodeName>Test</NodeName>
    <Node>................starttag2
    <nodeName>test1</NodeName>
    </Node>..................endtag2
    <Node>.....................starttag3
    <NodeName><NodeName>
    <Node> .........................starttag4
    <NodeName>test4</NodeName>
    </Node>.......enddtag4
    </Node>...........end tag3
    </Node>............endtag1
    my code is below
    private final String _NODENAME = "NodeName";
    private final String _NODE = "Node";
    private String _nodeElement = "";
         private String _NodeNameElement = "";
    public void startElement(String namespaceURI, String localName,
                   String qName, Attributes atts) throws SAXException {
    if (_NODENAME.equals(localName)) {
                   NodeNameElement = NODENAME;
    if(_NODE.equals(localName)){
         System.out.println("start");
         if (_NODENAME.equals(localName)) {
                   NodeNameElement = NODENAME;
    public void characters(char[] ch, int start, int length)
                   throws SAXException {
    if (_NODENAME.equals(_NodeNameElement)) {
                   String strValue = new String(ch, start, length);
                   String sttt=strValue;
                   System.out.println("NODENAME: ************* " + strValue);
    if(_NODE.equals(_nodeElement)){
                   if (_NODENAME.equals(_NodeNameElement)) {
                        String strValue = new String(ch, start, length);
                        String sttt=strValue;
                        System.out.println("nodevalue********** " + strValue);
    public void endElement(String namespaceURI, String localName, String qName)
                   throws SAXException {
    if (_NODENAME.equals(localName)) {
                   _NodeNameElement = "";
    if(_NODE.equals(localName)){
                   System.out.println("NODENAME: %%%%%%%%%");
    please help me. How can I figure node ending for particular nodename

  • I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Is it necessary to add? If so, how do I add H Tags to iweb.

    I am running 10.6.8 and using iweb for my web site. After several SEO analysis they all indicate I need H1-6 header tags. After looking at the source code I see there are none in iweb. Are they necessary to add?  Why would one add these tags and how do I add H Tags to iweb? And are there examples to look at? I am slowly learning about simple web design and assumed that iweb was stand alone without having to write code. Is this one of the reasons iweb is no longer supported? Thanks for looking at this!

    A simple text page like this:
    Heading
        sub heading
              text paragraph ....
    Is traditionally represented by html tags like:
    <h1>Heading</h1>
         <h2>sub heading</h2>
              <p>text paragraph ... </p>
    I would guess that the use of h1-h6 tags helps search engines to understand the structure of a page as the tags imply a certain structure.
    This can be compared to more generic tags like <div> that could represent any kind of content - and may be what iWeb uses (you'll have to check yourself).
    I would generally recommend that you use some kind of up to date blog/site building tool, perhaps Wordpress or Squarespace (I haven't used either one myself) that support current web technologies - this should reduce your SEO issues and make it easier to properly support mobile/tablet users.

  • How do you add meta tags to your website in Iweb

    I have always created websites in frontpage where you can add meta tags to help search engines find the website.   How do you add meta tags to the Iweb website I have created?

    Welcome to the Support Communities. Let me… Well, see for yourself by clicking HERE. You can also search for "meta tag" HERE.

  • How we can add custom field in standard report 2kee.

    Hi,
    How we can add custom field in standard report 2kee.
    I need one extra field to add in 2kee report for the same is there any customization req.
    Regards
    Ravi

    Ravi,
    Which extra field do you want to add or see?  Without specifying the field, it is difficult for one to tell you precisely whether you need a custom field or just change the layout to get the standard one.
    There are so many fields which exists but are not displayed when you execute 2KEE. You need to change the layout selections to your preference.
    Nonetheless, if the field you want to add does not already exist, then yes you can do customization.  Is there a customization requirement? No. But remember, you are making changes to SAP Standard program which will no longer be supported by SAP should in the case an issue arise in the future related to this very program.
    Have your abaper add the said field in the program or why not just create a query to pull the report?
    Elias
    Edited by: Elias Akorli on Sep 18, 2009 9:02 PM

  • I am making a graduation video for my cousin using Final Cut Pro. I have photos layered over videos, and I was wanted to find out how you can add a border around the photos so they stand off of the video. Anyone know what I could do?

    I am making a graduation video for my cousin using Final Cut Pro. I have photos layered over videos, and I was wanted to find out how you can add a border around the photos so they stand off of the video. Anyone know what I could do?

    You would need an image editor to edit the images and add a border to the image first before importing them into Final Cut.
    Cheapest and very good image editor?
    PIxelmator.
    Located in the Mac App Store. $14.99 USD.
    Here is the Pixelmator website to give you an overview of the app.
    http://www.pixelmator.com/
    Good Luck!

  • When sending an email I used to be able to add a distribution list from my contacts, I now have to add each email address individually, does anyone know how I can add the whole list?

    When sending an email I used to be able to click on a distribution list in my contacts and it would add all the email addresses, I now have to add each email address individually and this takes a lot of time.  Could someone tell me how I can add a distibution list/group to my emails?

    Barney,
    I have four groups.
    I just typed the name of one of those groups in the To field on the iPhone's email, and received:
    Invalid Address
    "<group name>" does not appear to be a valid email address.  Do you want to send it anyway?
    I clicked continue and it remains in my outbox.
    Help is appreciated.
    Thanks,
    Michael

  • HT1937 how i can add the ipad in my acount using the s.n. only

    how i can add the ipad to my acount without connecting it to the pc only using the serial number

    Sorry. The question doesn't make sense.

  • HT1347 from this site how i can add software to iphone

    from this site how i can add software to iphone

    From what site?
    You can only get apps/softare from the app store in itunes.

  • Hi. How I can add russian keyboard in to Firefox OS? I am using OS on nexus 4. Version 1.1

    Hi. How I can add russian keyboard in to Firefox OS?
    I am using OS on nexus 4.
    Version Firefox OS 1.1
    Instruction to install http://www.addictivetips.com/android/dual-boot-android-ubuntu-touch-or-firefox-os-on-nexus-4-7-with-multirom/
    Thanks.

    Hello,
    As per the release notes of [https://www.mozilla.org/en-US/firefox/os/notes/1.1/ FirefoxOS 1.1] the Russian locale is supported. So, you wouldn't need to add a keyboard separately. Can you please confirm what is the issue you are seeing when you try to select the locale as Russian? Are you not able to view the Russian keyboard?
    Thank you

  • I bought my iPad from USA. How I can add Arabic keyboard to iPad?

    I bought my ipad from usa. how i can add arabic keyboard to it?

    Settings > General > Keyboard > International Keyboards > Add New Keyboard > Arabic.

  • How i can add music from my computer to my i5c

    how i can add music from my computer to my i5c

    Use iTunes on your computer to sync music to your iPhone.
    See: http://support.apple.com/kb/ht1386

  • 8100 doesnt support Russian..Any suggestions on how i can add the language?

    hey,
    I just got a new pearl 8100. Russian language is not on the list for language support. Any suggestions on how i can add russian language? thanks for any help.
    A

    Install multi-langual Blackberry OS on to your device.
    Check this link 
    It may be helpful for you to find the necessary OS package. 

  • How do I add Meta tags to my website

    I have produced a website in i web and published it to my .mac account.
    I need to know how to add meta tags to get it recognised by the search engines.
    The company I am using to do this want the ftp info. As I upload directly to my .mac account I am not sure what they need. Can you help please?

    I think I may have a good workaround here, not sure how it will work with .mac as I dont use it, I am in control of my default page within Apache.
    Create your site as normal within Iweb and publish it.
    Outside of iWeb create your site's real default homepage by hand, that contains the meta tags and that redirects to your iWeb homepage. In this way any Search engine hits to your site will hit the external page first, reading the meta tags then get redirected to your real home page. Not ideal of course but at least you don't have to keep an eye on your metatag's being overwritten by republishing your homepage.
    Here is the code from mine, it appears to work:
    +<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://+
    +www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title></t+
    +itle><meta http-equiv="refresh" content="0;url= Welcome.html" />+
    +<META NAME="keywords" CONTENT="enter,your,keywords,here">
    +<META NAME="description" CONTENT="description of your website">+
    </head><body></body></html>
    This page will redirect to the "Welcome.html" page created in iWeb.
    Hope this helps.
    Message was edited by: berrymp

  • How do I add Meta tags to pages?

    Is it possible to add meta tag information for the pages (such as keywords, description, robots, etc.) directly in Muse?
    I'd like to add meta tag data to describe the page to help with search engine optimization.

    I found a lot of useful information on here: http://www.muse-themes.com/blogs/news/6103624-seo-in-adobe-muse-search-engine-optimization #comments
    However I would like to know: If you have multiple pages dealing with different topics does one need to adjust the meta-data accordingly for each page.
    For example, I am redoing a website for a small earthmoving contractor who offers a range of services including new lawn installation (NOT mowing!), drainage, landscaping, post hole boring, driveways - to name a few; these are essentially the main pages with content explaining each service a little further.
    So would I be correct in assuming I should have a unique description, keywords and (obviously) page title for each page?
    How about the home page? Should the metadata attempt to cover all services offered within the website as a whole, or just the content of the home page?
    Thanks in advance!

Maybe you are looking for

  • Problem with newsstand  for ipad

    Hi there, I have been having a small problem with newsstand on my ipad. I have a free copy of Jamie Oliver's magazine on there, which is fine. However, now all I can view is this copy. I want to browse the shop for other copies of the magazine, or fo

  • How do I get rid of the "white banner" that reads "cut" when in Quicktime?

    I've cut a piece in FCP and exported it as a QT movie....when I view it in QT, stream it on the internet, or view it on my iPod, it has a white banner that reads "cut" how do I get rid of this? And do I need to re-export it? Thanks

  • Getting  error message "Could not find XObject named 'n2'" in Adobe 8

    Hello, I have developed one component in VC++ which Signs PDF files. But when i opened signed file(in Adobe 8), I am getting one alert saying "Could not find XObject named 'n2'" can any one tell me what's wrong in my Signed PDF file. Origninal File i

  • Excellent assistance Apple

    I am very happy with Apple support I opened a telephone request for help from my iPhone on December 30th, 2010 at 8 PM , Dec. 31, at 9 AM to take the shipment from my house and today January 4, 2011, (only 5 days) I received the package;-) Excellent

  • Debugging at DTP level

    Hi, Friends how to do Debugging at DTP level. Regards. Asim