Macromedia Flash Professional 8 UNLEASHED [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Macromedia Flash Professional 8 UNLEASHED [Electronic resources] - نسخه متنی

David Vogeleer, Eddie Wilson, Lou Barber

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید






The NetConnection Object


The NetConnection object allows users of the Flash 7 Player or later to stream video or audio directly into Flash. If NetConnection is used in the Flash 6 Player, it must be in conjunction with the Flash Communication Server.

It has a single method, the connect() method, and here is its general layout:


myConn_nc.connect(null);

When you call the connect method, you pass the parameter null so that it will create a local connection.

This object by itself is useless, but in conjunction with the NetStream object, it is very important.

/ 318