ActionScript 3.0 :: Flash 3D API (Molehill)

Mar 14, 2011

[URL]

1920x1080 @ 60fps == Really exciting stuff!

More sweet demos here:

[URL]

This is all runnig in the Flash Player and uses OpenGL on OS/X and Linux, and DirectX on Windows.

View 4 Replies


Similar Posts:


Flash :: Download Molehill API / Library?

Mar 22, 2011

Where can I download the Molehill API / library from and what else do I need to get it running?

View 2 Replies

Flash :: Backface Culling With Molehill

Oct 2, 2011

Using Flash 11 RC1 with the new Molehill API, I would like to enable backface culling. The beta documentation is pretty vague, but the example implies Molehill wants front-facing triangles to wind counter-clockwise, which is pretty normal. But when my polygons wind counter-clockwise, I get the exact opposite behavior - in other words, it's as if contrary to its own examples Molehill expects front-facing triangles to wind clockwise. Since the documentation never explicitly states which winding is correct, I am stumped.

I don't want to just flip all my triangles around until it looks right before I am 100% on what Molehill actually wants, since that has a fair chance of hiding a fundamental misunderstanding. I am using simple perspective projection (a note regarding .transpose() below: because copyRawDataFrom expects data in column-major order, and I hated the way that looked in code, I decided to just enter it row-major and transpose the matrix afterwards

[Code]....

View 1 Replies

Flash :: Morphing In MoleHill Using A Vertex Shader?

Feb 5, 2012

Using the Molehill with Flash I wish to create a vertiex shader, to have one mesh transform into another, I have seen that it is possible with Flare, However I am unsure if that was using Stage3D, Can anyone give me any pointers in the use of shaders in AGAL as to how this might be done.

View 2 Replies

Flash :: Rendering A "sprite" In Away3D (molehill)?

Sep 2, 2011

Turns out, that I need to be able to render something similar to sprites, but having all of the goodness from Molehill.Im new to Away3D and Molehill, and I was wondering how hard (if possible) would be to render a sprite (plain I guess) using Away3D, emulating somehow what Flash does with sprites, bitmaps, and the like

View 1 Replies

Actionscript 3 :: Get Working Engine For Molehill 2D?

Nov 2, 2011

Where can I get working engine for Molehill 2D?I checked ND2D and M2D and none of them work on Flash Player 11.Not even the Demos.

View 2 Replies

ActionScript 3.0 :: Load A Molehill MovieClip With A Loader?

Mar 9, 2012

Flash has bacome a complete stranger to me since I last used it 11 years ago.[code]...

If that Main.swf is some "normal" swf I made, everything is ok. But when it is the Main.swf from here[url]...

View 8 Replies

Actionscript 3 :: Draw A Line With Adobe Molehill?

Mar 28, 2011

how can i draw a line with adobe molehill. If i was using opengl i would use GL_LINES, but i seems molehill can only draw triangles.

View 2 Replies

ActionScript 3.0 :: Molehill : VertexBuffer3D's Vector From CopyPixels?

Mar 18, 2011

I am working on my own Molehill 2D painting classes. I took a look at Ely Greenfield's M2D stuff but I found it a tad overkill for what I am looking for. So I want to do my own. I have been working off of Polygonal's example. You can check out my code here - http:[url]..........Assume I want to paint one entity that is a rectangular bitmap image using two triangles (essentially a quad). Basically I am having a hard time understanding how to translate this:

Code:
bitmapData.copyPixels( sourceBitmapData, sourceRectangle, destinationPt.. );
to this (assuming I am using a x, y, u, v vector pairing):[code]...

Specifically if the source rectangle doesn't contain the same values of the sourceBitmapData.rect. What if I want to paint only a portion of a bitmap onto a quad? Or stretch a portion of the image across a quad.

View 1 Replies

ActionScript 3.0 :: Write A Phong Shader For Molehill Project?

May 2, 2011

I've been struggling to write a Phong shader for my Molehill project. The problem is that the light seems to shift or move when the camera rotates. So I've been investigating what could possibly be wrong, by basically comparing my shader with the Phong shader written in GLSL. There's one thing I found that is kind of weird. In GLSL the output position in the vertex shader is ModelViewProjectionMatrix * Vertex, ok that is just fine.

HOWEVER, in Molehill the ModelViewProjectionMatrix has to be transposed so that it will render the vertex correctly to the screen. In GLSL that is not necessary.

How did I find that out? I created the Matrix3D modelViewProjection, I applied the ModelView to that matrix and then the Projection matrix. I tried to give the vertex shader that matrix and it displayed nothing until I transposed the modelViewProjection.

In GLSL this is not necessary, I could just say output.position = projection * modelview * vertex and it would be displayed correctly, I don't need to do transpose(projection * modelview * vertex).

