تبليغاتX
وبلاگ هادی آفریده
وبلاگ هادی آفریده
فیلم کوتاه ومستند
هادی آفریده و عکاسی مستند 435

به گزارش مهر.حیات.موج.شبستان.ایلنا.سوره.روز نامه بانی فیلم .روز نامه جهان اقتصاد و...

تصويربرداري فيلم مستند ارتفاع 435 به پايان رسيد

تصويربرداري فيلم مستند ارتفاع 435 به تهيه كنندگي مركز گسترش سينماي مستند و تجربي و كارگرداني «محسن خان جهاني» به پايان رسيد. به گزارش سايت سينمايي سوره به نقل از روابط عمومي سازمان تبليغات اسلامي، اين فيلم اولين فيلمي است كه بر فراز چهارمين برج مرتفع جهان (برج ميلاد) ساخته شده است.
     كنار صنعت و آهن؛ دست آدمهاي كوچك، ارتفاع 435 را تكميل مي كند و بالا مي برد... و كبوتران آزاد در بلنداي برج آب مي جويند...
     ديگر عوامل فيلم عبارتند از: محمود كارون لطيفي (مدير توليد)،
فرشيد فرجي (صدابردار)، هادي آفريده (عكاس)، خالد كارون لطيفي (دستيار كارگردان) در حال حاضر؛ تدوين اين فيلم توسط «فرهنگ آدميت» آغاز گرديده است.
انتهای پیام /

برای مشاهده تمامی عکس های این مستند کلیک کنید

|+| نوشته شده در  سه شنبه 3 مرداد1385ساعت 4:37 بعد از ظهر  توسط هادي آفريده   | 

 
business articles

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>