Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
rogz #1
Flash and .NET...a couple questions
I was thinking about creating an app using flash and .net but had a few
questions on the best way to go about doing things. Is it best practise to
return the data from the .net pages to flash through xml or simple as url
variables...we are uncertain as to the amount of data that may be passed back
and form and we're worried about url constraints. Will application speed be
slowed down considerably while getting the data from the .net page and into the
flash app? The other alternative would be just to use rendered html pages from
..net.
thanks
rogz Guest
-
A couple of questions
I have a Canon A60 and .... 1) I really need to pick up some rechargable AA NiMH batteries. I see packages like this... -
A couple of questions before I buy....
Hi, I have been playing with a 30 day trial version of Contribute 3 and have a couple of questions before I buy. 1. My page uses CSS buttons,... -
Please help with a couple questions!!!
I just bought adobe 6.0 standard and my system is win. xp I wrote my book in ms word and then hit the adobe convert button and when it converted... -
A couple of newbie questions
Where can I find best practices on error/exception checking and reporting? Should I use Carp or eval blocks?! What modules does search.cpan.org use... -
I have a couple of questions.
First, I would like to know if there is anyway to add a watermark to pictures, that will only show up only when the photo is printed. My husband... -
Motion Maker #2
Re: Flash and .NET...a couple questions
Personally I like URL vars for a simple quick Flash app where there is not
much data. However I prefer XML for more data complex apps.
I think with XML you have the parsing overhead that is data size and data
design dependent. That exists both on the client and server side. As well
you have more overhead for markup of XML.
As far are choosing to render the page UI as html versus as a Flash movie,
usually rendering as HTML creates additional net overhead to pass the UI
markup over and over for variations of the same page or parts unless you can
design around AJAX or the like.
With Flash the UI is generally a download once and you can download parts of
the UI as used and it stays until the Flash movie is purged from the cache.
Thus you only have data moving between the server and the client side Flash
movie.
--
Lon Hosford
[url]www.lonhosford.com[/url]
May many happy bits flow your way!
"rogz" <webforumsuser@macromedia.com> wrote in message
news:duj4a5$edc$1@forums.macromedia.com...
I was thinking about creating an app using flash and .net but had a few
questions on the best way to go about doing things. Is it best practise to
return the data from the .net pages to flash through xml or simple as url
variables...we are uncertain as to the amount of data that may be passed
back
and form and we're worried about url constraints. Will application speed be
slowed down considerably while getting the data from the .net page and into
the
flash app? The other alternative would be just to use rendered html pages
from
..net.
thanks
Motion Maker Guest



Reply With Quote

