Monday, September 29, 2008

Imagevue V2 - Professional Image Gallery

 Imagevue V2 - Professional Image Gallery

Imagevue is an online flash image gallery for your web site. It is easy to set up, and to update your photo gallery with new images, all you need to do is upload the photos to your web server - Everything else is automatic! Imagevue consists of the photo album, the slideshow, and the admin. Together they are the Imagevue software package!

Demo:
http://www.imagevuex.com/soda/#/content/b%5FFancy/


http://rapidshare.com/files/149181415/imagevue_v2.rar.html
http://www.megaupload.com/?d=J4G7P7XF
http://www.filefactory.com/file/9debb7/n/imagevue_v2_rar
http://www.zshare.net/download/19593375b1d1065a/
http://www.badongo.com/file/11533089

post signature

Papervision3D - Now Featuring Frustum Clipping

Yes, its true. Clipping has now been added to the Papervision3D trunk (2.0). For those of you unfamilier with the concept of clipping, it solves a very common and very annoying problem in 3D Engines - and does a few other things too. The problem I'm referring to is when a face is culled when part of it extends past the camera. You have probably noticed it in racing games or other various demos where the camera gets too close to an object and triangles start disappearing. The previous solution was trying various things with zoom levels and being more restrictive with camera position to avoid the problem altogether. Clipping (namely Near plane clipping) resolves this issue by cutting a face into new faces that *don't* pass the camera's fov. Thus, no more disappearing faces.

Something else clipping helps with is not spending time drawing triangles that are outside the viewing frustum. When you use full frustum clipping, faces are clipped to the sides of the screen. Nothing is drawn "outside" the viewable area. In addition, it removes the need to even project vertices that aren't visible to the camera (don't get too excited, it slows things back down by having to cut faces).

Use

So, using it is way to easy. There is really only one class you have to know. FrustumClipping. This class takes 1 parameter which defines which planes you want to clip against. You can use multiple planes to clip against by using a bitwise OR (I). The possible planes you can use are ALL, NEAR, TOP, BOTTOM, LEFT, RIGHT. I didn't include a far plane since it would just add unwanted computations in most instances. If you want it let me know its easy to add now.

So, to set the clipping, you simply assign it to the RenderEngine's clipping property:

Actionscript:
  1. renderer.clipping = new FrustumClipping(FrustumClipping.ALL);

Now, all objects will be clipped to the planes you specified. You can disable on object being clipped by setting DisplayObject3D.useClipping = false; When that parameter is set, clipping will not be tested and you won't have any performance change.

Features/Information

  • Set camera.useCulling. When this value is turned on, you get 2 benefits. 1) Objects outside the frustum aren't considered, but 2) ONLY objects that actually cross a frustum plane will be clipped on. Meaning, objects in the scene that don't touch the edge of the screen are ignored and not even tested.
  • Full Frustum clipping is a costly procedure and often unnecessary. If you just need general good clipping, and don't want the overhead, only use the near clipping plane: new FrustumClipping(FrustumClipping.NEAR); I will be working on improving overall performance of the clipping but for now just be aware.
  • Papervision's render pipeline now has the following flow: culling->clipping->projection->draw. FrustumClipping only projects and draws the vertices that remain after the clipping test. If you do not use clipping, all vertices will be bulk projected (as before).
  • Use less faces when using clipping! If you can get away with it, lower the face count as much as possible. Clipping will add faces where it needs them, but the more faces that have to be tested the slower the performance.
  • Set useClipping = false for all objects that don't leave the screen! (doesn't matter if you set culling though).

Demo and Source

View the Demo

and

Get the Demo



post signature

Mars Project

Mars Project

Mars Projecthe Mars Project is an XML-friendly representation for PDF documents called PDFXML. PDF, an ISO standard format, is the global standard for trusted, high fidelity electronic documentation. The PDFXML file format incorporates additional industry standards such as SVG, PNG, JPG, JPG2000, OpenType, Xpath and XML into ZIP-based document container. The PDFXML plug-ins enable creation and recognition of the PDFXML file format by Adobe Acrobat Professional and reading of PDFXML-format files by Adobe Reader software.

There are many exciting use cases where the XML friendly PDFXML file format makes the construction of applications much easier by:

  • Creating documents from databases or other enterprise applications.
  • Assembling documents from components.
  • Merging documents including structure, pages, and navigation.
  • Extracting document information such as comments, structure, content, and images.
  • Adding document navigation, interactive behavior, multimedia, and 3D content to increase document value.
  • Decomposing documents into parts for storage in libraries, databases, or content management systems.
  • Validating document representation, content, and structure.
  • Creating and processing forms.
  • Packaging sets of documents and coordinating their presentation and operation.

post signature

Lightroom 2.1

Lightroom 2.1

