Flash :: Develop Rich Internet Applications?

Jan 22, 2010

What would be the best for developing rich internet applications? FLASH or Microsoft Silverlight?

View 7 Replies


Similar Posts:


.net :: 3-tier Architecture Be Applied In A Rich Internet Application (Flash/Flex)?

Oct 27, 2009

how would the 3-tier architecture be applied in a Rich Internet Application?I thougt that flex was presentation, .net web services where busines and informix was data. But then when I started I feel that I must be wrong.

View 1 Replies

.net :: Developing A Rich Internet Application?

Aug 28, 2009

I have been a desktop developer for a few years mostly doing object oriented stuff. I am trying to branch out into web development, and as a hobby project trying to put a web application together. I have been reading quite alot of information, but I still can't seem to decide on the path to take and would really like some advice. Basically, I want to build something like this:

http:[url]....I have found this as well: http:[url]....

But so far it is of little use as I am trying to grasp Javascript. I have been using visual studio for that, is that a good IDE for this tye of thing or should I try expression blend? Jpolite seems to do everything with javascript, which seems kind of cool, but I if I want to make a chart inside a widget that connects to a database, do I need something more? Is this where ASP.NET comes in? I am familiar with .NET, but if I use ASP.NET for my website, do I have to host it on IIS and windows server as opposed to Apache since mono is still being ironed out? Because that would cost more, so would PHP be a better choice?Also, for charting these guys as well as google seem to use flex: http:[url]....I have found this: http:[url].....

Would that be sufficient to implement something like google fiance purely in javascript or is there a good reason they use flex?

View 3 Replies

Silverlight :: Technology To Use For Rich Internet Application (RIA)?

Dec 2, 2010

I'm developing a Rich Internet Application. So far, I have been working on the database and middle-tier .Net for the application. I'm now starting to work on the front-end UI and was planning to use Silverlight, which I'm currently learning. However, based on recent news it looks like Silverlight might be a bad choice for a long-term application.

The application will be a complex user-interface based around social networking, but will involve a lot of animated elements, funky UI pieces and video/audio. what is the best technology to 'buy into' for this, given that it needs to be backed by a .Net 3-tier system?

View 4 Replies

Actionscript 3 :: Rich Text In Flash TLF?

Oct 8, 2010

How does one apply rich text to Flash at runtime? Specifically, I need to dynamically create bullet-points and paragraphs with line breaks.

View 2 Replies

Flex - Paste Rich Text Into Flash?

Oct 8, 2010

Is it possible to capture rich text when pasting into Flash? Using a Flex TextEditArea, I can paste richly formatted text within Flash itself, but if I try to paste from an external source (say web page, microsoft word, etc) it comes in as plain text. Same for the reverse: if I copy rich text from within Flash, and paste to an external source, it goes out as plain text.

View 2 Replies

ActionScript 2.0 :: Detecting Internet Connection - Check If A User Is Connected To The Internet

Mar 6, 2006

At the end of the movie I would like to check if the user is still connected to the Internet (they maybe on an unstable dial-up connection and lost connection). Is there anyway to do that? I mean, is there a way to check if a user is connected to the Internet using ActionScript?

View 4 Replies

Flash :: Alternatives To Script Rich Text Editors?

Oct 8, 2010

I was wondering if there were techniques other than the HTML designMode to build an RTE and work around these in a clean manner.. Maybe in Flash, or as a Java Applet or something?[code]....

View 3 Replies

Flash :: Graphically Speaking Isn't What Really Makes A Game 'rich' Artwork?

Sep 10, 2010

I've been thinking about flash and html5 and though each of them can draw circles, rectangles, curves, and do things with images, doesn't it really come down to the artwork? Game play aside (I know ugly games can be fun), all the talk about which looks best canvas or flash or something else, kind of moot? Don't the great games, graphically speaking, have great artwork and modeling so that as long as the engine can handle it, the programming anything other than events associated with those models and artwork doesn't matter? I'm watching my kid play Frontiersville on Facebook and I'm thinking, I could program those events but it's the artwork that's grabbing people and good gameplay keeps them. In the end does the platform really matter for games?

View 2 Replies

Flash :: Asp.net - Ajax Rich Text Editor - Input A File

