Adobe released flash 10 with 3d support but I can't seem to find any good information on how best to export a model from Maya to Flash. Is there a tutorial on how to do this?
thanks!
We are currently looking at developing flash based applications (using Flex) in a web application. We are now leaning towards to use SVG rapheljs for developing this components. The questions are:
Is still SVG platform is widely adopted by browsers (without any plug-ins) are at least down the line of 8-10 months, any adoption is expected by browsers? Cross-browser support is god for us.
Is SVG can replace for a small time animation based programming instead of Flash
Any comments will be greatly appreciated...
i got a flash variable:
$title is a string, but in this string i want to put: ë or in html ë
but flash doesnt like it xD.
how to fix this?
thnx,
stefan
In IE when I select flash, document.onfocusout is fired.
When this event is fired, I would like to distinguish between selecting flash and leaving the browser. When I handle the callback, document.activeElement is the previous html element with focus (what I just left), so this is not helpful for solving this problem. Clearly there has been a change in focus to warrant calling the blur method -- is this information available somewhere?
Or is there a better way to do this?
Hi everybody,
I don't know if it's a classic safari 4 bug, but apparently many people cannot display correctly a non-flash content (div, image, etc.) over a flash animation.
I tried everything: The wmode (switching from "opaque" to "transparent"), the z-index and many other div "cheats".
Did anyone know if there is a safari 4 patch/trick/script to fix this problem?
Thank you very much,
regards.
Is it possible to trigger for example flash uploading button via javascript?
For example I have made empty image wrappers and by clicking on them, they trigger flash button to open as select window.
Thanks!
I've installed a trial of Adobe Flash CS4 (i didn't use this trial till the end) and wrongly entered the expired license number. I ran uninstall and tried to install a trial version again. Seems, that it keeps somewhere the wrong serial number and each time i run the Flash application it alerts me, that the license has expired. How do i properly install the trial? Do i have a chance at all?
Thanks a lot!
I understand Flash CS5 isn't the best way to make an app, but I'd really like to test out the apps I've made with it on my iPhone. Has anyone come up with a way to modify Flash CS5 so it doesn't require a Developer Certificate or Provisioning Profile (like the way you would modify Xcode so you can compile apps without paying $99 for the developer program)?
I'd really appreciate it if anyone could provide some help. Thanks in advance.
I need to open a PDF in flash player 10. The swf will not be running in a browser and there will not be an adobe reader program on the system. I need to know if its possible to open a PDF without converting it in any way, in the flash player. I've searched google for countless hours and nothing has come up, only conversion software and code to open it in a browser.
Thanks,
Jordan
I'm looking into connecting multiple low resolution USB webcams to a single computer. What implications might this have on performance? How does, for example, four 320x240 cameras fare against a single 640x480 camera? I'm not well versed in the architecture of the USB interface, what are the performance caveats? By performance I mean how would it affect the time to read the image data from multiple cameras compared to a single one.
Hello,
Is there any way to do dynamic video streaming in flash without using Flash Media Server (FMS) 3.5 as it's a very expensive software but using some open-source software or in any other way.
It will be really helpful if you can provide me the solution as quickly as possible. It's really very urgent.
Looking into possibility of making an USB distributed application
that will autostart on insertion of an USB stick and shutdown when removing the stick
Will use .Net and C#.
Looking for suggestion how to approach this using C#?
Update: Two possible solutions implementing this as a service.
- override WndProc
or
- using WMI query with ManagementEventWatcher
Hi ,
Does any one know of an article's on the element's / structure needed to create a flash , php , MySQL cms ?
I failed to mention flash would be the GUI for the CMS
hey all,
does any one know of any good countdown timer's for flash which i can use to be implemented in a flash game or quiz ?
also i have the following line of code
var endDate:Date = new Date(2010,7,30);
how would i go about having the endDate to be the current time and date + 30 minutes ?
thanks
There's a certain flash game I'm trying to hack. However one problem I've encountered is that I'll seem to track down a value using Cheat Engine, but then the program changes the locations where it stores the value.
How do flash programs do this?
I know its still possible to get around this, because I've seen someone do it before, but how is it done?
I am having some trouble figuring out how to overload a function in Flash using haXe. I know that Flash does not allow overloads but can accept function parameters without a type declared, but I am unsure as how to replicate this trick in haXe.
Just notice that after updating to Safari 5 (mac) all the flash applications that respond to resize events got sluggish.
try:
http://www.tutorio.com/media/flash/liquid-demo.html
this works great with firefox 3.6.3, Chrome can deal with it fine, although not so fast as Firefox, but new Safari gives a awful experience, distorting all content if you do fast resizing.
Any ideas why is this happening / and how can I get a better performance with safari browsers?
I would like to display a SVG layer (polygons) over the openlayers tiles in an html page, or alternatively, load my SVG in flash and have the OL tiles rendered into flash as well.
Is any/either of these ideas possible at all?
Thanks in advance
I have an 8GB Kingston compact Flash, and when I insert it into my mac it says that card is unredable and ask me for initialization. If i open Utilty Disk it show a card of 2,2 TB Generic Comact Flash, if I try to initialize that it give me error: POSIX reports: impossible to allocate memory.
How i can format that ? There's a way with fdisk or smt to get this card work ?
Thanks
EMC is marketing Solid State Flash Drives and my project is thinking about moving that direction in the future. Does anyone have any experience with replacing traditional disk storage with flash drives? Besides price, have you experienced any downsides to the technology?
I am currently using Wowza Media server for recording videos from webcam using Flash. However servers like Wowza, Red5 & Flash Media Server seem to be overkill for merely this task.
Are there any alternative lightweight video recording servers which can be used for the purpose? My load would not be more than 5 users at a time and my server is Ubuntu 8.04.
I tried Haxe Server but project seems to be outdated and won't compile on my Ubuntu.
How hard would it be to port a flash game to the iPhone. Obviously Flash CS5 is no longer an options, I still would like to know if there's anything that can be reused? or do I have to write everything from scratch (Is Obj-C that different than ActionScript?) Is there any other shortcuts?
Also, if anyone has done this before please share your experience.
In every other mac browser, CTRL key and a mouse click brings up the flash contextual menu.
Opera on the mac really likes that menu. META key (aka APPLE key) and a mouse click bring it up too.
This makes some flash apps unhappy.
How can I disable this?
(opera 10.10, macos 10.6.2)
Just wanted to add this here in case you are migrating your project from Flash Builder 4 Beta to Flash Builder 4 release.
I used a lot of mx:Buttons with the baseColor property, which now seems to be called chromeColor.
Am using this AS 2.0 Code on a button in flash CS3 :
on(press, release) {
getURL("http://somethinghere...","_top");
}
unfortunately, it doesnt work.
However, when i Ctrl+Enter in flash and click the button, it does.
it doesnt work after embedding the SWF movie in the webpage/browser.
any ideas?