Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

The future of Flash Remoting?

15 views
Skip to first unread message

SySnootles

unread,
May 1, 2007, 5:25:14 AM5/1/07
to
We are about to embark on a major, long term project which requires
Flash/Database connectivity and Flash Remoting seemed the perfect way to go.
Having just acquired Flash CS3, I encountered some difficulty since there is no
Remoting Components package available for CS3. I did however find this link and
manage to get my AS2.0 code to run:

http://blog.vixiom.com/2007/04/17/actionscript-20-flash-remoting-with-flash-cs3

This makes me worried about the future of Flash Remoting - I don't want to
purchase and then be locked into a technology that gets shelved or overlooked
by Adobe. I am aware of the AMFPHP toolkit but this since we are going with
.NET this is not appropriate. Does anyone else have the same fears or does
anyone at Adobe have any information on what the future of Flash Remoting will
be?

Thanks guys

jedders

unread,
May 7, 2007, 11:14:46 AM5/7/07
to
I do have the same concerns on this topic with every new release. We currently
have a large application that is built using Adobe flash remoting and .net in
AS2.0. You may want to look into WebOrb. These guys have been arround since
remoting became available. Their remoting product has some nice features that
Adobe Remoting does not. For example more security settings. They also continue
to update their WebOrb product as well as offer the ability to use remoting
with other technologies such as Ajax, and Flex to name a few. Nothing compares
to passing objects and I hope to see Adobe continue to support Flash Remoting.

jedders

unread,
May 7, 2007, 11:14:46 AM5/7/07
to

SySnootles

unread,
May 8, 2007, 6:02:30 AM5/8/07
to
Thanks Jed, I will have a look into that today. is this something you have used
alongside Flash Remoting, and if so, how does it compare in your opinion? Do
you think that if Adobe continue to push Flex and Apollo in the future then
Flash Remoting will be overlooked?

thanks

Chris

yeeep

unread,
May 8, 2007, 5:51:52 PM5/8/07
to
Some word from Adobe about Flash Remoting components for CS3 would be good.

SySnootles

unread,
May 9, 2007, 5:09:20 AM5/9/07
to
Jeeep are you using ActionScript 2.0 or 3.0? If it's 2.0 then check the link in
my first post in this thread. If it's ActionScript 3.0, then you use
NetConnection instead using the 'call' method. I got ActionScript 3.0 Cookbook
to help me on that one.

Chris

yeeep

unread,
May 9, 2007, 10:03:11 AM5/9/07
to
SySnootles, thanks. What about the NetConnection Debugger? I know there's
alternatives to it for PC, but not for Mac.

I'm currently using Flash 8 + AS 2.0 and so have no problems with remoting of
course. But I'm *looking* to move to CS3 + AS 3.0.

jedders

unread,
May 16, 2007, 3:57:52 PM5/16/07
to
I have come up with some documentation on migrating the remoting components
etc.. into Flash CS3. I have both AS2 and AS3 remoting setup in Flash CS3 and
working. We went through the same process when migrating from MX to 8. I will
try to get that posted this week.

yeeep

unread,
May 16, 2007, 7:16:52 PM5/16/07
to
That will be great Jed.

jedders

unread,
May 27, 2007, 10:55:03 AM5/27/07
to
Sorry it took me a few days to get this up but here you go.

ActionScript 2.0 Remoting Coponents and Debugger in Flash CS3.

1. Copy Remoting and RPC Folders from your Documents and settings location TO
FLASH CS3 LOCATION.

C:\Documents and Settings\YOURUSERNAME\Local Settings\Application
Data\Macromedia\Flash 8\en\Configuration\Classes\mx
to
C:\Documents and Settings\YOURUSERNAME\Local Settings\Application
Data\Adobe\Flash CS3\en\Configuration\Classes\mx

2.Copy Remoting.Fla From.

C:\Documents and Settings\YOURUSERNAME\Local Settings\Application
Data\Macromedia\Flash 8\en\Configuration\Libraries
To
C:\Documents and Settings\YOURUSERNAME\Local Settings\Application
Data\Adobe\Flash CS3\en\Configuration\Libraries

