Find Engines For Flash And Use It?
Aug 23, 2009i have seen a lot of flash templates that uses flash engine to animate object.Where I can find engines for flash and some tutorial how to use that.
View 2 Repliesi have seen a lot of flash templates that uses flash engine to animate object.Where I can find engines for flash and some tutorial how to use that.
View 2 RepliesI am currently digging into the whole Flash 3D stuff and I am quite unsure which engine I should use. I really prefer haXe for development but ActionScript 3 is also fine.My current candidates are:
Papervision3D
Alternativa3D
Sandy 3D (only engine with native haXe version)
Away3D
I am kind of new to flash and I want my flash site to get the best results from search engines.So I found SWFOBJECT is this the way to go? Also how do I use it? Is there any learning videos out on the web.
View 9 RepliesWhat are the pros and cons of various Flash 3D engines with regards to performance on mobile devices? Which do you prefer -- which have you tried (examples of apps developed) implementing on mobile devices?
View 1 Replieswhy flash player on MAC dosen�t handle well to many tweens at the same time, I tried using laco tween engine and MC Tween, so far this last is the best, but the performance is so bad on mac, why this happens?
View 1 RepliesIs there any clear view on how to build 3d apps in flash? I have heard of paperview(?) and recently saw something called Away3d. Are there any other choices and any clear leaders?
View 1 RepliesCan someone explain me why flash player on MAC dosen't handle well to many tweens at the same time, I tried using laco tween engine and MC Tween, so far this last is the best, but the performance is so bad on mac, why this happens?
View 1 RepliesWhen I was using Flash CS4, it published a HTML file that showed the text content of the movie, which made it easy for search engines to index the site. However, in Flash CS5.5, I notice it doesn't appear to do that anymore.
What do I do (step-by-step) to make my movie content visible to search engines?
we have values generator that outputs someting like FF00FF5F. We have some coordinates like 50, 300, 10. We want to draw a point in 3d on stage. Not using PV3d or anething like that. thay say there is going to be no default z sorting but I can live with that...
View 1 RepliesLet's say I have a plain HTML website. More than 80% of my visitors are usually from search engines like Google, Yahoo, etc. What I want to do is to make my whole website in Flash.However, search engines can't read information from Flash or JavaScript. That means my web page would lose more than half of the visitors.So how do I show show HTML pages instead of Flash to the search engines?
Note: you could reach a specific page/category/etc in Flash by using PHP GET function, for example: you can surf trough all the web pages from the homepage and link to a specific web page by typing page?id=1234.
Is there a way to increase traffic for flash web site. Is there an action script to make your flash website "visible" for others. I heard that if I build a flash web site it will be difficult to get customers due to the fact that flash pages usually don't show up in the data bases. Is it right?
so anyhow is there a way to increase traffic or make my flash site "visible' in search engines. do you think building a splash page in html and then redirect them to flash is a good idea?
I made a site for a client which gets all its content from XML file. Now, when googling for keywords, client finds XML file, not the SWF file and, obviously, not containing it HTML file
View 8 Replieshow many free tweening engines are there for as2...?and what are the best and easiest one among them.....???
View 3 RepliesI have always animated objects using an Enter Frame event (ie. slide it 5 pixels to the right every frame). I am seeing many companies I work at using the TweenLite tweening engine to animate objects. Is there some special magic these tweening engines do that makes them better? If I wanted to side a ball across the screen over a time span of 100 frames, would using an Enter Frame be any different than using the tween engine? Or would they have the exact same result?
View 1 RepliesI'm looking for general recomendations and tutorials in regards to learning to integrate engines and library code into my projects. I think I have the very basics of AS3 sorted, or at least I know how to figure them out (alot due to this forum).
[Code]...
I'm looking for a free AS3 particle engine that can render effects such as smoke, fire, water ripples, waterfalls and more. I need something robust like Partigen 2.5, only available without licensing.So far I've found:
Flint Particle System
Stardust Particle Engine
I must rejected all users outside Denmark from our live streaming (c-ip) and this is done in an access plug-insBut now I need to open up one of the streams, but I can't get the streaming name in the access-plug-ins only in the Auth-plug-ins.I cant use x-page-url or s-uri I need pStreamName. in access-plug-in like thissetStringField(m_pAev, IFmsAuthEvent::F_STREAM_NAME, pStreamName);but I cant get it inside the access-plug-in
View 1 RepliesI just wanted to know if there are 3-D engines available for flex other than PaperVision?
View 1 RepliesI am trying to get the flash buttons for my website to work, but every time I do the getURL thing it keeps saying 'Cannot find(directory)'. The website is offline and I'm using Macromedia Flash MX 2004, I also might be able to use Flash 8 but these are the only two versions I have access to.The action script for the button is:
on(release){getURL("..********(Website directory)(sub directory)(Website page).html")}
I am making the website in Dreamweaver 8 and this is really holding me back as it's nearly finished but the buttons still don't work.
I'm just getting off the ground as an AS3 programmer and I'm having a lot of trouble getting Flash to recognize my packages. My intention is to keep a code library of all my AS3 source data and have Flash simply go fetch classes from there.
I have set Flash's source path to the following to accommodate my library:
C:Documents and Settings<username>My DocumentsMy DropboxCodeAS3src
However, when I attempt to include a class into a .fla, Flash gives me an error that it can't find the AS class files in the .fla's folder at compile time. So it seems to not be detecting the AS class files in the source path I have set.
Within src, the folders are structured as follows:
srcsivyrmap<AS classes here>
In my AS files themselves, I have written the package and class declarations as follows:
Code:
package sivyr.map {
// Includes
include "flash.display.Sprite"
[code]....
And when I write an include to grab one of these classes, I write it as:
Code:
include "sivyr.map.Grid"
Just trying to get into Flash and although i can now make simple flash viedo's with changing pictures etc. I have just bought a new website template. But what i am after for the header is a flash video where there are tabs which when you scroll over them the tab enlarges. Hard to explain but please have a look at the websites below and you will see what i mean. where i can purchase a template to do this. [URL]
View 1 RepliesAre there any plugins for Flash CS3 (or greater) that expand Flash's ability. Actually, i'm sure there are, where can I find them?Preferably free and from places besides Adobe. (Not that Adobe's bad, but I want variety.)
View 3 RepliesI have some experience working with Flex but im feel clueless working with flash pro. My problem is that i found a flash project that i want to edit (.fla), this project contain an actionscript class in some part that i am unable to find. How to find a class in Flash Professional?. I know that the class exist in the project because i generate a swf file and decompile it and it show the class.
View 2 RepliesIi am trying to find the ip addres by using as3 in adobe Flash professional cs5. I don't how to do this. Is it possible to find the Ip address using as3?
View 1 RepliesI got a 7" netbook running WIN CE 6.0 and can't find the correct Flash Player.Every time I seem to find one and intall I get a "Not a WIN CE" app Where can I get a player for this book?
View 2 RepliesI am looking for examples on typing the criteria for if /then statements, for loops, etc. Things such as the way to type "or" (|) and the way to say "not equal to", etc.
View 3 RepliesI have this type of XML -
<leadareas>
<pho>
<phoName>NWPHO</phoName>
<csName>nw_btn</csName>
[code]...
I would like to write a function where for example phoTit1 is returned where csname = ne_btn, but dont know if this is possible?
I usually use if(object!=null) but it doesn't work well.
How can I verify if the class is instantiated. I want to get rid of the 'cannot access a property of a null object or reference'.
I mean, the 'var object:Object;' is just a reference to an Object class instance. When i initialize it with 'object = new Object()' it runs the code in the constructor, initializing it. How can I check if it has been initialized or not.
I have been working on Flash AS3 project. I am designing a 3D system. Consider a MovieClip A which is at (0,0,0). A contains B which is at (10,10,10). If I rotate A by 10 degrees then the position of B with respect to A remains the same but position of B with respect to the system changes. To find Global X and Y of B, we have the function localToGlobal but it does not tell anything about the Z property. How to find that?
View 2 RepliesI am php developer, my html integrator has given me a swf file. When integrated, I saw there are some parameters defined. I would like to edit them. They are in an object tag like:
<object ...>
param name="flashvars" value="var1=val1&var2=val2..."
</object>
Where can I find thoses vars?