
| home | AJAX (6) || C#.NET (5) || Coldfusion Development (16) || DHTML (14) || Flash Development (19) || jQuery (4) || MSSQL (2) || UNIX (10) |
| Archive for the 'Flash Development' Category | ||
| 9.4.07 | Papervision Mesh3D Terrain Map Simplification - Proof of Concept | category: Flash Development |
|
1 comm |
So I have a terrain map as a Plane::Mesh3D object in flash using the Papervision 3D greatness. The {x,y} on all the vertices as it’s generated from the USGS Elevation data create 2 triangles in a perfect square. This means that we have lots of triangles that we don’t need on the “flat” part of [...] |
|
| 7.13.07 | Simple Flash Remoting Proxy Through Linux | category: Flash Development, UNIX |
|
0 comm |
I must disclaim that this is a very straight forward proxy example yet it does not work with AJAX and web browser’s cross-domain security policies/complexes. There is actually a far more elegant solution I use currently which enables complete support for Flash Remoting and AJAX calls to be made via a cluster of proxies even [...] |
|
| 4.24.07 | Papervision3D Terrain Map v0.2 With Satellite Image Texture | category: Flash Development |
|
5 comm |
Hot on the heels of displaying a wireframe mesh of a custom triangulated Terrain map made from USGS SDTS DEM information, the next big step was to get a texture map applied. terraserver-usa.net has a WMS portal for acquire rather high-quality non-watermark DOQ (digital ortho-quad) satellite imagery of any coordinates. Knowing the precise decimal-based corrdinates [...] |
|
| 4.21.07 | Papervision3D Terrain Map of Mammoth Mountain Ski Area | category: Flash Development |
|
2 comm |
Yes, another 3D terrain map done in Papervision3D. Below is a proof of concept that USGS D.E.M. (Digital Elevation Model) information can be easily placed into a Papervision3D Mesh. |
|
| 3.19.07 | Problems With Clustered Flash Remoting Through Apache mod_proxy | category: Flash Development, UNIX |
|
0 comm |
The scenario is having an externally accessible Apache 2.2.4 server providing a clustered proxy for Flash Remoting. The problem I encountered every time I tried to access http://www.myhost.com/_api/flashservices/gateway/ it would access the appropriate clustered proxy node - but that node would immediately send back a 302:Location Redirect which would resolve to a private-network IP address [...] |
|
| 1.5.07 | Best Flash AS2 PullDown Component v0.3 | category: Flash Development |
|
2 comm |
This is the DEMO of my lightweight “Pull Down” component for Flash AS2.0 as saved for Flash7. |
|
| 11.30.06 | Flash Observer Pattern With Manual Object Subscription | category: Flash Development |
|
0 comm |
This is a simple Observer Pattern for Flash AS2.0. |
|
| 9.27.06 | Flash “wait” animation - i.e. browser throbber | category: Flash Development |
|
11 comm |
So it’s key in any application to keep the user informed and it can be a huge disconnect if the user doesn’t know if they should interact or wait. Such is the case with many applications - where the user doesn’t know if the program is “thinking” and if they should wait. Hence the simple [...] |
|
| 9.26.06 | Flash Date Picker (Minature Calendar Alpha) v0.3 | category: Flash Development |
|
6 comm |
07/18/2007 — Here’s a release. This is a .zip file with the .fla and needed class files. There are no namespace declarations. I’m releasing this code with the “limitless” BSD License. This package includes Darron Schall’s DateFormatter class released with a similar license in 8/27/2003. |
|
| 9.22.06 | Flash & JavaScript dollarFormat function | category: DHTML, Flash Development |
|
0 comm |
UPDATE 2/18/2008 - Now works with negative values and properly formats ‘-.006′ as ‘-$0.01′ with cent rounding via Math.round() at precision level 2. |
|