So.. I'm wondering if there's something that I am not seeing here or is this a special part of Molehill that we just have to follow? Or could it be a bug in Molehill? I will create a new post tonight with my Phong shader and hope that someone sees what I may be doing wrong. But this is confusing me a lot at the moment and would like to know why the matrix has to be transposed.

View 1 Replies

ActionScript 1/2 :: Link Exported Flash Buttons Created In Flash Pro 8 Flash To Pages In Dreamweaver 8?

Jun 8, 2010

I'm working through Dreamweaver fairly well, and I'm now wanted to import Flash buttons I've created myself into Dreamweaver for a website I'm currently building, and it's here that I'm finding the problem. I have been to the 'get URL Function', but it says something about needing to link to a web page? But my problem is how can I link Flash Buttons to a web page, when my site is still being developed and not published? Do I have to publish first?

View 3 Replies

ActionScript 2.0 :: Flash Mx 2004 Compatible With Flash CS3 And Flash 8?

Sep 2, 2009

:confused:Does anybody know is Flash mx 2004 compatible with flash CS3 and flash 8?? I can not open flash cs3 on my laptop with flash mx2004 also can actionscript 3.0 be used with flash mx2004 and flash 8 because when I save my flash cs3 document as a flash 8 document it does not work? I am awful confused with all this. If you created a flash website in flash 8 or Flash mx2004 you can not open in in flash cs3 it dosent make sence?

View 3 Replies

Flash 10 :: Features In Flash That Can Simplify Flash Vector Art?

Jan 16, 2012

Are there any programs or features in flash that can simplify flash vector art?

I just realized that one of the reasons why my program might be running so slow is that I made the images out of lots and lots of circles. When things didn't look right I often just put larger circles over smaller ones. I didn't think that flash might still be drawing the invisible circles underneath-

View 1 Replies

ActionScript 3.0 :: .php File Flash Does Not Read It When Call A .php File From Flash And Then Echo A Value Back To Flash From

Sep 17, 2011

When I call a .php file from flash and then echo a value back to flash from said .php file flash does not read it. My code is like this:

[Code]....

Note that there is a successful connection to a database using xampp as a server.

View 4 Replies

ActionScript 2.0 :: Flash Over Html, Hide Flash Access Html After Flash Movie Ends?

Dec 4, 2007

We've got a green screened video playing in a flash movie over top of our html content.when the movie ends, flash uses external interface .api to call a javascript function which swaps the flash movie out with a 5 x 5 pixel flash movie (rewrites the <div>).this works and you can interact with the html content after the flash movie in all browsers except firefox.anyone know of any work-arounds or is there a better way of handling flash over html in this fashion?

View 1 Replies

Flash 9 :: Flash Player 10 And Flash Tracer?

Oct 16, 2008

I have absolutely no idea where to post about this, please move if necessary.So, I've just installed flash player 10 and now my flash tracer plugin (in firefox) won't work. do i have to switch back to flash player 9 or is there a solution to this?

i have the correct path in Flash Tracer's settings (C:Documents and SettingsAdministratorApplication DataMacromediaFlash PlayerLogsflashlog.txt) as well as the mm.cfg file in C:Documents and SettingsAdministrator.

View 4 Replies

Flash CS4 :: Made A Small Rectangle In The Flash With The Tweening Effect And Export In To The FLEX?

May 21, 2009

I have made a small rectangle in the flash with the tweening effect and export in to the FLEX. When i publish in the FLEX i could see the rectangle with out tweening effects.How can i see the tweening effects.

View 1 Replies

Editing Code From A Published Html File With Flash Detection Enabled From Flash

Sep 2, 2009

ive publish a html file with flash detection enabled from flash.[code]now since the default codes places my flash movie on upper left corner, ive made my own tables with the flash on it, how or where do i place this code to the upper codes?[code]

View 1 Replies

ActionScript 1/2 :: Create A Button In Flash That When Clicked The Flash Interface Extends To Fit Fullbrowser

Jan 29, 2010

it possible to create a button in flash that when clicked the flash interface extends to fit fullbrowser?

View 4 Replies

Flash :: DAM Solutions And Handle Storage Of Both Common Movie Types And Flash Movies?

Dec 8, 2009

Does anyone know of a DAM (Digital Asset Management) solution, preferably ASP.net that can handle storage of both common movie types and flash movies?

View 2 Replies

Iframe - Make A Flash/Flex Drop Down Extend Outside The Flash Object Boundaries?

Jan 22, 2010

We are developing our app in flash/flex builder for the front end hitting .NET backend webservices. There is one section of the old app that will not be initially converted, so we need have it appear in an iFrame.

