-
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...??
-
Senior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|