- Home
- Categorie
- Digital Marketing
- Grafica, Visual Design & UX
- due swf in xml
-
due swf in xml
Ciao,
ho questo codice in xml<page>
<menuTitle>HOME</menuTitle>
<deepLinkURL>home</deepLinkURL>
<urlTarget>null</urlTarget>
<bgURL>images/backgrounds/1.jpg</bgURL>
<bgAlign>tl</bgAlign>
<moduleURL>banner.swf</moduleURL>
<modulePos>mc</modulePos>
<moduleType>customModule</moduleType>
<moduleXML>xml/banner.xml</moduleXML>
</page>Vorrei fare comparire più di un swf
in questo caso e banner.swf che sarebbe un album fotografico
vorrei anche video.swf etc.
sapete come devo fare con il codice?
-
Ciao bisognerebbe aggiungere un nodo, ma ti funziona questo script così come lo hai postato? Mi sembra un pò strano senza virgolette.
-
Ciao,
ecco il codice completo,<?xml version="1.0" encoding="ISO-8859-1"?>
<data>
<!-- menuTitle = the title of the menu item --> <!-- deepLinkURL = the deep-link url page name --> <!-- image "align" = what point to align your background image --> <!-- image = the url of your background image --> <!-- module "thirdParty = if the swf is your onw and not a module from the template --> <!-- module = the module to load in for the page --> <!-- moduleType = the type of module to load in. see below for options --> <!-- moduleXML = the url of the module's xml file --> <!-- ACCEPTED PARAMETERS FOR BACKGROUND ALIGN: "bgAlign" tl = top-left; tc = top-center; tr = top-right lc = left-center mc = middle-center rc = right-center bl = bottom-left bc = bottom-center br = bottom-right --> <!-- BELOW ARE THE ACCEPTED PARAMETERS FOR EACH MODULE FOR THE "modulePos" node longText: 1) "left" 2) "center" 3) "right" // **************************** gallery: 1) "lc" (left-center) // **************************** portfolio: 1) "tc" (top-center) // **************************** news / services / music: 1) "lc" (left-center) // ****************************
banner:
1) "tl" (top-left) 2) "tc" (top-center) 3) "tr" (top-right) 4) "lc" (left-center) 5) "mc" (middle-center) 6) "rc" (right-center) 7) "bl" (bottom-left) 8) "bc" (bottom-center) 9) "br" (bottom-right) // ***************************** contact: 1) "tl" (top-left) 2) "tc" (top-center) 3) "tr" (top-right) 4) "lc" (left-center) 5) "mc" (middle-center) 6) "rc" (right-center) 7) "bl" (bottom-left) 8) "bc" (bottom-center) 9) "br" (bottom-right) --> <!-- accepted parameters for module type: 1) customModule 2) yourSwf SPECIAL NOTES: // A static image or 3rd party swf can be loaded as a module. // If a 3rd party swf is loaded, the moduleXML parameter will be ignored // If you wish to not load in a module (for example a menu item that has a sub-menu), // write null for all parameters except the "menuTitle" // deepLinkURL will be converted to lower-case // deepLinkURL will be joined to one string/word... // For example: "my photos" would become "myphotos" // however, "my_photos" would remain "my_photos" --> <page> <menuTitle>HOME</menuTitle> <deepLinkURL>home</deepLinkURL> <urlTarget>null</urlTarget> <bgURL>images/backgrounds/1.jpg</bgURL> <bgAlign>tl</bgAlign> <moduleURL>banner.swf</moduleURL> <modulePos>mc</modulePos> <moduleType>customModule</moduleType> <moduleXML>xml/banner.xml</moduleXML> </page> <page> <menuTitle>PHILOSOPHY</menuTitle> <deepLinkURL>philosophy</deepLinkURL> <urlTarget>null</urlTarget> <bgURL>images/backgrounds/18.jpg</bgURL> <bgAlign>tl</bgAlign> <moduleURL>longtext.swf</moduleURL> <modulePos>right</modulePos> <moduleType>customModule</moduleType> <moduleXML>xml/about.xml</moduleXML> </page> <page> <menuTitle>ABOUT US</menuTitle> <deepLinkURL>about us</deepLinkURL> <urlTarget>null</urlTarget> <bgURL>images/backgrounds/3.jpg</bgURL> <bgAlign>tl</bgAlign> <moduleURL>longtext.swf</moduleURL> <modulePos>center</modulePos> <moduleType>customModule</moduleType> <moduleXML>xml/text.xml</moduleXML> </page>
</data>
-
Ognuno di questi è un nodo
<page> <menuTitle>ABOUT US</menuTitle> <deepLinkURL>about us</deepLinkURL> <urlTarget>null</urlTarget> <bgURL>images/backgrounds/3.jpg</bgURL> <bgAlign>tl</bgAlign> <moduleURL>longtext.swf</moduleURL> <modulePos>center</modulePos> <moduleType>customModule</moduleType> <moduleXML>xml/text.xml</moduleXML> </page>
che carica un swf, bisognerebbe duplicarlo cambiando i target, però bisogna vedere anche lo swf che li carica, cosi non so dirti più di tanto è un xml abbastanza complesso.
-
Dici che si può fare?
-
praticamente e questo,
per esempio vorrei home e philosophy insiemeactiveden.net/item/q-creative-xml-website-template/full_screen_preview/103568
-
Sei riuscito a vedere il link,
ho acquistato questo,
riesco a modificate tutto naturalmente,
pero nella prima pag vorrei inserire oltre quelle foto un video e altro solo che non riesco, so che tutto nel codice
-
Così non ti so dire è un template piutosto complesso, i template sono facili da personalizzare ma quando vuoi cambiarli nella struttura e funzioni per cui sono stati creati sono dolori, almeno che non essere dei flasher molto bravi, ma a quel punto uno non usa template.
-
Ok vedo cosa fare,
era una prova
grazi vedo se riseco a risolvere