A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Need help with logo image in xml

  1. #1
    Registered User
    Join Date
    Jun 2009
    Posts
    1

    Unhappy Need help with logo image in xml

    Hi there, I am just a high school student with an all things technology hobby. I have begun looking at XML flash and use in easy to modify websites.

    1 issue that I am having a problem with is logo's in xml flash sites. How would I be able to use an image logo in an xml flash site.

    Currently the logo is displayed from the following code in an xml t-file:

    ]]></item>
    <item name="companyName">DOMINION</item>
    <item name="slogan">BUSINESS GROUP</item>

    </section>

    How could I change that and make the logo refer or display an image instead. Does this make sense...??

  2. #2
    Senior Member whispers's Avatar
    Join Date
    Mar 2001
    Location
    CFA2h (respect the HEX)
    Posts
    12,756
    Im assuming this is the 'LOGO' part here:
    <item name="companyName">DOMINION</item>

    you could do this:
    <item name="companyName">someimage.jpg</item>

    however you still need to change the code in the flash file to load an image instead of just displaying some text..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center