3. Copy NetConnection Debugger.swf and Service Browser.swf from.

C:\Documents and Settings\YOURUSERNAME\Local Settings\Application
Data\Macromedia\Flash 8\en\Configuration\WindowSWF
To
C:\Documents and Settings\YOURUSERNAME\Local Settings\Application
Data\Adobe\Flash CS3\en\Configuration\WindowSWF

4. Copy NetConnection Debugger.swf and Service Browser.swf from or WindowSWF
folder.

C:\Program Files\Macromedia\Flash 8\en\First Run\WindowSWF
To
C:\Program Files\Adobe\Adobe Flash CS3\en\First Run\WindowSWF

5. Copy the Libraries Folder.

C:\Program Files\Macromedia\Flash 8\en\First Run
to
C:\Program Files\Adobe\Adobe Flash CS3\en\First Run

6. Copy Remoting and RPC Folders from your Program Files location TO FLASH CS3
LOCATION.

C:\Program Files\Macromedia\Flash 8\en\First Run\Classes\mx
To
C:\Program Files\Adobe\Adobe Flash CS3\en\First Run\Classes\mx

7. Copy the RemotingConnector.swc from.

C:\Program Files\Macromedia\Flash 8\en\First Run\Components\Data Components
to
C:\Program Files\Adobe\Adobe Flash CS3\en\Configuration\Components\Data

This will allow you to use the Remoting component in Flash cs3 just as you did
in Flash 8. You will still need to use them in Action Script 2.0 Files.

Keehunthebeginner

unread,
Jun 7, 2007, 2:55:52 PM6/7/07
to
Could you put all those files in a zipped file? It doesn't have to contain the
file structure but just the files since I don't have Flash 8 handy (I have it
but uninstalled) so it would be impossible for me to have Flash Remoting back.
I thank you very much for your help!

Keehunthebeginner

unread,
Jun 7, 2007, 2:55:49 PM6/7/07
to

Dave Towers

unread,
Jun 16, 2007, 11:13:40 AM6/16/07
to
Thanks Jedders, all works and very importantly past projects compile properly now in CS3. It means I can now use my updated program.

dafreq

unread,
Jun 21, 2007, 9:39:49 AM6/21/07
to
HI!

I'm trying to set up remoting components for Flash CS3 on Mac OS X but since I
dont have Flash 8 I cannot install the components at all.
How could I get AS2 remoting components and debugger for Flash CS3?

Keehunthebeginner

unread,
Jun 21, 2007, 9:44:14 AM6/21/07
to
Yes. Can anyone upload the ZIP file of these components? Thanks

Craig Grummitt

unread,
Jun 28, 2007, 9:28:19 PM6/28/07
to
thanks for that jedders.
for anyone running vista, interpret
C:\Documents and Settings\YOURUSERNAME\Local Settings\Application Data\...
as:
C:\Users\YOURUSERNAME\AppData\Local\...

Also I found i needed to copy DataRange.as, PageableData.as and
PageableList.as files from
C:\Users\YOURUSERNAME\AppData\Local\Macromedia\Flash
8\en\Configuration\Classes\mx\data
to:
C:\Users\YOURUSERNAME\AppData\Local\Adobe\Flash
CS3\en\Configuration\Classes\mx\data

perhaps to use the RecordSet data type.

Shinjuka

unread,
Jul 4, 2007, 8:42:54 AM7/4/07
to
Here's a ZIP archive for Mac users with all files needed to make remoting works
in Flash CS3 like in Flash 8 (it works for me).
It comes with Classes, Remoting.fla and NetConnection Debugger.swf.
Simply copy files in your /Library/Application Support/Adobe/Flash
CS3/Configuration folder.

Hope it helps.

http://www.free-styler.com/remoting/Remoting_FlashCS3.zip

Keehunthebeginner

unread,
Jul 4, 2007, 8:48:24 AM7/4/07
to
Thanks a lot shinjuka.

dafreq

unread,
Jul 12, 2007, 8:02:46 AM7/12/07
to
Thanks!

Novian

unread,
Nov 4, 2007, 10:33:22 AM11/4/07
to
Hi there,

