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.
|
|
|
|
|
![]() |
||
config.xml
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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 |
|
|
![]() |
| Tags |
| configxml |
| Thread Tools | |
|
|
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 |