Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adjust Target frame via variables

Status
Not open for further replies.

Ram0135

Technical User
Apr 14, 2003
77
US
Hello,
I have a flash nav bar that gets some url variables from a text file.(bvrk.txt) Now I know i can just do this (this is what i presently have):

<div align=&quot;center&quot;>
<object classid=&quot;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&quot; codebase=&quot; width=&quot;153&quot; height=&quot;457&quot;>
<param name=&quot;movie&quot; value=&quot;SideFrame/SideFrame1.swf?url1=academies.htm&url2=art.htm&url3=drama.htm&url4=photo.htm&url5=video.cfm&url6=teachselect.cfm&url7=caa_brochure.htm&url8=caa_app.htm&url9=SideFrame2.htm&enddata=1&quot;>
<param name=quality value=high>
<embed src=&quot;SideFrame/SideFrame1.swf?url1=academies.htm&url2=art.htm&url3=drama.htm&url4=photo.htm&url5=video.cfm&url6=teachselect.cfm&url7=caa_brochure.htm&url8=caa_app.htm&url9=SideFrame2.htm&enddata=1&quot; quality=high pluginspage=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;153&quot; height=&quot;457&quot;></embed>
</object>
</div>

But I have 3 frames on my site: The navigation frame is NavFrame the top frame is HeaderFrame and the actual content frame is ContFrame . I want Urls 1-8 to load into ContFrame but I want url 9 to load into itself because this will replace the current menu with another one. (Replace current SWF file with another, but with diff. values)

Any help is appreciated
Ram0135
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top