Adobe Flex Codings
FLASH<?xml version="1.0" encoding="utf-8"?>
<!-- Simple example to demonstrate the DateFormatter. -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
<![CDATA[
import mx.events.ValidationResultEvent;
private var vResult:ValidationResultEvent;
// Event handler to validate and format input. private function Format():void
{
vResult = dateVal.validate();
if (vResult.type==ValidationResultEvent.VALID) {
formattedDate.text=dateFormatter.format(dob.text);
}
else {
formattedDate.text= "";
}
}
]]>
</mx:Script>
<mx:DateFormatter id="dateFormatter" formatString="month: MM, day: DD, year: YYYY"/>
<mx:DateValidator id="dateVal" source="{dob}" property="text" inputFormat="mm/dd/yyyy"/>
<mx:Panel title="DateFormatter Example" width="95%" height="95%" paddingTop="10" paddingLeft="5"
paddingRight="5" paddingBottom="10">
<mx:Form width="100%">
<mx:FormItem label="Enter date (mm/dd/yyyy):" width="100%">
<mx:TextInput id="dob" text=""/>
</mx:FormItem>
<mx:FormItem label="Formatted date: " width="100%">
<mx:TextInput id="formattedDate" text="" editable="false"/>
</mx:FormItem>
<mx:FormItem>
<mx:Button label="Validate and Format" click="Format();"/>
</mx:FormItem>
</mx:Form>
</mx:Panel>
</mx:Application>
3D-MAX
Hot Keys
F2 Shaded Selected Face
F3 Smooth + Highlights
F4 View Edge
Ctrl+V Duplicate Layer
Convert Animation File (3D MAX) To Video Using Adobe Illustrator
Rendering -> Render then select Render Output to the Popup Window and Create a New Folder inside the box , entering that new Folder then create a file name , click OK. Finaly Click Render To the Popup Window.
Then Open The Adobe After Effects -> Import -> here open the 3D MAX File , Now That image Showed by Adobe Illustrator.
Showed Then Select Effect-> channel -> Remove Color matting.
Add BG Video To the Time Line And Add 3D MAX image To the Another Layer.
Finaly Export That File To Video Format...
VIDEO EDITING SOFTWARE
Magix Movie Editor
Advantage
Quality Audio & Video Output With HD.
PinnacleStudio
Advantage
Easy To Apply The Effect's.
Power Director
Advantage
Easy to Import a Multimedia file from Hard disk & It Takes Less time
Compare To Other Software.
Sony Vegas
Advantage
Stylish Effects.
No comments:
Post a Comment