I've been using RemoteObject to handle my remoting in Flex. I'm completely
confused however when it comes to straight Flash CS3 (AS 3). I understand that
the responder object handles my results from a method call. But how do I get
access to the data within? I'm trying result.label, result[0].label...nothing.

Example:

private function onResult(result:Object):void
{
Alert.show("Label is "+result[0].label);

Thanks.

Novian

Novian

unread,
Nov 4, 2007, 12:31:24 PM11/4/07
to
Update:

I figured it out. One of the blogs on AMFPHP mentioned "serverInfo" and
"initialData". I was able to use those to access the data in my object e.g.
result.serverInfo.initialData

Is it me or is there VERY little documentation with respect to AS 3 and
remoting outside of Flex 2?

Thanks for your leads.

Novian

jonnyappleseed

unread,
Dec 31, 2007, 6:34:31 PM12/31/07
to
[q][i]Originally posted by: [b][b]Shinjuka[/b][/b][/i]

Hope it helps.

http://www.free-styler.com/remoting/Remoting_FlashCS3.zip[/q]

Hi Shinjuka,

Is there any way that you can re-post this link. I am on a mac and no longer
have access to the flash 8 remoting files to try this fix.

Thanks.

Shinjuka

unread,
Jan 8, 2008, 1:20:49 PM1/8/08
to
The ZIP archive can be found here : http://www.hellgear.net/shared/Remoting_FlashCS3.zip

fotoshopexpert

unread,
Apr 17, 2008, 3:28:40 PM4/17/08
to
thanks shinjuka

loc216

unread,
Jun 5, 2008, 2:43:43 AM6/5/08
to
Hi Shinjuka,

Could you possibly repost a link to the zip archive for Mac OS X for flash remoting on CS3?

thanks,
Loc

kiss4me08

unread,
Jun 17, 2008, 7:50:06 AM6/17/08
to
Ye thanks

bvstudio181

unread,
Jul 25, 2008, 4:03:27 PM7/25/08
to
You can find the download here: http://drupal.org/node/258605

Post #5

sunwer

unread,
Sep 12, 2008, 6:02:29 PM9/12/08
to
Very interesting writeup thank you.

LuckyNumberSleven

unread,
Sep 14, 2008, 5:54:09 PM9/14/08
to
Shinjuka,
Thanks for the file, that's very generous of you!

gent44

unread,
Sep 26, 2008, 11:17:01 AM9/26/08
to
Thanks

gent44

unread,
Sep 28, 2008, 5:10:05 AM9/28/08
to
thanks

lenrique21

unread,
Oct 15, 2008, 6:30:21 PM10/15/08
to
Great templates and many other cool flash applications at:
http://flashden.net?ref=luke


sakir ali

unread,
Oct 22, 2008, 6:00:22 PM10/22/08
to
http://www.coolmyspacelayouts.us
cool my space layouts

Thank you very much for the great information.
Thanks

AlteredEgg

unread,
Nov 4, 2008, 2:14:55 PM11/4/08
to
[q][i]Originally posted by: [b][b]bvstudio181[/b][/b][/i]

You can find the download here: http://drupal.org/node/258605

Post #5[/q]

This link worked for me! The 2 others led me to a suspicious 404. I may be
jumping to conclusions, but that fact that these downloads disappeared (**cough
cough, lawyers, cough cough**) combined with the fact that Adobe offers no
installer that works with Flash CS3 leads me to assume that they really don't
want people using remoting in AS2. I FIND THIS VERY IRRITATING ADOBE! Why
didn't you just include the files in CS3 and save us all these headaches?

Semon Seos

unread,
Nov 20, 2008, 9:14:00 AM11/20/08
to

Bluemashi

unread,
Nov 23, 2008, 9:13:01 AM11/23/08
to
Thanks!

Bluemashi

unread,
Nov 23, 2008, 10:06:26 AM11/23/08
to

Bluemashi

unread,
Nov 24, 2008, 12:48:13 AM11/24/08
to

Bluemashi

unread,
Nov 24, 2008, 9:01:39 AM11/24/08
to
i am very pleasure to have those links.
thank a lot brother

http://astore.amazon.com/garmin-golflogix-gps-20

Bluemashi

unread,
Nov 24, 2008, 11:39:16 AM11/24/08
to

Bluemashi

unread,
Nov 25, 2008, 11:27:09 AM11/25/08
to

changrit

unread,
Nov 26, 2008, 1:55:37 PM11/26/08
to

Bluemashi

unread,
Dec 4, 2008, 2:19:43 AM12/4/08
to

a.guillen3

unread,
Dec 17, 2008, 2:17:30 PM12/17/08
to
Hi jedders
do you Know by any change how to do this in cs4, I been playing around but I can't figure out.
thank you in advance

a.guillen3

unread,
Jan 5, 2009, 5:49:04 PM1/5/09
to
does any one know how to do this in flash cs4

ALEX800610

unread,
Jan 12, 2009, 6:02:33 AM1/12/09
to
share our story:
<p>A insomnia frog:<a
href="http://www.sneakers-shoes.com/story/A_insomnia_frog.html">A insomnia
frog</a>
A Joyful party:<a
href="http://www.sneakers-shoes.com/story/A_Joyful_party.html">A Joyful
party</a>
Bear in eggs:<a
href="http://www.sneakers-shoes.com/story/Bear_in_eggs.html">Bear in eggs</a>
Big alligator:<a
href="http://www.sneakers-shoes.com/story/Big_alligator.html">Big alligator</a>
Birds and bear:<a
href="http://www.sneakers-shoes.com/story/Birds_and_bear.html">Birds and
bear</a>
Carving and desert:<a
href="http://www.sneakers-shoes.com/story/Carving_and_desert.html">Carving and
desert</a>
Chickens and ducks:<a
href="http://www.sneakers-shoes.com/story/Chickens_and_ducks.html">Chickens and
ducks</a>
Clever crow:<a
href="http://www.sneakers-shoes.com/story/Clever_crow.html">Clever crow</a>
Crystal ball's dream:<a
href="http://www.sneakers-shoes.com/story/Crystal_ball's_dream.html">Crystal
ball's dream</a>
Hungry fox:<a
href="http://www.sneakers-shoes.com/story/Hungry_fox.html">Hungry fox</a>
Mom's birthday:<a
href="http://www.sneakers-shoes.com/story/Mom's_birthday.html">Mom's
birthday</a>
Only one goal:<a
href="http://www.sneakers-shoes.com/story/Only_one_goal.html">Only one goal</a>
Piglets temper:<a
href="http://www.sneakers-shoes.com/story/Piglets_temper.html">Piglets
temper</a>
Small white and black pig:<a
href="http://www.sneakers-shoes.com/story/Small_white_and_black_pig.html">Small
white and black pig</a>
The camel is angry:<a
href="http://www.sneakers-shoes.com/story/The_camel_is_angry.html">The camel is
angry</a>
The old dog:<a href="http://www.sneakers-shoes.com/story/The_old_dog.html">The
old dog</a>
The poor and the rich:<a
href="http://www.sneakers-shoes.com/story/The_poor_and_the_rich.html">The poor
and the rich</a>
Broken dreams:<a
href="http://www.sneakers-shoes.com/story/Broken%20dreams.html">Broken
dreams</a>
The little princess:<a
href="http://www.sneakers-shoes.com/story/The%20little%20princess.html">The
little princess</a>
Dance bear:<a href="http://www.sneakers-shoes.com/story/Dance_bear.html">Dance
bear</a>
spring:<a href="http://www.sneakers-shoes.com/story/spring.html">spring</a>
The little princess:<a
href="http://www.sneakers-shoes.com/story/Golden_goose.html">The little
princess</a>
Three rats:<a href="http://www.sneakers-shoes.com/story/Three_rats.html">Three
rats</a>
A selfish giant:<a
href="http://www.sneakers-shoes.com/story/A_selfish_giant.html">A selfish
giant</a>
The value of $20:<a
href="http://www.sneakers-shoes.com/story/The_value_of_$20.html">The value of
$20</a>
The value of stone:<a
href="http://www.sneakers-shoes.com/story/The_value_of_stone.html">The value of
$20</a>
Lonely panda:<a
href="http://www.sneakers-shoes.com/story/Lonely_panda.html">Lonely panda</a>
The cat tricks:<a
href="http://www.sneakers-shoes.com/story/the_cat_tricks.html">The cat
tricks</a>
Intelligent turtle:<a
href="http://www.sneakers-shoes.com/story/Intelligent_turtle.html">Intelligent
turtle</a>
Mouse family:<a
href="http://www.sneakers-shoes.com/story/Mouse_family.html">Mouse family</a>
The king of the forest:<a
href="http://www.sneakers-shoes.com/story/The_king_of_the_forest.html">The king
of the forest</a>
The real strong:<a
href="http://www.sneakers-shoes.com/story/The_real_strong.html">The real
strong</a>
about PUMA El Rey Pony:<a
href="http://www.sneakers-shoes.com/story/about_PUMA_El_Rey_Pony.html">about
PUMA El Rey Pony</a>
adidas Originals 2008 autumn and winter series Oddity:<a
href="http://www.sneakers-shoes.com/story/adidas_Originals_2008_autumn_and_winte
r_series_Oddity.html">adidas Originals 2008 autumn and winter series Oddity</a>
adidas Originals Diamond eternal series:<a
href="http://www.sneakers-shoes.com/story/adidas_Originals_Diamond_eternal_serie
s.html">adidas Originals Diamond eternal series</a>
CLOT x Nike 1World AF1-china:<a
href="http://www.sneakers-shoes.com/story/CLOT_x_Nike_1World_AF1-china.html">CLO
T x Nike 1World AF1-china</a>
KIROIC 2008 autumn and winter quarters for the integrity of the new open:<a
href="http://www.sneakers-shoes.com/story/KIROIC_2008_autumn_and_winter_quarters
_for_the_integrity_of_the_new_open.html">KIROIC 2008 autumn and winter quarters
for the integrity of the new open</a>
Nike ? PHANTACi Air Max 1 THE GRAND joint shoes:<a
href="http://www.sneakers-shoes.com/story/Nike_PHANTACi_Air_Max_1_THE_GRAND_join
t_shoes.html">Nike ? PHANTACi Air Max 1 THE GRAND joint shoes</a>
Nike SB Brazil Custom Series 3 latest product picture open:<a
href="http://www.sneakers-shoes.com/story/Nike_SB_Brazil_Custom_Series_3_latest_
product_picture_open.html">Nike SB Brazil Custom Series 3 latest product
picture open</a>
OriginalFake ? Nike joint Air Max:<a
href="http://www.sneakers-shoes.com/story/Original_Fake_Nike_joint_Air_Max.html"
>OriginalFake ? Nike joint Air Max</a>
PUMA First Round Sketch humorous hand-painted:<a
href="http://www.sneakers-shoes.com/story/PUMA_First_Round_Sketch_humorous_hand-
painted.html">PUMA First Round Sketch humorous hand-painted</a>
PUMA retro washed EASY RIDER Machine Wash Human Touch:<a
href="http://www.sneakers-shoes.com/story/PUMA_retro_washed_EASY_RIDER_Machine_W
ash_Human_Touch.html">PUMA retro washed EASY RIDER Machine Wash Human Touch</a>
</p>

ALEX800610

unread,
Jan 12, 2009, 6:07:42 AM1/12/09
to

<a target="_blank" href="http://www.sneakers-shoes.com">
NIKE DUNKS</a>
<a target="_blank" href="http://www.sneakers-shoes.com">
NIKE DUNK</a>

ALEX800610

unread,
Jan 12, 2009, 6:23:14 AM1/12/09
to
thanks

C-Rock

unread,
Jan 16, 2009, 8:45:30 PM1/16/09
to
I'm using Flash remoting in CS4 just fine with Coldfusion. I use it in AS 2 and 3. So I'm guessing it will be around a little while longer?

iamphison

unread,
Feb 3, 2009, 12:09:38 PM2/3/09
to
Thanks
0 new messages