
November 6th, 2002, 02:36 PM
|
|
Junior Member
|
|
Join Date: Nov 2002
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Flash And XML Question
I am using a Tree Nav system i DL from URL and i cant figure out how to load external swf's on different levels. Here is a sample of the code. Right now its loading in a new window.
<PARENT>
<TEXT>Profile</TEXT>
<SUB URL="Test.swf" TARGET="_self">
<TEXT>Company Profile</TEXT>
</SUB>
<SUB URL="Test.swf" TARGET="_self">
<TEXT>Company History</TEXT>
</SUB>
<SUB URL="Test.swf" TARGET="_self">
<TEXT>Our Mission</TEXT>
</SUB>
</PARENT>
Thanks
readyornot
|