I want to "text description" on full images which calling by function "callFullImage"  from gallery.

my xml gallery is-------
<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="shop1.png"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="shop2.png"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="shop3.png"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="shop4.png"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="shop5.png"  full_url="full01.jpg" title="Mango Juice"/>
<image thumb_url="shop6.png"  full_url="full01.jpg" title="Mango Juice"/>
here i want to description but not title......
my function is-----
function callFullImage(myNumber)
    myURL = myImages[myNumber].attributes.full_url;
    myTitle = myImages[myNumber].attributes.title;
    _root.createEmptyMovieClip("ajit",_root.getNextHighestDepth());
    ajit._x = _root.full_x = 130;
    ajit._y = _root.full_y = 32;
    /*by forum*/
    _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(),0,0,400,20);
        target.my_txt.selectable = false;
    fullPreloader.onLoadProgress = function(target, loadedBytes, totalBytes)
        target.my_txt.text = Math.floor((loadedBytes / totalBytes) * 100);
    fullPreloader.onLoadComplete = function(target)
        new Tween(target, "_alpha", Strong.easeOut, 0, 100, .5, true);
        target.my_txt.text = myTitle;
    fullClipLoader.loadClip("full_images/" + myURL,ajit);

I only see a title and no description in the xml node. you need to add a descrpition attribute in the node like this
<image thumb_url="shop1.png"  full_url="full01.jpg" title="Mango Juice" description="Your description text goes here"/>
In your function add a variable to hold the descrition like
myDescription = myImages[myNumber].attributes.description;
Then to display it, change myTitle in on load complete to
  target.my_txt.text = myDescription;

