• 09-11-2007, 20:34:03
    #1
    wordpresste header a flash eklemek istiyorum ancak eklediğim zaman firefox ta içerik görüntülenirken ie de görüntülenmiyor sadece flash çıkıyor. ne yapmam gerekiyor ?
  • 09-11-2007, 20:39:45
    #2
    This is a demo blog burdaki temayı editleyip header a resim yerine flash eklemek istiyorum...
  • 09-11-2007, 20:41:54
    #3
    Üyeliği durduruldu
    header.php içeriğini koyarmısınız
  • 09-11-2007, 22:16:01
    #4
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head profile="http://gmpg.org/xfn/11">
    
        <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
    
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    
        <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
    
        <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
        <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
        <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
        <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
        <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    
        <?php wp_get_archives('type=monthly&format=link'); ?>
        <?php //comments_popup_script(); // off by default ?>
        <?php wp_head(); ?>
    </head>
    <body>
    <table width="773" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
            <td height="10" colspan="3" align="left" valign="top" style="background: url(<? bloginfo('template_directory');?>/images/bg-top.gif);"></td>
        </tr>
        <tr>
            <td height="10" colspan="3" align="left" valign="top" style="background: url(<? bloginfo('template_directory');?>/images/bg-atop.jpg);"></td>
        </tr>
        <tr>
            <td width="10" align="left" valign="top" style="background: url(<? bloginfo('template_directory');?>/images/bg-left.gif);"></td>
            <td width="753" align="center" valign="top" style="background:url(<? bloginfo('template_directory');?>/images/top-bg.jpg) top center no-repeat #1c0000;">
                <table width="753" border="0" cellspacing="21" cellpadding="0">
                    <tr>
                        <td height="156" colspan="2" align="center" valign="middle">
                            <table width="100%" border="0" cellspacing="6" cellpadding="0">
                                <tr>
                                    <td align="center" valign="top">
                                        <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1>
                                    </td>
                                </tr>
                                <tr>
                                    <td align="right" valign="top">
                                        <?php bloginfo('description'); ?>
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
    Flash'ın kodu

    <embed src="main.swf" quality="high" bgcolor="#000000" width="768" height="420" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    <style type="text/css" media="screen">
  • 09-11-2007, 22:24:04
    #5
    Üyeliği durduruldu
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head profile="http://gmpg.org/xfn/11">
        <title><?php bloginfo('name'); ?><?php wp_title(); ?></title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />    
        <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please -->
        <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
        <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
        <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
        <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
        <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
        <?php wp_get_archives('type=monthly&format=link'); ?>
        <?php //comments_popup_script(); // off by default ?>
        <?php wp_head(); ?>
    </head>
    <body>
    <table width="773" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
            <td height="10" colspan="3" align="left" valign="top" style="background: url(<? bloginfo('template_directory');?>/images/bg-top.gif);"></td>
        </tr>
        <tr>
            <td height="10" colspan="3" align="left" valign="top" style="background: url(<? bloginfo('template_directory');?>/images/bg-atop.jpg);"></td>
        </tr>
        <tr>
            <td width="10" align="left" valign="top" style="background: url(<? bloginfo('template_directory');?>/images/bg-left.gif);"></td>
            <td width="753" align="center" valign="top" style="background:url(<? bloginfo('template_directory');?>/images/top-bg.jpg) top center no-repeat #1c0000;">
                <table width="753" border="0" cellspacing="21" cellpadding="0">
                    <tr>
                        <td height="156" colspan="2" align="center" valign="middle">
                            <table width="100%" border="0" cellspacing="6" cellpadding="0">
                                <tr>
                                    <td align="center" valign="top">
    <embed src="main.swf" quality="high" bgcolor="#000000" width="768" height="420" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    <style type="text/css" media="screen">
                                    </td>
                                </tr>
                                <tr>
                                    <td align="right" valign="top">
                                        <?php bloginfo('description'); ?>
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
    bu şekilde denermisin
  • 09-11-2007, 22:28:15
    #6
    maalesef olmadı ben böyle denemiştim zaten.

    nuwanda kiÅŸisel web sitesi istersen bak. tüm temalarda denedim olmadı
  • 09-11-2007, 23:16:54
    #7
    arkadaşlar yokmu bi hal çaresini bilen ?