May 6, 2011

I uses ajax rich text editor. I want to input a flash file into this editor.

View 1 Replies

Actionscript 3 :: Flash Builder Read-only Rich Text Field?

Mar 19, 2012

How is it possible to DISPLAY text with simple formatting (like font color) in flash TextArea or similar control? I need to add text to this control programmatically and be able to select and copy portions of it to clipboard.

RichTextEditor does not fit my needs sine it has multiple controls to allow user to format text and no way to disable them (?).

UPDATE

how to code formatting. Only <b> does work in the following code:

private function Print(s:String, ... optionalArgs):void {
if( optionalArgs.length == 0 || optionalArgs[0]==0) {
mLog.htmlText = mLog.htmlText + '<b>' + s + '</b><br>';

[Code]....

My mistake was I was using symbolic color names, while flash interpreter looks like do not understand them

View 1 Replies

ActionScript 2.0 :: Stuck On Designing A Rich Text Editor In Flash

Jun 22, 2006

Firstly, I am using a TextField object of type input as the text input area of the text editor. So I am wondering, in your opinion, what would work best for formatting the text in this field?[code]...

Remember the text will always be changing at the user's whim in the movie, and I am looking for simplicity in applying certain styles to only selected portions of the input text and also setting styles for all future text that is input beyond what is already input (Could be a different style than that of the text already input)

Secondly, I am having a little trouble with the TextFormat Object option. I have a textfield, and a toolbar movieclip (with buttons such as bold, underline, italics, etc) on my stage. I am writing an actionscript class for the toolbar. I want to be able to capture the start index and end index of highlighted text in the textbox, so that say when I press the bold button, the text is bolded or unbolded. I have tried using Selection.getStartIndex() and Selection.getEndIndex() but they have not yet worked for me, as the selection loses focus when I click on the toolbar in the movie. I was hoping there was some sort of onHighlightText handler for the Selection class, so that I can capture the start and end indices whenever text is highlighted. However, there appears to be nothing with that functionality.

View 2 Replies

Flex :: Flash Builder - Display Rich Text In AdvancedDataGrid Column?

May 23, 2011

I have some rich text created using the flex (flash builder 4) rich text input control. I want to display at least some of it in a column of an AdvancedDataGrid control.

View 2 Replies

Flash :: Develop A Webpage In It?

Jun 18, 2009

I am new to adobe product but i want to know how can we develop web page in flash?

View 2 Replies

Flash - How To Develop A Doodle Pad

Jan 12, 2010

How can I make a doodle pad like this for a website? Is flash the only option? I wanted to make one for advert design.Edit Basically, I want to provide features like customized text (font/color/size) and placement, option to put any image with scale/rotate/transform option etc so that he can design advert himself. Edit2What could be alternative approaches to design this kind of editor?Edit3I've also seen options like o3d and webGL but it seems they won't work on most of the browsers.

View 2 Replies

Flash :: Building Exe And App Applications From Swf

Aug 20, 2011

converting my swf to exe and app. I know that there are several options available. My application will be frequently updated so update feature is essentions for me.

p.s. As another option, I can make app and exe out of a loader app that will load main application module every time it is updated.

my main concern is about build in update feature inside projector eg. Mac app will be able to check for new version of my app automatically...

View 4 Replies

Develop A Flash Website With A Scrollbar

Mar 19, 2009

I'm trying to develop a flash website with a scrollbar. how I make a scrollbar. [URL]I wan't to scroll the pictures.

View 4 Replies

Flash :: Develop A Simulation Of A Browser?

Jul 21, 2010

I was wondering if anyone would be able to help me with a problem I am having. I am trying to develop a simulation of a browser in Flash, and need to have a button which allows users to be able to go back to a previous screen (e.g. another .swf file) which means I need the window to be to move between .swf files.
 
I have tried various methods I have found online, but none seem to be working.

View 2 Replies

Flash :: Develop Fla Files In Demo?

Oct 1, 2010

Would it be legal for me to develop fla files with the demo version of Adobe Flash CS5 and have my friend, who owns a full copy of flash pro, to export them to swf? This would be much like using the developer version of ColdFusion.

View 10 Replies

Flash :: Develop Within CS5 And Export As HTML5 Rather Than SWF?

Oct 9, 2010

Is there anyway to develop within CS5 and export as HTML5 rather than a .SWF?

View 1 Replies

Professional :: Develop A Component For Use In Flash CS5?

Oct 29, 2010

I would like to develop a component for use in Flash CS5 and I would like to look at the source code for the existing components in order to understand how they work. However, I am unable to find this source code. On this page:
 
[URL]
 
Under "Where component files are stored" there are a number of directories listed, all under
 
C:Program FilesAdobeAdobe Flash CS5enConfigurationComponent Source
 
However, this directory does not exist on my installation. C:Program FilesAdobeAdobe Flash CS5enConfiguration does exist, but there is no directory called "Component Source" in this directory.

View 2 Replies

Flash :: Develop For Player 10.1 Beta?

Dec 31, 2009

I've been waiting for the day that flash gets access to raw audio data. That day is now, but i'm not sure how to get 10.1 working in CS4. I have 10.1 installed and a function bound to the mic's "SampleDataEvent.SAMPLE_DATA" but my "micSampleData" function is not being called.

var mic = Microphone.getMicrophone();
Security.showSettings(SecurityPanel.MICROPHONE);
mic.setUseEchoSuppression(true);

[code]........

View 1 Replies

Flash :: Actionscript 3D - How To Develop 3d Sprite

Feb 23, 2010

I am developing a flash application required me to have a rotational sprite object cycling around the 3D space. I saw a MovieClip has a z-index that can be used as z coordinates in 3d space but couldn't find it in sprite object. How to I get around with that.

View 2 Replies

Flash - Develop A Sidescroller Game?

Jun 27, 2011

I am trying to develop a sidescroller game in as3. Most of my confusion is coming from my lack of knowledge on the best way to strucutre the classes that control the games flow.For example, what would be the best way to change the game state from the main menu, to the in game state, WITH VISUAL TRANSITION INCLUDED?

The way I'm thinking of doing it now is adding event listeners to buttons, which remove the main menu MC and add a transition MC. Then I add an event listener to the transition MC to watch for the frame label "end of transition". This removes the transition MC and adds the GameContainer MC.

View 1 Replies

ActionScript 3.0 :: Set Up A Trace() In Flash Develop?

Oct 6, 2009

I was wondering how you set up a trace() in flash develop so that it shows in the output panel in Flash Develop.

View 8 Replies

Flash :: Develop An Excel-like Application In It?

Jun 30, 2009

I'm looking to develop an application that allows you to set up an online spreadsheet or to be able to draw a custom table format. Can someone point me in the right direction. I've been googling for a week now and can't find any direction.

View 1 Replies

Cs5 :: Flash Freezing When Clicking Between Applications

Jun 28, 2010

Flash seems to crash/freeze when clicking through to other applications.

i cant get any work done because its crashign all the time.

View 2 Replies

Professional :: Building IOS Applications In Flash?

Mar 21, 2012

I'm having trouble with building iOS applications in flash. I just bought an iPad and want to start building apps for it. I hav done simple apps for iPhone before but nothing too fancy. The problem is, I can build it and compile it fine but when I try to install on my device it comes up with the error saying:
 
"ITunes: 'APPNAME' failed to install." I can compile it as an iPhone app and it works fine. I'm pretty sure I've got my provisioning right because I have both my iPhone and iPad devices added. Anyone got any ideas of why my apps only work while I compile them as iPhone apps?

View 3 Replies

Testing :: How To Test Flash Applications

Dec 30, 2009

flashwatir appears to be dead.is there anyway I can interact with objects in flash apps ?ike clicking button and such from a gui-less linux server ?likeflashapp.button.click("flash button")puts flashapp.button.text # returns the text label of flash button

View 2 Replies

Why Flex Applications Perform Better Than Flash

May 14, 2011

When I'm making projects with Flex (or Flash Builer) the end result usually performs much better than a similar level project made with the Flash authoring tool. I know Flash IDE is rather for animations and design heavy works so you can't really compare these 2 tools, but this question is bugging me for a long time.If apps made with Flex (or Flash Builder) are really faster and less CPU intensive - why is that?

View 1 Replies







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