config.xml

This is a discussion on "config.xml" within the Other Programming Languages section. This forum, and the thread "config.xml are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > Other Programming Languages

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Nov 13th, 2005, 06:30
New Member
Join Date: Nov 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
config.xml

I am creating a flip book with flash. I am using an external xml file and I want to have a specific page width and height of the book
My code is:
"<FlippingBook>
<width>500</width>
<height>500</height>
<page width="10"></page>

<scaleContent>true</scaleContent>
<firstPage>0</firstPage>
<alwaysOpened> true </alwaysOpened>
<autoFlip> 50 </autoFlip>
<flipOnClick> true </flipOnClick>

<shadowsDepth> 3 </shadowsDepth>

<moveSpeed> 2 </moveSpeed>
<closeSpeed> 3 </closeSpeed>
<gotoSpeed> 3 </gotoSpeed>

<flipSound> mp3/01.mp3</flipSound>
<pageBack> 0xB4DBF5 </pageBack>

<loadOnDemand> true </loadOnDemand>
<cachePages> true </cachePages>
<usePreloader> true </usePreloader>

<pages>
<page>image/01.swf </page>

</pages>
</FlippingBook>"

Do you know what I have to change in the code in order to have a spesific page of the book?

Thanks
Reply With Quote

Reply

Tags
configxml

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] php re-writing variables in config from form Emzi PHP Forum 2 Jan 22nd, 2008 07:58
[SOLVED] writing a config file saltedm8 PHP Forum 2 Oct 13th, 2007 18:31
CREATE DATABASE name' from config.php saltedm8 PHP Forum 10 Sep 21st, 2007 18:41


All times are GMT. The time now is 12:06.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43