Look for XML Tutorial

Hello,
I am looking for a tutorial on laoding external images using
XML. I created a menu with flash that lists catagories for products
and a marketing banner with in the fash movie.
I need to take those images and place them outside of the
flash movie so the client can update the products or the image for
the banner and also to reduce the size of the Flash .swf.
I am not having anyluck finding a tutorial that will help me
with this. I have downlaoded the XML basics from gotoand learn.com
but it just was not what I am looking for.
Thanks for your help in advanced,
invtech

Ok, I don't yet see the underlying algorithm, but I am still
looking.
Tracy

Similar Messages

  • I am looking for a tutorial I had found a few days back on Tabular data display in Flex

    Hi,
        I picked up Flex programming a few days ago and I was learning about data grids and tabular display of data. I came across a tutorial with code samples that showed how to 1. display information in a tabular format.
    2. how to read that information from a xml
    3. how to show more information if a item in the tabular format is selected.
    the tutorial used gamers and their preferred games as tabular data items and once an item is clicked it showed the game publisher info and some detailed information as text. I am looking for this particular tutorial again and not able to find through google search
    Could you please help me discovering this article again?
    regards,
    Ram

    Found it.
    http://www.switchonthecode.com/tutorials/flex-fun-advanced-datagrid-topics

  • Look for JDeveloper Tutorial with samples code

    Hello All ,
    my name is Ron ,
    i'm new user of JDeveloper i'm looking for a place to start a tutorial "How to use
    the JDeveloper ? " with samples code .
    from very basic use ( Hello world program ) to addvanced programming ( Like GUI Forms and Database )
    please show me links where to start learning from
    thanks in advance

    The tutorials in the JDeveloper help system are a very good place to start. Choose Help | Help Topics from the JDeveloper menu then click the Tutorials book in the Help navigator. The tutorials are also available on OTN, see:
    http://otn.oracle.com:8877/jdeveloper/help/
    You may also find the 'how to' documents and samples on OTN helpful:
    Oracle9i JDeveloper How To Documents
    http://otn.oracle.com/products/jdev/howtos/content.html
    Oracle9i JDeveloper Sample Code
    http://otn.oracle.com/sample_code/products/jdev/content.html
    Hope this helps.
    - jon

  • Looking for a tutorial to make a paint splash

    I'm looking for a good tutorial to make a paint and water splash. It can be either for photoshop cs6 or illustrator cs6 or both. If anybody knows of one, I would appreciate it. p.s. I'm not looking to use a scatter effect. I'm looking for the glossy splash effect.

    >>Have you tried googling »photoshop tutorial splash«?
    Yes and variations such as paint splash and water splash.
    >> many tutorials may utilize photographic images as the basis of splash-effects<<
    Yep that and scatter effects is all I can find.

  • Look for beginner tutorial WebDynpro / iView

    Hello,
    first of all I would to say that I am new in SAP and EP. (I am a student who is writing his thesis)
    I just downloaded and installed the SneakPreview and now I would like to develop a simple demo application.
    I like to develop it in Java/WebDynpro and an iView for showing the appl. in the portal.
    Does someone know a good tutorial for a simple "Hello World" application?
    I think that I only need a WebDynpro tutorial because the iView can be created "easily" within the portal administration.
    At the moment I not have any other SAP-system behind the portal, so I need only a very simple application, that shows me some Text within an iView.
    I already searched the forum but all findings only were some code-idea-pieces and not a complete step-by-step tutorial.
    Thanks a lot for your help.
    Regards
    Thomas

    Hi Thomas,
    this <a href="http://help.sap.com/saphelp_nw04/helpdata/en/98/961ec43e96f042821b9e9ba873773d/frameset.htm">link</a> has several basic webdynpro tutorials. Use the search engine in sdn (not the forums) to look for more. Also, use the search engine on <a href="http://help.sap.com/">help.sap.com</a>
    regards,
    Dion

  • Looking for a tutorial on this effect

    Hi guys and gals.
    I want to learn this editing effect seen in this clip
    http://vimeo.com/22611216
    Its the effect where you see the subject over and over again in the same frame, Look at 1.19 for the sample.
    If you can help with a link to a tutorial or any advise please let me know.
    Also take note how the background clouds seem to move indipendent to the subject that has been altered in editing. That effect is way cool.

    David Bogie Chq-1 wrote:
    Oh. Well, all I saw was some guy holding his junk and walking around the top of an old hotel in New York. No sign of masked girls walking or on bikes, not may girls at all. Sure you gave us the right link?
    Yes, David - your old eyes must be failing you - all those music-video-y quick cuts...
    But I don't recall him holding his junk... Had his hands folded in front of himself... didn't see no junk, though... Oh, and the bikes were in the OP's link.
    Patrick
    (see - Christina has younger, hipper eyes)

  • Looking for a tutorial/design-pattern for Manage User and Permissions.

    Hello,
    I wonder if anyone knows a good tutorial/blog with reference to security - howto Manage Users and Permissions.
    In my application I have GROUPS and each group has access to different RECORDS and CASES.
    Example:
    Groups: Alfa, Beta, Gamma
    Record: R1, R2, R3...
    Case: C100, C200, C300
    Group Alfa can view: R1, R2 and C300
    Group Beta can view: R1, R3, C200, C100, C300,
    Group Gamma can view: R3
    My question is this: what should be the best way (design-pattern?) to force a policy to securing the Records/Cases?
    What should every case/record implemented to verify that a user (part of a group) has the right to access the entity.
    Thank You!

    Sorry if this one is too basic for you but as I do not know your level of experience try:
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt3_print.html
    HTH
    There are also many other tutorials on:
    http://www.adobe.com/devnet/dreamweaver/application_development.html

  • Looking for a tutorial on how to use VI Server

    Hello.  Can anyone link me to a tutorial or article that covers the usage of VI Server across machines on the same network?
    Also, can VI Server functionality be used inside executables created by developers suite w/o any running LabVIEW instances?

    The VI server allows you to programmatically access and control VIs running in any LabVIEW instance. That instance can be the current one, another one on the same computer, on a different computer around the world or even on an RT target and working with them is the same in all cases.
    It starts with calling Open App Reference, which recieves a computer name (or IP address) and a TCP port number. These determine the specific LabVIEW instance and from that point on you work on that instance using the reference you got from the function. See a simple example of connecting to a remote VI here. The same works with property and invoke nodes.
    You should note that not all properties and methods work on remote instances. Each has a table in the online help with one of the lines being Available on Local LabVIEW Only. If this is true, it means that you can not use that property in a remote instance.
    Try to take over the world!

  • I am looking for a tutorial on how to animate an arrow on a map from a starting point to an ending point and then fade.

    I am new to AE and am trying to animate an arrow on a map. If anyone know of a good tutorial I would appreciate it.

    How about a sample project? Dropbox - bendyArrow.zip
    It's an oldie but a goodie that will still open in CC

  • Looking for the basic Tutorial for Labview 5

    I have a student who I would like to have learn labVIEW. But all of my systems are running labVIEW 5.1 I am looking for the tutorial which starts assuming that you know nothing of this program, and steps you through writing several programs.

    There was a tutorial included with the LabVIEW 5.1 CD. You can also find some links to on-line tutorials here as well as links to some LabVIEW books. I don't know how many of the tutorials or books are specific to LabVIEW 5.1 but the basic LabVIEW functions haven't changed that much and there should be enough to get someone started.

  • Looking for "kidnaped" letters effect tutorial

    Hi everyone. I was looking for a tutorial on how to make letters appear like are cut out from a paper and assembled in a "kidnaped" message. Like in old movies. Here is an example:
    Much like this but maybe a litle more serious and realistic. I searched on google with different keywords...but with no help. Maybe you guys could help me and tell where I could find a tutorial on how to make it on photoshop (CS6 is what I have). Thanks

    You could try these free fonts: http://urbanartz.deviantart.com/art/Kidnapped-font-346486247, http://www.fontsaddict.com/font/erpressung-normal.html. And search for other similar fonts so that you can get some variation in the style of the letters - https://www.google.co.uk/search?q=kidnapped+font&client=firefox-a&hs=OXe&rls=org.mozilla:e n-GB:official&source=lnms&tbm=isch&sa=X&ei=Fm2CUuCDD5GA7QaxsYBI&ved=0CAkQ_AUoAQ&biw=1770&b ih=982.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • New to inDesign - looking for help with creating booklets

    Looking for a tutorial/answer on how to set up my book so that the pages can be printed, folded in half (like a brochure/magazine) so that I can bind the pages myself in a book.   Not sure if my page size would be what I want the finished book size to be or if I need to double the page width setup size, because I will be folding them in half to put the book together.  I know there must be a magic button as well that will sort the pages and keep them in the right order, once I fold them.   Does this make sense to anyone?

    Hi 4boyz,
    You can refer to the below mentioned links:
    https://www.youtube.com/watch?v=GY16m7QcFj4
    https://multimedia.nscad.ns.ca/pdfs/indesign-2%20sided%20saddle%20stich.pdf
    https://www.youtube.com/watch?v=BCoTJZXkgSQ
    https://helpx.adobe.com/indesign/how-to/make-brochure.html
    http://www.creativebloq.com/indesign/brochure-design-4112750
    InDesign Help | Creating book files
    http://smallbusiness.chron.com/layout-book-indesign-27014.html
    Some other links to learn Indesign:
    InDesign CC tutorials | Learn how to use InDesign CC
    http://tv.adobe.com/show/learn-indesign-cc/
    InDesign Help | InDesign Help
    http://helpx.adobe.com/pdf/indesign_reference.pdf
    http://vc.uscannenberg.org/sites/vc.uscannenberg.org/files/documentation/31/Adobe%20InDesi gn%20Beginner%20Tutorial.pdf
    http://ptgmedia.pearsoncmg.com/images/9780321926975/samplepages/0321926978.pdf
    http://ptgmedia.pearsoncmg.com/imprint_downloads/peachpit/peachpit/academic/IDCCCIB_Instru ctor_Notes.pdf
    Thanks,
    Nikhil Gupta

  • Looking for an effect/filter

    Hi,
    I'm looking for an tutorial or effect like the one in the link below. Don't know under what I should search for.
    http://youtu.be/HAbq_qkzFR0
    Thanks

    The effect is Echo. It takes a bit of getting used to and footage with an alpha channel seems to work better most of the time.

  • I am looking for instructions on how to create a personalized signature at the end of email messages

    I am looking for a tutorial or instructions about how to create a signature at the end of emails....Name, contacts, disclaimer info etc...to be posted at the end of each email..?

    http://hosting.com/support/email/create-an-email-signature-in-mac-mail/

  • Looking for examples of this...

    Here is clip that I would like to get some input on... I am using adobe premiere pro cs3 my questions are below
    http://www.youtube.com/watch?v=MXCZVmQ74OA
    1. could someone give me the technical term that would drescribe for this style of production because I want to find other examples of clips made like this...
    2. Where can I find different types of template examples not exactly the same... but using the same concept of moving words and pictures  that I experiment with in premiere pro cs3 to create my own clips?
    Thanks,
    John

    Here is another question which I would like to understand...
    I have learned that it is called kinetic typography when you are using words... is there a term for a combination of words with stillls, and voice over like in these examples below? Also, do you know of a tutorial that focuses specifically on creating these styles of shorts listed below... rather than going through tutorials that give me pieces of the elements in these shorts... I am looking for a tutorial which concentrates on putting together the shorts in this style in a focused way.... thanks....
    1. http://www.youtube.com/watch?v=l01murqKzjo&feature=relmfu
    2. http://www.youtube.com/watch?v=dGQYHOzLMUk&feature=plcp&context=C27f9f UDOEgsToPDskJDj1DpEx6u1A9_KIcQETuG
    3. http://www.youtube.com/watch?v=MlnWKmkJQwA&feature=relmfu
    Thanks,
    J

Maybe you are looking for

  • Why is my picture library in finder different than in IPhoto

    i want to drag my picture library in finder to an external drive.  But when i compare the pictures in finder it does not have all of the folders i have set up in iphoto

  • Color manager bug in illustrator cs5

    i try to change objects colors via the color manager with a cmyk code for the new color. the color of layers i changed already changes while i'm changing the other layers. It takes 5-6 time before the right color stay. why? is it a bug? i would like

  • Printout of single journal entry

    Hi All, We have a requirement where client wants to give range of GL accounts in the selection screen but want each and every document, i.e., journal entry to be printed separately. I checked Standard SAP reports, but if we select a document number r

  • Multiple tnsnames.ora files

    Hi, I am new to oracle and we have multiple versions of oracle installed on our machine. We have Oracle 9i, xe, developer suite - all on the same machine and as a result of that, we have multiple tnsnames.ora files. Due to this, when we try to log in

  • Lcds 3.1 ant/command line model deploy?

    I'm in the process of configuring hudson to automate our managed environment builds for our lcds projects I've got the code compiling currently through the <fb.exportReleaseBuild project="testESN" />  task using the eclipse ant build.  does any know