Jump to content

Xml Dosyası İle Frame Çağırmak Nasıl Oluyor ?


Recommended Posts

merhaba ben flash bir site editliyorum

menü şu şekilde

[html]<menu>
<item title="Home" src="about.swf" xml="xml/home.xml" background="pics/backgrounds/slideshow.jpg" deepLink="Home" type="func"></item>
<item title="About" src="about.swf" xml="xml/about.xml" background="pics/backgrounds/about.jpg" deepLink="About" type="func"></item>
<item title="Discographie" src="about.swf" xml="xml/discographie.xml" background="pics/backgrounds/services1.jpg" deepLink="Discographie" type="func"></item>
<item title="Media" src="about.swf" xml="xml/media.xml" deepLink="Media" type="func"></item>
<item title="Gallery">
<subitem title="Bilder Gallery" src="mediaGallery.swf" xml="xml/imageGallery.xml" background="pics/backgrounds/media.jpg" deepLink="ImageGallery" type="func"></subitem>
<subitem title="Videos Gallery" src="singleVideo.swf" xml="xml/singleVideo.xml" background="pics/backgrounds/media.jpg" deepLink="VideoGallery" type="func"></subitem>
</item>
<item title="Termin" src="slideshow.swf" xml="xml/slideshow.xml" background="pics/backgrounds/slideshow.jpg" deepLink="Termin" type="func"></item>
<item title="Links" src="news.swf" xml="xml/news.xml" background="pics/backgrounds/news.jpg" deepLink="News" type="func"></item>
<item title="Contact" src="contact.swf" xml="xml/contact.xml" background="pics/backgrounds/contact.jpg" deepLink="Contact" type="func"></item>
</menu>[/html]

[color="#FF0000"]<item title="Contact" src="contact.swf" xml="xml/contact.xml" background="pics/backgrounds/contact.jpg" deepLink="Contact" type="func"></item>[/color]

bu linke tıklayınca templatenin tam ortasında istedigim html sayfayı çağırmak istiyorum. mesela bu [color="#FF0000"]xml="xml/contact.xml"[/color] xml nin içine html de kullandıgımız frame kodunu yazıyorum olmuyor. umarım derdimi anlatabilmişimdir. orjinel bir şekilde farklı sekme açmadan bir html sayfayı cagırmak
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...