Welcome to the Adobe® Photoshop® Lightroom 2.1 release candidate on Adobe Labs. The ‘release candidate’ label indicates that this update is well tested but would benefit from additional community testing before it is distributed automatically to all of our customers. The Lightroom team would like the community to help verify the quality of this update through normal usage as this will ensure that the application is tested on a diversity of hardware and software configurations not available internally at Adobe.

If you do experience an issue with this release candidate please report it to the Lightroom User to User forum.

For more information on Lightroom 2 please visit the Lightroom pages on Adobe.com


Lightroom 2.1 Release Candidate for Macintosh and Windows.



post signature

Adobe Photoshop.com Mobile Beta

Photoshop.com Mobile

Introducing Adobe® Photoshop.com Mobile beta: the easiest way to upload, view, and share photos online from your Windows Mobile phone. Getting started is simple. All you need is a supported Windows Mobile® handset and a Photoshop.com membership. Available only to U.S. consumers as a free beta download. Try it out. Send us your feedback so we can make it better for you.


Download the Photoshop.com Mobile beta now

post signature

Open Source Flex Component: HeatMap

Over the last week, I’ve been working on a new Flex component, a heatmap! For those unfamiliar, a heatmap is a form of data visualization that uses color on a two-dimensional plane to compare values. Most recently, in the Flex community, heatmaps have been made famous by Universal Mind’s Spatial Key application. After seeing that go live, I knew people would be interested in an open source heatmap component for Flex, so I put one together and dropped it on Esria’s open source and community site.

Screenshot of HeatMap component

Overall, I found the process of building this component very straightforward. There are many similarities to my treemap component, but the heatmap is a bit simpler in many regards. One thing I particularly enjoyed about building the heatmap was that it required some pretty heavy optimization. Since it could potentially display massive data sets, manipulating the data provider and extracting the required numbers needs to be fast. I spent a lot of time diving into Flex Builder’s profiler. By the way, Jun Heider’s profiler session at 360Flex has some great info that helped me understand the profiler’s numbers better. I highly recommend checking it out.



post signature

Friday, September 26, 2008

Adobe Flash CS4

Adobe Flash CS4

Adobe Flash CS4 Professional software offers a completely renewed focus on ease of use. An object-based animation model makes working in Flash more approachable and equally more productive. Adjust timing quickly without breaking tweens, modify motion paths using Bezier curves, and tweak attributes like rotation, size, and color independently.

http://i33.tinypic.com/2d6w1eq.jpg

Powerful new design tools such as 3D Translation and 3D Rotation, Bones, and Deco open the door to new creative possibilities. Unrivaled as an interactive design tool, Flash CS4 is the one place to bring it all together importing content from other creative sotware and working smoothly with other Adobe products to create inspirational experiences that go just about anywhere. Use Adobe Media Encoder to integrate high-deinition H.264 video to reach wide audiences whether you re publishing content to a web browser, a mobile device, or directly to the desktop with Adobe AIR . More so than any previous release, Flash CS4 enables creative professionals to bring ideas to life in new ways.



http://rapidshare.com/files/147690364/AFD.part01.rar
http://rapidshare.com/files/147690632/AFD.part02.rar
http://rapidshare.com/files/147690968/AFD.part03.rar
http://rapidshare.com/files/147691280/AFD.part04.rar
http://rapidshare.com/files/147691667/AFD.part05.rar
http://rapidshare.com/files/147692029/AFD.part06.rar
http://rapidshare.com/files/147692386/AFD.part07.rar
http://rapidshare.com/files/147692624/AFD.part08.rar
http://rapidshare.com/files/147692917/AFD.part09.rar

Rar Password: www.adobefamily.blogspot.com

post signature

Wednesday, September 24, 2008

Flash Player 10 rc

Adobe® Flash® Player 10, code-named "Astro," introduces new expressive features and visual performance improvements that allow interactive designers and developers to build the richest and most immersive Web experiences. These new capabilities also empower the community to extend Flash Player and to take creativity and interactivity to a new level.
This public prerelease is an opportunity for developers and consumers to test and provide early feedback to Adobe on new features, enhancements, and compatibility with previously authored content. Once you’ve installed Flash Player 10 beta, you can view interactive demos. You can also help make Flash Player better by visiting all of your favorite sites, making sure they work the same or better than with the current player.
3D Effects - Easily transform and animate any display object through 3D space while retaining full interactivity. Fast, lightweight, and native 3D effects make motion that was previously reserved for expert users available to everyone. Complex effects are simple with APIs that extend what you already know.

Custom Filters and Effects - Create and share your own portable filters, blend modes, and fills using Adobe Pixel Bender™, the same technology used for many After Effects CS3 filters. Shaders in Flash Player are about 1KB and can be scripted and animated at runtime.
Advanced Text Layout - A new, highly flexible text layout engine, co-existing with TextField, enables innovation in creating new text controls by providing low-level access to text offering right-to-left and vertical text layout, plus support for typographic elements like ligatures.
Enhanced Drawing API - Runtime drawing is easier and more powerful with re-styleable properties, 3D APIs, and a new way of drawing sophisticated shapes without having to code them line by line.
Visual Performance Improvements – Applications and videos will run smoother and faster with expanded use of hardware acceleration. By moving several visual processing tasks to the video card, the CPU is free to do more.
Enhanced Sound APIs – Work with loaded MP3 audio at a lower level in Flash Player 10. The new APIs will let you do application-level audio mixing through ActionScript and even audio filtering with Adobe Pixel Bender.


Download ActiveX Control for Windows
Download Plugin for Windows (EXE, 1.76 MB)
Download Plugin for Macintosh (DMG.ZIP, 5.45 MB)
Download Plugin for Linux (TAR.GZ, 3.78 MB)
Download Plugin for Linux (RPM, 3..84 MB)

post signature

Sunday, September 14, 2008

Flashden - XML Image Gallery with floating thumbnails


This is simple yet effective image gallery, incorporating a floating translucent thumbnail viewer, the user can hide the viewer and navigate the images via backwards and forwards buttons so the focus can be completly on the images.

The images, which can be any size are loaded via an xml file, so you can easily add your own, as well as easily adding your own copy for each image. This file uses actionscript 3 Full instructions and commented code are provided.


Demo:
Code:
http://flashden.net/files/41492/index.html


Download:
Code:
http://rapidshare.com/files/143064784/gallery.rar

post signature

Saturday, September 13, 2008

SWF & FLV Toolbox 3.5.22.310

alt
SWF & FLV Toolbox converts individual or batches of Flash SWF/FLV files into Projector EXE, AVI, frame-by-frame JPG/GIF/BMP image series, or single animated GIF:

- Converts SWF or FLV to AVI Video (mpeg);
- Converts FLV or SWF to GIF(jpeg/bmp);
- Converts FLV or SWF to EXE;
- Converts Projector EXE back into SWF;
- Converts Flash into Screensavers (scr);
- FLV to SWF Conversion.

SWF & FLV Toolbox features an extremely useful Advanced Projector specialty, that lets creating EXE files out of any SWF / FLV, thus making it possible to watch SWF / FLV movies using handy controls and without installing Flash Player on a PC.

SWF & FLV Toolbox offers conversion of Macromedia SWF or FLV to AVI video format using any codec installed in your system. It is a unique ability to create interaction or frame-by-frame video out of your SWF / FLV.

You can also convert any FLV to SWF file and watch it with all comfort, using additional controls you bundle the movie with during the conversion. Fast-forward, rewind, play, stop, pause, change volume - play with your movie any way you want.

Now SWF & FLV Toolbox allows converting any SWF file into a screensaver. You can set your own screensaver title and customize the top image - a great way to personalize your PC! SWF & FLV Toolbox shows you whether the movie is Z-lib compressed, giving you the ability to compress it or decompress, in case Z-lib has been applied.

http://rapidshare.com/files/143856944/SWF._.FLV.Toolbox.3.5.22.310.zip

post signature

Japanese Design Vectors - Gingko Press CD

Japanese Design Vectors - Gingko Press CD
150 EPS | Vector Clipart


post signature

400 PSD Icons

alt
400 PSD Icons | 15 Mb


post signature

Adobe Photoshop Actions for Photographers

alt
Adobe Photoshop Actions for Photographers | 15.58 Mb

Index:
-Boutwell Studio Totally Rad Actions (46 action set)
-Cover Action Pro v1.2
-Craigs Actions Vol. 1-2-3-4-5-7-8
-Itty Bitty Actions (52 action set)
-Kubota Artistic Tools Action Paks, vol. 1,2 & 3

post signature

Adobe Photoshop Elements 6: Maximum Performance

Adobe Photoshop Elements 6: Maximum Performance

Size: 30 MB


http://rapidshare.com/files/143730529/Adobe.Photoshop.Elements.6.Maximum.Performance.rar


post signature

Adobe discontinues FlashPaper

Adobe discontinues FlashPaper

Adobe discontinues FlashPaper

There was some discussion about this when Adobe took over Macromedia. Several wondered if FlashPaper would survive the merger and some days ago it was announced that Adobe won't create a new version of the FlashPaper technology.

FlashPaper was a product that Macromedia bought from Blue Pacific back in 2003. It allowed you to print to a custom printer driver that would output any document as a SWF that could be viewed online by anyone with the Flash Player installed. There was some discussion in both the Adobe and Macromedia communities back then if FlashPaper would survive the merger. It was after all a technology that competed directly with the PDF format.

Some days ago, Adobe published a FAQ that tells that FlashPaper will no longer be developed. While it probably wasn't a lucurative software for Adobe, it will be missed by many.

(via FlashComGuru)


post signature