So far all that works fine.We shrink the size of the SWF in the host page to just be the menu/nav area. And underneat that I have an iframe control that loads in this page from the old site.Now the problem. in the SWF is a drop down list to enable picking a client. Since the SWF has been shrunk to about 100px high, the drop-down will only occupy within that 100px area which it's opened. This is NOT good as you can imagine. How can I make the drop-down list descend over-top of the IFRAME control and thus extend outside the SWF dimensions? Is this possible?

I tried to make the internal stage transparent and leave the SWF a little larger, about 400 px high, but the IFRAME still appears behind the SWF.

View 2 Replies

Flash Development On MacOSX - Build A Tile Based / Platform Flash Engine?

Mar 7, 2010

I'm familiar with C/C++/Scheme/Java/OpenGL/TCP/IP.I need to learn how to build a tile based / platform flash engine.What tools should I be using? What books should I buy?I strongly prefer tools that let me do things programatically rather than through a graphical UI.

View 2 Replies

Flex :: Seek To An Exact Point In A Flash Video Without A Flash Media Server?

Aug 20, 2010

Is the Flash Video (or Flex VideoDisplay) component capable of seeking to an exact moment in a video?It seems to always 'snap' to keyframes (which is understandable). I'm just wondering if there are any mechanisms in the video classes for seeking to exact frames, ie it should do the translation from keyframe to specific frame in the background rather than having to actually play the video forward to the desired frame.This is not a streaming file and has nothing to do with buffering. The player is just downloading a movie file from the web and playing it from memory.

View 1 Replies

Html :: Ubuntu 8 + Firefox 3.6 + Flash : Icons Suddenly Disappear After The Flash Is Being Loaded?

Oct 6, 2010

Situation: Got a flash object with an icon bar (div with pngs) on top of it. Works on all browsers except Firefox 3.6 on Ubuntu 8. Example: http://ListAndPlay.com

Problem: Icons suddenly disappear after the flash is being loaded. See this screenshot: http:[url]...What I've tried: Setting z-index, recoding the JQuery behind it, nothing works.

View 1 Replies

Flash :: Open Source Flash Based Spreadsheet Application Like Google Spreadsheets?

Oct 25, 2010

Is there any open source flash based spreadsheet application like google spreadsheets?

View 2 Replies

Flash:: Button (Creating A Menu Page With Flash Buttons To Open SWF Files)?

May 17, 2011

Good day to everyone. I'm here today to seek help about Flash CS4 and ActionScript 3.0. The story starts when one day, my boss asked me to make a flash presentation about their upcoming user training for a newly developed software. I was enthusiastic and excited about it because it's been a long time that I did not use Flash (note that I don't have any experience in ActionScript 3.0). At first, everything was a bit rough as I need to recall how to properly use the frames to create a successful animation. As I was about to finish the project, my boss approached me again and asked if I could insert a menu page in front so that the users won't have to replay the whole thing again just to look for a little something on that part of the movie. So yea, at first I was abit hesitant to accept. I said that it will work with Powerpoint. But she's a total pusher and I was forced to say yes. Now I'm having this problem about how to make a flash button load a swf movie.I've tried searching all over the net for tutorials but most of the times the "getUrl" and other stuff are said to be outdated.

View 1 Replies

Flash :: Javascript - Under Layer - Clicks - Catch A Hover Event On Top Of A Flash Object

May 20, 2011

I need to catch a hover event on top of a flash object, so I set the wmode and created an invisible div on top of it to attach the event listeners to. Thing is, I can't click the flash object. The cover is swallowing the clicks, and the things I've tried to go around this have made a mess of the hover events. This is the 30th problem I ran into in 2 days time and it's driving me crazy xD.

View 1 Replies

Javascript :: Display Image In Place Of Flash .swf File When Flash Is Not Installed Or Enabled?

Jun 15, 2011

My website will have a logo on the header that will play as a flash movie (animated flash movie .swf). I am looking for code / algorithm that will display an image with the same dimensions as the flash movie if Flash is not installed or enabled for the current user accessing the site. How do I do this?

View 2 Replies

ActionScript 3.0 :: Flash Ignores The Flash Index, And Focuses On Some Of The Navigation Elements Of The Parent?

Oct 6, 2009

I have a flash file that loads in a external swf. That swf contains a form that I want to control the tab order on. The external swf has form fields in it, and I have their tab indexes set. When I hit tab, flash ignores the flash index, and focuses on some of the navigation elements of the parent .swf. What am I doing wrong?

View 0 Replies

Flash 10 :: Good Italic Serif Font (like Georgia) That Renders Well In Flash At 10pt?

Jul 19, 2010

Just wondering if anyone knows of a good italic serif font (like Georgia) that renders well in Flash at 10pt?I'm struggling to get anything looking sharp and crisp even with style set to Readability.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved