+ الرد على الموضوع
النتائج 1 إلى 2 من 2
  1. #1
    حيرتني بصمتها will become famous soon enough حيرتني بصمتها will become famous soon enough
    تاريخ التسجيل
    17 / 02 / 2009
    الدولة
    السعوديـ~ـة
    العمر
    38
    المشاركات
    73
    معدل تقييم المستوى
    286

    Talab طلب كود اعلانات فلاشية .. تتغير مع كل تحديث

    السلام عليكم ..

    الصراحه تعبت من البحث ..

    وكل اللي احصله .. مع الاسـف بنرات صور .. وليست فلاشيـة ..

    وهذا واحد من الاكواد ..

    كود:
    <SCRIPT LANGUAGE="JavaScript">
    
    /** Translated By  http://soft.vip600.com/
    **  Visit our site at http://www.star28.com/ for more code */
    
    <!-- Begin
    var how_many_ads = 3;
    var now = new Date()
    var sec = now.getSeconds()
    var ad = sec % how_many_ads;
    ad +=1;
    if (ad==1) {
    txt="نص الوصلة";
    url="http://رابط الموقع/";
    alt="التعريف النصي";
    banner="http://رابط الصورة";
    width="468";
    height="60";
    }
    if (ad==2) {
    txt="نص الوصلة";
    url="http://رابط الموقع/";
    alt="التعريف النصي";
    banner="http://رابط الصورة";
    width="468";
    height="60";
    }
    if (ad==3) {
    txt="نص الوصلة";
    url="http://رابط الموقع/";
    alt="التعريف النصي";
    banner="http://رابط الصورة";
    width="468";
    height="60";
    }
    document.write('<center>');
    document.write('<a href="' + url + '" target="_top">');
    document.write('<img src="' + banner + '" width=')
    document.write(width + ' height=' + height + ' ');
    document.write('alt="' + alt + '" border=0><br>');
    document.write('<small>' + txt + '</small></a>');
    document.write('</center>');
    // End -->
    </SCRIPT>
    فياليت لو احد خبرآئنآ .. يقدر يعدلي فيـه حتى يتناسب مع البنرات الفلاشيـة ..

    ومشكوريـن مقدمآ ..

    دمتم بخير وعافيـة ..

     
  2. #2
    حيرتني بصمتها will become famous soon enough حيرتني بصمتها will become famous soon enough
    تاريخ التسجيل
    17 / 02 / 2009
    الدولة
    السعوديـ~ـة
    العمر
    38
    المشاركات
    73
    معدل تقييم المستوى
    286

    افتراضي

    وأخيرآ ..

    الحمدلله وبعد جهد جهيـد .. قدرت اعدل على احد الاكوآد .. وتناسب مع المطلوب ..

    فحبيت انزلـه للمنتدى وصآحب المنتدى الغالين .. حتى الكل يستفيـد ..

    كود:
    <SCRIPT LANGUAGE="JavaScript">
    var theImages = new Array()
    
    //Random-loading images
    theImages[0] = 'http://www.××××××××××××.swf' // replace with names of images
    theImages[1] = 'http://www.××××××××××××.swf' // replace with names of images
    
    var j = 0
    var p = theImages.length;
    var preBuffer = new Array()
    
    for (i = 0; i < p; i++){
    preBuffer[i] = new Image()
    preBuffer[i].src = theImages[i]
    }
    var whichImage = Math.round(Math.random()*(p-1));
    
    function showImage(){
    if(whichImage==0){
    document.write('<a href ="index.php"><embed src="'+theImages[whichImage]+'" border=0 width=160 height=600></a>');
    }
    else if(whichImage==1){
    document.write('<a href ="index.php"><embed src="'+theImages[whichImage]+'" border=0 width=160 height=600></a>');
    }
    else if(whichImage==2){
    document.write('<a href ="index.php"><embed src="'+theImages[whichImage]+'" border=0 width=160 height=600></a>');
    }
    else if(whichImage==3){
    document.write('<a href ="index.php"><embed src="'+theImages[whichImage]+'" border=0 width=160 height=600></a>');
    }
    else if(whichImage==4){
    document.write('<a href ="index.php"><embed src="'+theImages[whichImage]+'" border=0 width=160 height=600></a>');
    }
    
    else if(whichImage==5){
    document.write('<a href ="index.php"><embed src="'+theImages[whichImage]+'" border=0 width=160 height=600></a>');
    }
    
    else if(whichImage==6){
    document.write('<a href ="index.php"><embed src="'+theImages[whichImage]+'" border=0 width=160 height=600></a>');
    }
    
    else if(whichImage==7){
    document.write('<a href ="index.php"><embed src="'+theImages[whichImage]+'" border=0 width=160 height=600></a>');
    }
    
    }
    </script>
    <script>showImage();</script>

    مع تغيير الـ ×××× الى رابط الفلاش

    وتغيير قياساته ..

    وزيآدة الروآبط اذا احتاج اكثر من بنريـن ..

    دمتم بخير وعافيـة ..

     

 
+ الرد على الموضوع

معلومات الموضوع

الأعضاء الذين يشاهدون هذا الموضوع

الذين يشاهدون الموضوع الآن: 1 (0 من الأعضاء و 1 زائر)

     

مواقع النشر (المفضلة)

مواقع النشر (المفضلة)

ضوابط المشاركة

  • لا تستطيع إضافة مواضيع جديدة
  • لا تستطيع الرد على المواضيع
  • لا تستطيع إرفاق ملفات
  • لا تستطيع تعديل مشاركاتك