Categories

Flash. How to manage popups

Phil Nowak November 15, 2010
No votes yet.
Please wait...

In this tutorial you will learn the way to manage popup pages.

As you have an XML flash template all the texts can be edited without Flash, edit "main.xml" located in the folder "xml" file in any text editor

1) Open "xml/main.xml" file in any text editor and search for "popup" pages. Every popup page is locate is similar tags:

<pagePopup> – means popup section <popup> – means popup page

2) Regular popup script looks like this:

<pagePopup>
  <popup>
  <item name="title"><![CDATA[TITLE here]]></item>
  <item name="linkText">PAGE text here</item>
  </popup> 
  </pagePopup>

<pagePopup> – is the main tag that is to mark content for popup page

<popup> – is a separate page tag so if you need several pages you need to use <popup> for every inside <pagePopup>

3) To update popup page text you just need to replace text with the one you need, save the file and refresh browser to see it.

 

Feel free to check the detailed video tutorial below:

Flash. How to manage popups
This entry was posted in General tutorials, Working with Flash and tagged flash, pop-up. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket