This is the link to a cubecart page:
http://www.<domain name>/index.php?act=viewCat&catId=13
This link and several others go into a txt file that a flash header will import and use as menu links. The problem is the
& is used in the text file to deliniate variable begining. Example:
&url1=<first link>
&url2=<second link>
&url3=<third link>
&url4=<fourth link>
When the menu is clicked it stops reading the link at the
&:
index.php?act=viewCat&catId=13
and fails from there.
So the question is:
Can the
& in either place the link itself or in the flash header (i have the fla) be replaced with something else? Or are they like reserved?
Any help certainly appreciated...
-Roger