Multimedia Development Platforms?

Dec 15, 2009

I've been out of multimedia development since then, but have started dabbling in Flash. The version of Flash my company currently owns is old--Flash MX. It's old, but has been good enough to prototype some ideas that I have.My boss says he's willing to upgrade my version of Flash and send me for training, but before he does so, he wants me to confirm that Flash is the best platform for me to learn.So that's the question: what's the best development platform for multimedia development? I've been reading that people predict Director is on its way out, even though it's more powerful than Flash. I've seen people mention AIR and FLEX, but I don't really know anything about them.

View 1 Replies


Similar Posts:


Web Development :: Web Development - Search For All Tagged Photos Associated With User Some Id I All Of Facebook Users?

Nov 3, 2011

I'm using the the Adobe ActionScript 3 SDK for Facebook Platform to get all the tagged photos of the current user. Is this possible?

I've tried this:

FacebookDesktop.api("/"+uid+"/photos",getTagedPhotosHandler);

But that only gets me the photos belonging to that user.

View 1 Replies

Web Development :: Web Development - Browser Support Like For Bare SWF Files?

Aug 31, 2009

Does anybody use bare .SWF files as webpages? I know it's possible; it seems to work fine for me. Why would I embed a SWF inside an HTML page if it's just going to be full screen (I mean the size of the browser's normal viewable page area, not COMPLETELY fullscreen)?

Is there a lack of browser support? Or is this functionality determined by the browser's Flash plugin?

View 2 Replies

Web Development :: Web Development / Make A Web Based Video Recording?

May 10, 2010

I want to have a web site which switches the web camera of users, makes a video recording and send results to my web server.Is it possible to do that? I think it should be. For example such sites as chatroulette.com starts web camera. Should it be done with the Adobe Flash technologies? Is it hard to do that?

View 1 Replies

Web Development :: Web Development - Browser Doesn't Load Imagers All At Once?

Jan 12, 2011

If I load a web page full of other files, e.g. images, my browser doesn't load them all at once.I seem to remember reading that IE will only have at most 3 requests open at a time for a page. The rest will be queued.If I have a flash movie on the page which is continually making image requests, how does this affect the maximum number of downloading files in the browser?

Is this browser limit accurate, and is it generally the same across browsers? Does flash share the requests of the browser? If not, does flash have a limit and what is that limit?
For some background, I do have a flash movie that is continually loading files so there is a queue of Loaders waiting to make requests.My idea was that if there was a different request that I needed to be executed straight away I could make it jump the queue by making a javascript call and allowing the browser to make the request instead.

View 1 Replies

Web Development :: Web Development - Pause Sound In Flash?

Feb 9, 2011

i'll using this as2 in the pause button

on (press) {
if (pause!=true) {
playing=false;

[code]....

View 1 Replies

Java :: QT Vs Flex / Flash / AIR For Multimedia

Nov 1, 2010

I develop a MIDI application using AIR that read MIDI code from Java and found it could not perform fast enough unless I move everything to Java. In actionscript, does Green thread can improve AIR/Flash by acting as a multithread application which can improve NativeProcess performance in reading and writing?If not, say would you suggest moving all to Java or choosing Qt framework? I am not comfortable with C++ language.

View 1 Replies

ActionScript 3.0 :: Advantage/disadvantage To Designing Multimedia ?

Jun 3, 2011

Is there an advantage/disadvantage to designing multimedia (for example a simple animation with music) using fully as3, or is it the same as using the the editor (timeline)? will it boost performance/speed to code the tweens, clips and textfields?

View 2 Replies

ActionScript 3.0 :: Unloaded Multimedia SWF But Video Still Playing

Jul 25, 2011

I'm creating an eLearning interface to load other multimedia rich SWF contents. As from the title, I do unloadAndStop() the multimedia rich SWF and the SWF disappeared from the stage. However, video content from the unloaded SWF were still playing.

According to Adobe:
Code:
As a result, the following occurs for the child SWF file and the child SWF file's display list:
Sounds are stopped.
Stage event listeners are removed.
Event listeners for enterFrame, frameConstructed, exitFrame, activate and deactivate are removed.
Timers are stopped.
Camera and Microphone instances are detached
MovieClips are stopped.

The 2nd problem I face will be, after unLoadAndStop() my parent font type also change to "Times New Romans" although I have embedded the the font type to the flash. I have to reload the parent to get back the design font type.

View 7 Replies

ActionScript 3.0 :: Catch Events From The Multimedia Keys On A Keyboard?

Jul 6, 2011

how to catch events from the multimedia keys on a keyboard in the Flex Framework? I tried using keyboardevent but, no luck ::- (. I'm developing a media player.

View 9 Replies

ActionScript 2.0 :: Variables - Make A Multimedia / Presentation Where Depending On The Options

May 15, 2009

i need to make a little multimedia/presentation where depending on the options you take (normal buttons) a Mc plays and in the end you a get list of itmes depending on the choices you took. I cant remember how to do it, its been a few years since i last did something like this, is there any good tut where i can understand how to do it? cant find anything, basically what i want is to be able to save the choices the user takes during the "game" and with each lode a different .txt at the end. Is this possible with Fl8? its going on a USB Stick, and it'll be a .exe that will load a few swf . . .

View 6 Replies

Web Development :: Web Development - Post Flash Exe To Web?

Aug 26, 2010

I've been given a Flash tutorial to post to the corporate website that is an .exe file with an embedded Flash player. Users will be on IE, so I guess they would get the run/save prompt. I don't like this and I know it generally isn't done, but I need to know if it is OK to just do it. When I try to explain the security issues with executable files, eyes glaze. Is it possible that the users' system admins would be able to block the run prompt and make the user save the file? Could they block that too? The user community is hopeless, so having the embedded Flash player could be a good thing.

View 1 Replies

ActionScript 3 :: Differences Between The Two Platforms?

Dec 13, 2009

I have been moving over to JavaScript (esp. canvas) from Flash / Flex / ActionScript 3 (JavaScript is a more open platform), and I was wondering if anyone has any advice on differences between the two platforms, important things to note, pitfalls, optimizations, etc.

View 2 Replies

Php :: IRC Client Implementation On Web Platforms

Jun 18, 2010

I want to put an IRC client in my webpage. I know there are many clients but not opensource ones (I didn't find any). So, do you know some free and open source projects to implement an irc client on a webpage? I mean is it a good idea to have one made in flash?, one made in html5?, one made in javascript/php?.

View 4 Replies

Flash :: Recommend For Writing Custom Multimedia Player Embedded Into Web-browser?

Oct 5, 2011

I'm going to write a custom multimedia player. It will be embedded into a web-browser and will receive data from a server over SSL connection.

Required functionality is: MPEG4 video and different VoIP audio decoding (e.g. G.711 or G.729) custom controls waveform representation (or just flexible drawing API) I think about Adobe Flash (or Flex). But I know little about this technology. My biggest concern is multimedia decoding.

Can you recommend Adobe Flex or anything else for this project? What pitfalls can I expect on this way?

[Code]...

View 3 Replies

Web Development :: Web Development - Web Design - Prevent Leeching. Flash Anti Leeching Methods?

Jul 4, 2010

I am designing a website with flash video content. If I pass in the URL to a .flv file as a flash parameter to the embedded video player someone can easily extract the URL and download the flv video file. How to do I prevent this? Can someone refer me to anti-leeching techniques being used my websites like youtube.

View 1 Replies

Professional :: Simple AS3 - Flash 10.2 To Crash On All Platforms

Feb 22, 2011

Very simple code that causes flash 10.2 to crash on all platforms.

[Code]...

View 6 Replies

Flex :: One Data Model Multiple Platforms Different UI?

Jul 3, 2011

I have designed "the core" of the application i am working on ( it communication with the server, data processing, etc. ), and now i am a bit stuck on the User Interface, because i wish it to be specific, and probably different on the different platforms it goin to run on ( PC, tablet, gsm ).

My question basically is How to separate the "core" of the application, which must remain the same for all of the platforms, from the UI's which shall be very different applications ?

View 1 Replies

ActionScript 3.0 :: Embed Japanese Font Crossbrowsers And Platforms?

May 26, 2010

how to embed Japanese fonts from XML into a Flash website? http:[url]....(referred to this to embed font).MAYBE the following tutorial can work! but i don`t understand how to implement it using Japanese fonts.http:[url]....

View 1 Replies

Flash - Set Video To Play On All Major Browsers / Popular Platforms?

Oct 20, 2010

We have a requirement to create a video demo of certain products. What is the best way to make sure that the video plays on as many browsers as possible on all popular platforms (on Windows, Mac, Android, and iOS devices)? Current implementation: we just have Flash videos that load in a Flash player.

View 3 Replies

ActionScript 3.0 :: Embed Japanese Font From Flash Crossbrowsers And Platforms

May 26, 2010

how to embed Japanese fonts from XML into a Flash website? [URL] MAYBE the following tutorial can work! but i don`t understand how to implement it using Japanese fonts [URK]

View 5 Replies

ActionScript 3.0 :: URLRequest: %USERPROFILE% And %APPDATA% - Accessing A File In There Application Data Folder For All Platforms?

Apr 22, 2011

I am using AIR to make a little installer. How would I go accessing a file in there application data folder for all platforms? When trying to access it directly it works just file.

[Code]....

View 2 Replies

ActionScript 3.0 :: Creating A Vertical Scrolling Space Shooter Game For Deployment On Mobile Platforms Using AIR?

Oct 22, 2011

I am in the process of creating a vertical scrolling space shooter game for deployment on mobile platforms using AIR.I've used some excellent tutorials online, video tutorials on Lynda and several books, including Game Programming University.Something they all seem to gloss over are the various screens that will be used.

For instance, my game right now will use a splash screen, a main menu screen, a credits screen,a settings screen, a difficulties screen, an instruction screen, an end game screen and save/load screen...and a play game screen, where the actual game will be played.I've created the screens as seperate frames in the main timeline with stop commands in between and code on each page (I know... bad!... but easy).So basically,they can navigate through the menus using buttons (mouseclicks, which will work with touchs as well) and when they are How do I pass data between them? I was thinking of storing it in shared object.

View 1 Replies

Professional :: Ecard Suggested Stage Size - What Optimal Pixel Dimensions Would Be For Ecards To Run On Multiple Platforms

Feb 15, 2011

I have one that's almost done and the stage size is 700x800 px. But I'm starting to worry if that's going to look too small? To change it, will be a lot of work - there's animation, imported Jpegs etc. As far as I can tell, in order for it to look correct in larger dimensions I will need to basically create it again from the ground up. So, I'd really like to get an idea of what the optimal pixel dimensions would be for ecards to run on multiple platforms.

I really want to do this and I don't feel like I can move ahead until I get the viewing size correct. I don't even mind redoing the card. I just want my future cards to be the correct size. I don't want to have to come back and redo them all. By the way, the cards are being made in Flash. The site itself will be created in DreamWeaver.

View 8 Replies

Cost Of Game Development

Oct 12, 2009

I am a web designer and have a client who is interested in having a game application created similar to farmville or mafiawars on facebook. This is outside of my realm of Flash for sure and would have to be handled by someone else.I realize there are many factors that affect this question but could anyone give me a ballpark cost of creating an application like that? My client is just curious as to the realistic possibility cost wise?

View 1 Replies

Professional :: Panels In CS5 For App Development?

Aug 2, 2010

Are there any panels in CS5 created for mobile devices/Android app development? What are the commonly used tools/panels for app development?

View 2 Replies

Flex :: MVC Architecture Development

Nov 22, 2011

I have a mobile application that I want to try and reorganize so that it's easier to read and update and follows better practice.I want to implement an MVC pattern, but I'm getting a little tripped up on getting there. I'm just hoping for some help with rebuilding the architecture. Here's the outline of my application:

Level1) MainView has a column of 5 buttons that when clicked lead to View1, View2, View3, View4 or View5.

Level2) Each of these views is the same: a list, but each is populated with different data. Selecting an item brings the user to another set of views SubView1 - 20. that each are again populated with a list.

Level3) However, any selection made on a List in a SubView leads to a view that is always the same for all selection paths - but is populated with different data. Basically a button, another list, a text input and a textarea.

From what I gather, I should be able to use a lot less files and achieve something of the same result:The model being a single class for data? The controller being a class or that controls the business logic, and a view that calls the controller?

View 1 Replies

Get Papervision Development Tool?

Aug 21, 2009

Is there any development tool that has the papervision3d classes buit-it, so i can get hints when i'm writing th code as i get hints for as3 code?

View 2 Replies

Professional :: Which IDE For IPhone/iPad Development

Jan 5, 2011

My OS is Win 7 and I have the windows test versionof Flash Builder Burrito.There I can only develop for Android devices.I've heard it's only possible to develop forthe iPhone/iPad with a Macintosh computer.Or is there a trick to develop for iPhone/iPad on Windows PC with Adobe software(because I don't want to pay a second time for Adobe software for MAC)and only copy the result to a Macintosh?
Is it possible in the MAC version of Flash Builder Burrito to develop for iPhone/iPad (and also for Android)?Or have I to use a different IDE for iPhone/iPad apps becauseApple wants native apps and Flash builder burritois only for AIR/Flash app development?

View 1 Replies

ActionScript 3.0 :: Communities For Game Or App Development ?

Mar 3, 2011

I am working on 2 projects at [url]... (an "easy" to use rapid data collection and processing app), and Space Out (a space shooter game with minion ships and systems/galaxies that expand as you explore).Are there any popular communities that handle both game and more serious-oriented app development? Is there some forum here at adobe? I've been working on them for a while,at least space out, but don't know what to do about getting feedback/users to try them.They use php and mysql to act like a server, and are written purely in as3.Space out has had more functional versions that were based on a development kit, which I am trying to move away from now. I'm not a business, just one person trying new things, new to me at least.

View 1 Replies







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