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="center">
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase=" width="153" height="457">
<param name="movie" value="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">
<param name=quality value=high>
<embed src="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" quality=high pluginspage=" type="application/x-shockwave-flash" width="153" height="457"></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
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="center">
<object classid="clsid
<param name="movie" value="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">
<param name=quality value=high>
<embed src="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" quality=high pluginspage=" type="application/x-shockwave-flash" width="153" height="457"></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