Similar Messages

  • How do I get full images of caller to appear on 5s using 7.1?

    Apparently it's no longer possible to see the full image/picture of the caller on the phone after the upgrade to 7.1. I believe this is a safety hazard while driving because you can't easily identify the caller. Is it possible to get full images of the caller with this latest version?

    SGfeedback wrote:
    Apparently it's no longer possible to see the full image/picture of the caller on the phone after the upgrade to 7.1. I believe this is a safety hazard while driving because you can't easily identify the caller. Is it possible to get full images of the caller with this latest version?
    I believe that you using your iPhone and looking at your screen while driving is a far more dangerous safety hazard than a small picture you should not be diverting your attention from the road/driving while trying to look at.
    My hands free device announces who is calling.

  • Can iPhoto (or iPhoto Library Manager) identify thumbnails that no longer connect to a full image. I can restore these from Time Machine (I've done so for 3 images) but don't fancy manually clcicking on every photo in my library to find which need restore

    I have been preparing photos for export and found some have a thumbnail but no image, only the exclamation mark upon selection. I have restored three 'broken' thumbnails via Time Machine. I want to indentify all the broken thumbnails so I can choose which to restore and also find them quickly in Time Machine. The only way I currently know is to select each thumbnail, individually, and see if it brings up the exclamation mark 'image'. Is there a way to find only the 'broken' thumbnails?
    Thanks

    I went to TM and "Browse Other Backup Disks", selected the USB drive used for TM, browsed for the most recent backup and, one by one, copied each of the folders within /Users/NAME in the TM backup to /Users/NAME on the freshly installed MBP hard drive.  The folders I'm referring to are Desktop, Documents, Downloads, Movies, Music, Pictures, Public.  I overwrote the existing (empty) folders.
    That's not how you restore. Might work for other material (pure fluke that,) but iPhoto is a database and the back up is stored in increments. Time Machine needs to reassemble it from the increments.
    Enter the Time Machine interface, go to the Pictures Folder. Locate the iPhoto Library you want to restore and  click restore.
    Regards
    TD

  • Want to add Custom text after Product Branding Image for application

    Hi
    Can we add any text after Product Branding Image for application
    By default it will show the responsibility function name
    My requirement is after company logo I want to add Text at the top of application
    with center align
    Need suggestions
    Regards
    Krishna

    Hi Anoop
    If I done what u suggested then the function responsibilty name will also come
    and the application will be disturbed
    Is their a way to edit the text at the top
    Regards
    Krishna

  • Can not see long text description of a characteristics in portal

    Hi experts,
    I designed two queries via Query designer and published them to portal but I can not see the the long text description of "Name" attribute belongs to 0BPARTNER characteristics.
    One of the queries shows only the last name of partner in portal while it is showing full name and last name in Bex Analyzer. The other query shows only the key value in both portal and Bex Analyzer.
    I want to see long text description in both queries.
    For an additional information, I'm extracting data from CRM 5.00 to BW 7.00
    What will be the reason for this and how can I solve it?
    Can anyone help me for this issue, it's a kind of emergency situation.

    Hi,
    we have the same problem.
    We want to change <b>only</b> in the screen variable the hierarchy text (from default to long\medium text) but even if there's a possibility to do this, really it doesn't happen anything - it' s possible when you start query, in the selection screen inside every the variable there's a command "User Settings" in which manage what you want to see (I put display custom, as text, medium text).
    I try to do this also in query analizer, selecting variable (hierarchy) and enter in this (user setting), changing in display custom as text - medium text, but even if I save this settings, really doesn't happen anything.
    It seems the system isn't sensitive to this selection...
    By now, if someone has an answer, please write us!
    Thanks in advance,
    Alessandra Mirone

  • Full image links working but showing broken in dreamweaver?

    All my images were displayed as relative links and worked perfectly on local host and displayed correctly on dreamweaver design view, but I wanted to change them to full links before I go live.
    So I changed all the urls (using find and display) and now even though all the images work fine on localhost,  on the actual dreamweave desgin view many of the images are shown as broken rather than the actual image. I cannot understand why.
    Code for image that shows broken rather than image in design view:
    <img src="http://localhost/mysite/images/img.jpg" alt="alt text" width="196" height="156" class="imgRight" />
    Code that displays fine in design view:
    <img src="http://localhost/mysite/images/img2.jpg" alt="alt text" width="182" height="133" class="imgRight" />
    Is there something I am missing, am I not linking to the image correctly when I use the full url, if so why would some show and others not and all be fine on localhost testing?
    Help as always much appreciated.
    Thank you in advance.

    Hello,
    I have attempted to load the images based on the instructions provided on the Oracle site (On Windows XP).
    According to the instructions:
    Once you complete the standard install, you need to perform the following steps to complete the upgrade:
    1. Connect to SQL*Plus as SYS
    2. @APEX_HOME/apex/apxldimg.sql APEX_HOME
    My steps were: CMD --> sqlplus /nolog --> conn sys/[password] as sysdba;
    Then, I ran the above script and receive the following error:
    declare
    ERROR at line 1:
    ORA-22288: file or LOB operation FILEOPEN failed
    The system cannot find the path specified.
    ORA-06512: at "SYS.DBMS_LOB", line 523
    ORA-06512: at "SYS.XMLTYPE", line 287
    ORA-06512: at line 15
    For: 2. @APEX_HOME/apex/apxldimg.sql APEX_HOME
    I had entered:
    @C:\apex\apxldimg.sql apex
    Any suggestions?

  • Using iphoto, how do I print a written description upon an image?

    Would like my images to have descriptive text boxes. Want to be able to print descriptions at the same time, on the face of a photo without having to go into Adobe Photoshop. Using the iPhoto program, how do I print a written description upon an image?

    select the picture(s), then selec the menu item "Info" button (bottom-right):
    Then add a description using the description field.  For individual descriptions by picture select only one picture at a time.
    Now select the picture(s) you want to print and select the menu item "File > Print" then in the bottom right choose the "Contact" format:
    selec thte number of columns, then click the "Captions" button to select which items are included as the caption:
    Click "Ok" then click "Print" at the bottom of the iPhoto window

  • How to display TEXT description from Documents tab of Product master in ISA

    Hi,
    We have product related PDF document attached with Product.
    I can access in CRM by Going
    Products--> Maintain Products.
    When I chose specific Product I can see Product related details.
    There are many tabs like "General", "Material", "Sales and Distributions", "Documents",  etc...
    "Documents" tab have 2 folders "Pictures" and "TEXTS".
    under "TEXT" folder we have PDF documents.
    it has short product name like "ASP009" and Description "ASP 009 Manual".
    When I click on any one I can see attached PDF document in Preview window in CRM.
    How I can access text description "ASP 009 Manual" on "ProductDetailsB2C.JSP" file.
    I want to display this "ASP 009 Manual" description on "ProductDetailsB2C.JSP".
    Is there any Standard Java class method available in ISA.
    I really appreciate any help on this and assign points to them for solution.
    Thanks in Advance.
    Ashish

    Here's the steps we use in our ProductDetailB2C.jsp (B2B uses same code in another file name I forget right now) to provide a link to our technical data sheets...this includes how to create a new document type in CRM as well as the code needed to display it on the ISA
    Step 1: Transaction OAC2, create Document Type example CRM_TECHDA
    Step 2: Transaction SPRO-> CRM -> Basic functions -> Content Management -> Define template for folders
    Step 3: Double click template PRODUCT_MATERIAL
    Step 4: Right-click Documents, Choose Create Folder
    (Make sure to input DOCUMENT TYPE(Properties TAB) = Step 1 value example CRM_TECHDA)
    Step 5: Add a new set of lines of code for each of the types of 'text' you have created to display as a link in the .jsp file(s), changing the CAPPED name to the appropriate name of your specific field below:
    <% if (currentItem.getAttribute("DOC_P_CRM_TECHDA") != null && !currentItem.getAttribute("DOC_P_CRM_TECHDA").equals("")) { %>
                   <tr>
                     <td colspan="2"><a href="<isa:imageAttribute guids="DOC_P_CRM_TECHDA,DOC_P_CRM_TECHDA" name="webCatItem" defaultImg="mimes/shared/no_pic.gif"/>" target="_new"><img src="<%=WebUtil.getMimeURL(pageContext, "b2c/mimes/images/pfeil_rechts_mit_rand_blau.gif") %>" alt="" border="0"> Technical Data Sheet</a></td>
                   </tr>
                   <% } %>
    Edited by: Mike Anecito on Jul 17, 2008 8:27 AM
    I forgot to add, that you could add the attribute information Sateesh talks about where we just use "Technical Data Sheet"
    on the third line of the code...we don't bother with the name of the file as you're needing since we had too many people
    naming them and the overall consistency was horrible.

  • Is there a way to turn a text character into an image?

    Is it possible to turn a text character into an image/shape...using Pages or any other iLife or iWorks app?
    Reason being - I want to use a certain font and a character in it, but that particular font is not being recognized/shown properly by another computer. I want to make sure the text character shows up as I intend, and I figure the way to do that is by turning the text character into an image/shape (like a jpeg maybe? or a tiff or gif? I don't know too much about the difference between these last two). Then I can paste that image onto any background and have it still look like text laying on top of the background.
    Hope that makes sense, and many thanks in advance for any insights!

    Although it saves the text character as an image, it also saves the background (the white of the page) as part of that image. So when the character is pasted into a document whose background is anything other than white, it doesn't look like a simple text character anymore. It looks like a white box with a text character in it. You know what I mean?
    I'm thinking I might need to use whole 'nother graphics program to do this whole deal...what do you think?
    Rather than using Preview, create the new image from the clipboard in GraphicConverter & use the transparency wand to make the background transparent. Then use ⌘ E to select just the image & save, choosing to save just the selection.

  • Calendar apps:  1. That my wife and I can share.  2. That shows some of the text in the full month view.  3.  That can have "public" events and "private" events.

    Hello All,
    I am looking for a calendar app that my wife and I can share on both of our iphones.  I am new to this and haven't found an app that will do what I want.
    1. I want the full month view to show some of the text of each event:  Like Pocket Informant and Monthly Calendar Mocha do (not just a dot).
    2. That both of us can post and see each other's events.
    3. That each of us can post "private" events that the other person won't see on their phone.  Things like, "Wife's surprise party."
    4. That sync's both calendars automatically.
    I know a lot of people use Fantastical, but I don't think that would give me the text in the full month view.
    Is there an app that can do all of the above?
    Thanks in advance.
    Rick

    Sharing and syncing is a feature of the calendar database; you can have multiple calendars, and each can be private, shared with specific other iCloud users, or public. If you have a Mac you can set that up in the Calendar app; for either Mac or Windows you can set it up by logging in to iCloud.com using your Apple ID.
    The other calendar apps all use the Apple calendar database; they just have different ways of presenting the content, and can also take advantage of "hidden" features of the Apple calendar database (such as adding icons to entries).

  • I also have a .csv file with the name of a jpeg in one column and a text description of each jpeg in a second column. Is there a way to automatically insert one jpeg (photo) and its corresponding text, each pair on one page, into a Indesign document?

    I also have a .csv file with the name of a jpeg in one column and a text description of each jpeg in a second column. Is there a way to automatically insert one jpeg (photo) and its corresponding text, each pair on one page, into a Indesign document?

    I would also recommend to write the description into the meta data. This would allow to place a text frame above the image and it is possible to add meta information and file name automatically together with the image, when you place it or even in a prepared template.
    Meta data information can be written easily in Bridge in the Meta File Workspace.

  • How to create a plugin to stamp texts and not an image into a pdf document

    How to create plugin to stamp texts and not an image.. i just want it to work like the stamper plugin found in sdk sample but here i need text to be stamped instead of an image.. Is it possible? kindly give me some ideas?how to go about it.. can this be done by modfying the stamper sample code?
    Thank you

    This is possible, but it is a serious project, not something to be cut around from sample code. You will need to study the "graphics" and "text" chapters of the PDF specification in some detail to understand the PDF graphics model, including colour spaces, graphics state, and transformation matrixes; if working with annotations understand them and the requirement for appearance stream. There are various ways to add content to a PDF, but the PDFEdit API is probably the most accessible.

  • Swap text as well as image with behaviours

    Hi a..,
    I am trying to create an interactive section of my site where a visitor can click on a small thumbnail and get a larger image to appear in a larger div (I can get this to work fine with the behaviour "swap image" so there are no problems there), but on the same onClick event I want some text to appear in another div relating to the image. I can get this to work once (using the behaviour "set text > set text to contianer" ), but when I clicks on another tumbnail to view the next image/text, the new text is added ontop of the old text and psuhes it down. What I really want is the old text to ve completely removed and the new text appear. I know this will work easily as an onMouseover/onMouseout effect, but I really want it to work as an onClick event.
    I am really bad with javascript. I have tried this line of code in the start of the onClick event, it cleared the text fine, but wouln't allow any more text to be put in the div;
    document.getElementByID('textcontainer').innerHTML=' ';
    As I said, I am really bad with javascript. I pretty much can't write code myself, although to a certain degree,  I can change code that is already written to suit my needs.
    Can someone offer me any help with being able to make this work?
    Thanks heaps,
    Peter

    Hi,
    Here is the link to a version of the page;
    http://pyrowebdesign.com.au/html/test-site/image-gallery.html
    As I said, I am really queit bad with javascript. I have put in a few examples of what i have tried to get it to work.
    The basics of it are;
    1. I want the thumbnails on the left to swap the<div class="largethumbnialimage"> section which is working fine.
    2. On the same click event, I want text to appear in the <div id="comments"> section on the right, and if therre is already text in there from somone clicking on one of the small thumbnails to see the comments, I want that text to disappear/swap/be replaced by the text of the clicked that thumbnail.
    The things I have tried make the text appear for the new thumbnail, but the onld text wont disappear and the text stacks up. I know it would be much easier to use an onMouseover/onMouseout event, but I want to put some links in the text so I need the text to say up and have people free to move th emouse over to it.
    Thanks for taking th etime to help.
    Peter

  • Photo gallery with text description

    I've got PSE7 and DW CS4. I'd like to add a photo gallery to a website where the photo is accompanied by a text description of about 60 words (ie not just a title). Ie the user clicks on a thumbnail and when the larger image is displayed, the user also sees this text description.
    As far as I can see PSE7 doesn't allow me to create such a gallery.
    Any ideas? If there is another tool that can do this, then I'd be interested to hear about it. I've looked at flash galleries too to buy but haven't found a suitable one yet.

    You might give SmugMug a try.
    They have a wide variety of presentation styles for their galleries, and I think they have one like you describe.
    And... PSE7 has a built in uploader to SmugMug to make posting your images there easy. In the Organizer, look under the Share Tab, and then under More Options. A couple cool services hidden under there.
    Cheers
    Bob
    Become a Friend of Photoshop Elements on Facebook
    http://www.facebook.com/PhotoshopElements

  • Why does my page loose formating when i add a text link on an image box?

    I wanted to make my own nav with texts links.  but i wanted to put the nav on an image like a black box.  when i add the text and then link them to pages they started to work when i previewed them in iweb.  But when i uploaded it to my ftp it messed up the formating on my page!  So I tried to add a new text box without a link on the same image... now it doesn't even show up.  What is the general rule of text on images? all i want to do is make a text nav on the image. Also i have made sure the image is sent back and the text to front.

    I don't know if you've fixed them since michaelfromrochester's suggestion but all of the links are white with green rollover for me now.
    If you haven't fixed them the clear your browser's cache (Command+Option+E for Safari) and reload the site.
    OT

Maybe you are looking for

  • How to disable one single element in a 2D array?

    Hello, I would like to disable one element in a 2D array. its size is constant at least. I can change its value by using a 1D array of cluster, but I can't use the property mode easily to disable an element. If you have any idea, it will be great. Th

  • IPod won't sync purchased songs or show album art

    I purchased a brand new 80 gig iPod yesterday, and I'm having slight problems with it. When I plugged it in, it told me that my iPod software was too old and couldn't transfer some of my songs (which ended up being the songs I downloaded from the sto

  • IPod Playlist in Reverse Order

    I've seen quite a few people around the web having this issue. On my 3G iPod I would simply resync with iTunes, and it would correct this issue. I have a "Recently Added" playlist in iTunes, and now when I scroll to that Playlist on my iPod Classic,

  • Imports immediately

    My computer immediately imports any CD to the iTunes library. How can I stop this since I'd prefer to make choices. Thanks.

  • How to get photoshop element from my old computer to my new one

    How do I get my current elements program on to my new computer