- Impact
- 8
Hi,
I need time and cost estimate for the following:
1- XML-driven Flash (SWF + FLA) file that displays many pages with a next and previous buttons (see attached image)
2- Each page should include the company logo, content (optional image + text), next and previous buttons.
3- Content should be pulled from an XML file which looks like the following
4- Another XML file will be used for general settings including background color, logo, header color, header font type, header font size, content color, content font type, and content font size. The XML will look like this:
I need both, cost and time estimates to deliver a Flash file with the above features.
Please post here only if you are capable of doing this job as detailed above, no PMs
Thanks
I need time and cost estimate for the following:
1- XML-driven Flash (SWF + FLA) file that displays many pages with a next and previous buttons (see attached image)
2- Each page should include the company logo, content (optional image + text), next and previous buttons.
3- Content should be pulled from an XML file which looks like the following
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<pages>
<pageItem>
<header>Introduction</header>
<image>images/img01.jpg</image>
<content>Lorem ipsum dolor sit</content>
</pageItem>
<pageItem>
<header>Strategy</header>
<image>images/img02.jpg</image>
<content>Lorem ipsum dolor sit</content>
</pageItem>
<pageItem>
<header>Whatever</header>
<image></image>
<content>Lorem ipsum dolor sit</content>
</pageItem>
</pages>
4- Another XML file will be used for general settings including background color, logo, header color, header font type, header font size, content color, content font type, and content font size. The XML will look like this:
Code:
<?xml version="1.0" encoding="iso-8859-1"?>
<settings>
<bgcolor>000000</bgcolor>
<logo>images/logo.jpg</logo>
<headerColor>FFFFFF</headerColor>
<headerFontType>Arial</headerFontType>
<headerFontSize>32</headerFontSize>
<contentColor>999999</contentColor>
<contentFontType>Arial</contentFontType>
<contentFontSize>12</contentFontSize>
</settings>
I need both, cost and time estimates to deliver a Flash file with the above features.
Please post here only if you are capable of doing this job as detailed above, no PMs
Thanks








