• Facebook Page: 187529034607186
  • Twitter: webconch

Who is online?

We have 15 guests online

Dear Forum Users. Please don't spam this forum. Your spam will be deleted and your account deactivated (I just click your username and you fucker are gone). So don't mess around with your and my time. Do something constructive and be creative! But please not with spamming. If this bad habit won't stop, we will increase the security.

The Forum will be maintained again. Every Monday afternoon I (Webconstructor:Milton) will be answering questions again.

Welcome, Guest
Please Login or Register.    Lost Password?
In this forum you can ask questions all about SWFModule.
Go to bottomPage: 1
TOPIC: Flash Menu
#16
Flash Menu 2 Years ago Karma: 0
hi, is it possible to include a Flash Menu which includes xml?

thanks and best
eduard0
aventurax
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#17
Re:Flash Menu 2 Years ago Karma: 4
Yes, it should be possible.

In the module configurations you would add by "optional params":

base=pathtoxml (using / as directory seperator)

Example:

optional params:

Code:

base=images/flash

"base" specifies the base directory or URL used to resolve all relative path statements in the Flash Player movie. This attribute is helpful when your Flash Player movies are kept in a different directory from your other files.

Now your xml-file should be placed in images/flash

For example: images/flash/menu.xml

From flash you would open it with for example like this:

Code:

menuXML.load("menu.xml");
webconstructor
Admin
Posts: 292
graphgraph
User Offline Click here to see the profile of this user
Last Edit: 2010/01/11 20:08 By webconstructor.
The administrator has disabled public write access.
 
Go to topPage: 1