IBM developerWorks
           Flash Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignFlash Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old January 24th, 2003, 05:41 AM
mbritton72 mbritton72 is offline
Shrill Digital God
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: Raleigh, NC
Posts: 64 mbritton72 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m
Reputation Power: 8
PHP Flash Remoting

I don't want to jump the gun too much because this is very new, but there has been a mild breakthrough in Flash / PHP communications in the form of PHP / Flash Remoting. To get the latest information on this visit the Flash-DB message boards:

http://www.flash-db.com/Board/


Mike
__________________
I'm not impatient, I just have a low tolerance for boredom.

Reply With Quote
  #2  
Old January 27th, 2003, 02:09 PM
VAYKENT VAYKENT is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: Provo
Posts: 36 VAYKENT User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Mild???

lol

That's an understatement... let's put this in perspective....

Flash Comm Server License for 500 users:: $4999

PHP ASM/Remoting Solution for unlimited users:: $FREE

So... I'd say it's pretty big....

Reply With Quote
  #3  
Old January 27th, 2003, 06:32 PM
mbritton72 mbritton72 is offline
Shrill Digital God
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: Raleigh, NC
Posts: 64 mbritton72 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m
Reputation Power: 8
True!! I've done some things with the new PHP remoting and I have to say it's pretty cool. Kudos to Musicman and the folks over at flashdb.com who are making it happen.

Are there any "official" docs yet?

Reply With Quote
  #4  
Old January 27th, 2003, 06:48 PM
VAYKENT VAYKENT is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2003
Location: Provo
Posts: 36 VAYKENT User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
Clearly not from MM - the big 'mothership' as JD says... and I don't think we're likely to see any soon... MM tends to enjoy hiding things... which is fine. The community does a good enough job anyway.

Bokel was the first to 'decode' the format I think.... and he did it for the SOL file format... which Musicman applied to Remoting and voila! it works...

Reply With Quote
  #5  
Old April 8th, 2003, 06:45 PM
Governor Governor is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 2 Governor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Incorrect...

"That's an understatement... let's put this in perspective....

Flash Comm Server License for 500 users:: $4999"

You don't use FlashCom to perform remoting tasks...FlashCom is the server for streaming video and real-time multicast communication like text chat and video chat.

However, Flash Remoting MX still isn't cheap either, at a price of $999 per CPU. Still, quite a bit cheaper than FlashCom.

Reply With Quote
  #6  
Old April 9th, 2003, 04:46 AM
webcase's Avatar
webcase webcase is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 7 webcase User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
New technology... my question is: what is the advantage of using flash remoting over the usual flash/PHP interaction (I mean the use of LoadVars, XML...)?

I downloaded the whitepaper "Using Flash Remoting MX" and I didn't find out anything that couldn't be done the "old way". I ask myself if it's worth learning something new, less portable, and with no added value.

Please tell me the opposit.

Thx,
*M

Reply With Quote
  #7  
Old April 9th, 2003, 05:04 AM
Governor Governor is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2003
Posts: 2 Governor User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Remoting vs. XML

Well, I haven't had the opportunity to try the new Remoting for PHP, so I'm not familiar enough with the API's to really give you a good rundown.

I can tell you, as a former MM employee, what MM sees as the benefits to using Remoting vs. XML in the platforms they support (CF, .NET, and Java).

1. Easier development. You can access server components without having to write any server code for formating data into XML or another format for Flash.

2. Provides better peformance for larger datasets. So if you're returning recordsets with only 5 or 6 records, then you're not going to see a whole lot of performance improvements vs. XML, but you will see improvement over recordsets of 100+ records, or somewhere thereabouts.

Once again, those numbers are approximations on my part, and I have no clue how the PHP Remoting stacks up to Remoting for any of the other platforms.

Reply With Quote
  #8  
Old May 3rd, 2003, 01:13 PM
mbritton72 mbritton72 is offline
Shrill Digital God
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: Raleigh, NC
Posts: 64 mbritton72 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m
Reputation Power: 8
Yeah, I see the advantage in your ability to call PHP classes from inside your ActionScript. A true conduit between them makes anything possible -- any kind of data in any structure you need it. Sure you can do it the old way, but standardizing the way its done makes advancement of the technology more rapid. And I really really dig that.

Reply With Quote
  #9  
Old May 4th, 2003, 03:50 AM
PhillyPino PhillyPino is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2003
Posts: 325 PhillyPino User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 6
I got banned from that forum. I just joined this morning and did not spam. I only had one post!!! What the heck is wrong with them?

Reply With Quote
  #10  
Old May 6th, 2003, 08:28 PM
freddydoesphp freddydoesphp is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2000
Posts: 669 freddydoesphp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Probably the biggest points to be made for remoting, are the bianry AMF format used for transporting data. It is much more lean than XML and doesn't have the overhead of parsing XML. The other being the ability to have data types created in flash automatically based o nthe data types sent from PHP. Something that had to be done manually with the traditional XML methods.

Reply With Quote
  #11  
Old May 7th, 2003, 08:32 AM
mbritton72 mbritton72 is offline
Shrill Digital God
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: Raleigh, NC
Posts: 64 mbritton72 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m
Reputation Power: 8
True, and with the addition of PEAR this is a really powerful and potentially fast platform. I just wish it could be taken beyond sourceforge status and "into prime time" — meaning MM's Devnet via tutorials and downloads.

Reply With Quote
  #12  
Old May 7th, 2003, 11:03 AM
freddydoesphp freddydoesphp is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2000
Posts: 669 freddydoesphp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Come on now, you really think MM is gonna put a free product that does essentially what theirs does on devnet, when they stand to lose out on thousands of dollars in revenue from the non-free remoting products? Remoting for Java and .NEt is lots of money.

Reply With Quote
  #13  
Old May 7th, 2003, 12:04 PM
mbritton72 mbritton72 is offline
Shrill Digital God
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: Raleigh, NC
Posts: 64 mbritton72 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m
Reputation Power: 8
Remoting w/ ColdFusion is MUCH easier and produces much less code than the PHP equivalent. CF has always been an app server scripting language for entry-level programmers, and its appeal continues to be in the realm of rapid development and easy ramp-up. Not to say there aren't some really good programmers coding in CF; rather, my point is I don't see PHP stealing any of CF's thunder. I want to see MM support PHP remoting. They have a whole PHP section on their website -- why not include a remoting subsection? The cat's out of the bag.

Reply With Quote
  #14  
Old May 7th, 2003, 12:09 PM
freddydoesphp freddydoesphp is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Jul 2000
Posts: 669 freddydoesphp User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 9
Hey I am not here to argue, but Macromedia owns ColdFusion, they have a stake in it whether it fails or succeeds, but they have no control over PHP and its development. The only reason they put a section on devnet, IMO is because of the outcry from the community to show what Dreamweaver can do with PHP. Furthermore how PHP can be used to pass data to flash in a traditional manner, ie XML, LoadVars, etc...

But they will gain nothing from acknowledging amfphp. Thats why none of the macromedia guys are even mentioning on their blogs, for that very reason, again IMO. As soon as they acknowledge it, they are basically saying, hey you can do for free what we want to charge you a whole bunch of money to do. Its just how I see it.

Reply With Quote
  #15  
Old May 7th, 2003, 12:35 PM
mbritton72 mbritton72 is offline
Shrill Digital God
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2001
Location: Raleigh, NC
Posts: 64 mbritton72 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m
Reputation Power: 8
Are there any AMF-PHP weblogs yet?

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignFlash Help > PHP Flash Remoting


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump