مدحت الباشا

عزيزى العضو
زيارتك تشرفنا واشتراكك يسعدنا فساهم معنا فى بناء المنتدى

انضم إلى المنتدى ، فالأمر سريع وسهل

مدحت الباشا

عزيزى العضو
زيارتك تشرفنا واشتراكك يسعدنا فساهم معنا فى بناء المنتدى

مدحت الباشا

هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.
مدحت الباشا

منتدى شخص يضم كافه البرامج والمواضيع الشيقه والافلام العربيه والاجنبيه

المواضيع الأخيرة

» تهنئة بالمنتدى
تكنولوجيا الفلاش Emptyالأحد يوليو 07, 2013 7:49 pm من طرف medhat

» انفراد :Winamp 5.57 Build 2765 Beta+SeriaL:افضل برامج تشغيل الصوت فى اخر اصدارته بحجم 14 ميجا
تكنولوجيا الفلاش Emptyالأربعاء أبريل 10, 2013 6:55 am من طرف ماهر الريس

» قران رابسو
تكنولوجيا الفلاش Emptyالخميس سبتمبر 13, 2012 2:58 pm من طرف medhat

» رجيم رمضان سهل
تكنولوجيا الفلاش Emptyالأحد يوليو 22, 2012 1:50 pm من طرف saharamar

» جدول العبادات فى رمضان
تكنولوجيا الفلاش Emptyالأحد يوليو 22, 2012 1:07 pm من طرف saharamar

» أمور تتثير أعجاب الرجل بزوجته بالحلال
تكنولوجيا الفلاش Emptyالسبت يونيو 30, 2012 7:29 pm من طرف saharamar

» دعاء انصح كل زوجة مخلصة ومحبة لزوجها ان تدعو به
تكنولوجيا الفلاش Emptyالسبت يونيو 30, 2012 7:21 pm من طرف saharamar

» أحلى صفات المرأة والتى تجعل الرجل يحبها بجنون
تكنولوجيا الفلاش Emptyالسبت يونيو 30, 2012 7:12 pm من طرف saharamar

» لا تنتظر الحب
تكنولوجيا الفلاش Emptyالجمعة يونيو 22, 2012 9:30 pm من طرف saharamar

المتواجدون الآن ؟

ككل هناك 34 عُضو متصل حالياً :: 0 عضو مُسجل, 0 عُضو مُختفي و 34 زائر

لا أحد


أكبر عدد للأعضاء المتواجدين في هذا المنتدى في نفس الوقت كان 133 بتاريخ الأربعاء أكتوبر 30, 2024 9:03 pm


    تكنولوجيا الفلاش

    medhat
    medhat
    المدير
    المدير


    عدد المساهمات : 1356
    السٌّمعَة : 1
    تاريخ التسجيل : 18/07/2009
    العمر : 65

    بطاقة الشخصية
    الباشا للبرامج:

    تكنولوجيا الفلاش Empty تكنولوجيا الفلاش

    مُساهمة من طرف medhat الثلاثاء يناير 26, 2010 2:07 pm

    تكنولوجيا الفــلاش
    فى قسم تكنولوجيا الفلاش يمكنك التعرف على الكثير من المعلومات عن برنامج شركة مايكروميديا والمسمى بالفلاش والذى اصبح أداة رئيسية فى تصميم ملفات فلاش لمواقع الانترنت كما يستخدم البرنامج فى تصميم ملفات للاستخدامات المختلفة كتصميم الألعاب وتصميم مقدمات الفلاش
    وكذلك فى تصميم البطاقات وأفلام الفلاش وللاستخدامات العلمية ايضاً
    الدروس مقدمة باللغة الانجليزية للحفاظ على المصطلحات وأسماء الأدوات بالبرنامج فى النسخة الرئيسية له باللغة الانجليزية
    مستوى هذه الدروس المقدمة من المبتدأ الى الأفراد المحترفين





    FLASH BASICS
    What is shockwave Flash? Why is it often smarter than applets or GIF's? What do I need to be able to create my own flash movies? Where should I start?

    INTRODUCTION
    HTML is ideal for creating static websites where text and images are placed at fixed positions.
    But it doesn't really support dynamic sites, where text, images, and animations are moving around on the screen.
    Traditionally, these effects were achieved with animated GIF images or java applets.
    Before we move on to concrete examples of Flash movies, we will compare Flash to both animated GIFs and java applets.

    FLASH vs ANIMATED GIFs
    An animated GIF is actually many images saved in one.
    When the animated GIF is loaded onto a webpage, the browser simply loops the images. This means, if you make an animation of a clown that moves his hand up and down in 25 small movements, then the animated area of the image is saved 25 times. So it doesn't take a lot of animation to create a GIF image that's remarkable bigger than a regular clown image.
    Therefore, even small animations take forever to load.
    While animated GIFs can be used for animations, they do not support interactivity. They simply loop images in a predefined order and that's it.
    In Flash, you can control the animations. For example, you can make the animation stop and wait for the user to click a button. And when the animation starts again it can be dependant on which button was clicked.
    A final obvious difference is that GIF images are limited to a 256 color palette.
    So compared to animated GIFs, the advantages of Flash are that:
    Flash movies load much faster.
    Flash movies allow interactivity.
    Flash movies can use more than 256 colors.

    FLASH vs JAVA APPLETS
    Aside from animated GIFs, another approach has been used to add dynamic effects to web pages: java applets.
    One of the most famous is the lake applet.
    Unfortunately, java (the programming language for applets) requires programming skills. This means that you can't just start creating your own applets.
    Therefore, some programmers have created free applets that allow customization. So instead of learning the programming, people can simply use the already programmed applets.
    Again, the lake applet is a good example. It makes a wave effect on any image of any size. But if you wanted to add anything else to the applet you would have to either program it yourself or find a free applet that actually did what you wanted.
    Flash movies are in many ways similar to java applets. Small programs that can be embedded into your HTML pages. But unlike java applets, it is fairly easy to create animations in Flash without programming skills.
    Applets have often be criticized for "killing" browsers.
    Sometimes, java programmers are not as skillfull as one might have wished. Some applets are programmed so they eventually take up all resources on the computer, and this results in "freezing" the browser.
    So compared to java applets, the advantage of Flash is:
    Flash movies are easier to create than java applets.
    Flash movies are more stable in web browsers than java applets.
    Note: While Flash has these advantages over applets, there is more to the story. There are things that you can program in java that just can't be done with Flash. But since the focus here is Flash we will not go into the details.
    On the next page we will look at a few examples of Flash...

    FLASH ON THE WEB
    If you're completely new to Flash, you should try clicking some of these links to see examples of what can be made.
    EYE4U.COM (Full screen animation)
    This site has several examples of what can be made with Flash. The intro is particulary interesting.

    أحدث المقالات اضافة فى هذا القسم
    نماذج لمواقع مصممة بتكنولوجيا الفــلاش
    Recommended Books
    Overlaying image/flash, over the home page
    Invoking E-mail Client When Button Is Clicked
    Protecting Flash Files
    أرشيــف المقــــــــالات



    [/code]تكنولوجيا الفــلاش
    فى قسم تكنولوجيا الفلاش يمكنك التعرف على الكثير من المعلومات عن برنامج شركة مايكروميديا والمسمى بالفلاش والذى اصبح أداة رئيسية فى تصميم ملفات فلاش لمواقع الانترنت كما يستخدم البرنامج فى تصميم ملفات للاستخدامات المختلفة كتصميم الألعاب وتصميم مقدمات الفلاش
    وكذلك فى تصميم البطاقات وأفلام الفلاش وللاستخدامات العلمية ايضاً
    الدروس مقدمة باللغة الانجليزية للحفاظ على المصطلحات وأسماء الأدوات بالبرنامج فى النسخة الرئيسية له باللغة الانجليزية
    مستوى هذه الدروس المقدمة من المبتدأ الى الأفراد المحترفين





    FLASH BASICS
    What is shockwave Flash? Why is it often smarter than applets or GIF's? What do I need to be able to create my own flash movies? Where should I start?

    INTRODUCTION
    HTML is ideal for creating static websites where text and images are placed at fixed positions.
    But it doesn't really support dynamic sites, where text, images, and animations are moving around on the screen.
    Traditionally, these effects were achieved with animated GIF images or java applets.
    Before we move on to concrete examples of Flash movies, we will compare Flash to both animated GIFs and java applets.

    FLASH vs ANIMATED GIFs
    An animated GIF is actually many images saved in one.
    When the animated GIF is loaded onto a webpage, the browser simply loops the images. This means, if you make an animation of a clown that moves his hand up and down in 25 small movements, then the animated area of the image is saved 25 times. So it doesn't take a lot of animation to create a GIF image that's remarkable bigger than a regular clown image.
    Therefore, even small animations take forever to load.
    While animated GIFs can be used for animations, they do not support interactivity. They simply loop images in a predefined order and that's it.
    In Flash, you can control the animations. For example, you can make the animation stop and wait for the user to click a button. And when the animation starts again it can be dependant on which button was clicked.
    A final obvious difference is that GIF images are limited to a 256 color palette.
    So compared to animated GIFs, the advantages of Flash are that:
    Flash movies load much faster.
    Flash movies allow interactivity.
    Flash movies can use more than 256 colors.

    FLASH vs JAVA APPLETS
    Aside from animated GIFs, another approach has been used to add dynamic effects to web pages: java applets.
    One of the most famous is the lake applet.
    Unfortunately, java (the programming language for applets) requires programming skills. This means that you can't just start creating your own applets.
    Therefore, some programmers have created free applets that allow customization. So instead of learning the programming, people can simply use the already programmed applets.
    Again, the lake applet is a good example. It makes a wave effect on any image of any size. But if you wanted to add anything else to the applet you would have to either program it yourself or find a free applet that actually did what you wanted.
    Flash movies are in many ways similar to java applets. Small programs that can be embedded into your HTML pages. But unlike java applets, it is fairly easy to create animations in Flash without programming skills.
    Applets have often be criticized for "killing" browsers.
    Sometimes, java programmers are not as skillfull as one might have wished. Some applets are programmed so they eventually take up all resources on the computer, and this results in "freezing" the browser.
    So compared to java applets, the advantage of Flash is:
    Flash movies are easier to create than java applets.
    Flash movies are more stable in web browsers than java applets.
    Note: While Flash has these advantages over applets, there is more to the story. There are things that you can program in java that just can't be done with Flash. But since the focus here is Flash we will not go into the details.
    On the next page we will look at a few examples of Flash...

    FLASH ON THE WEB
    If you're completely new to Flash, you should try clicking some of these links to see examples of what can be made.
    EYE4U.COM (Full screen animation)
    This site has several examples of what can be made with Flash. The intro is particulary interesting.

    أحدث المقالات اضافة فى هذا القسم
    نماذج لمواقع مصممة بتكنولوجيا الفــلاش
    Recommended Books
    Overlaying image/flash, over the home page
    Invoking E-mail Client When Button Is Clicked
    Protecting Flash Files
    أرشيــف المقــــــــالاتcode]

      الوقت/التاريخ الآن هو الجمعة نوفمبر 22, 2024 8:14 am