all groups > macromedia flash flash remoting > april 2005 > threads for april 8 - 14, 2005
Filter by week: 1 2 3 4 5
Returning custom objects with asp.net
Posted by mossu at 4/14/2005 10:04:21 PM
Hi, I'm quite new to Flash remoting, and I am trying to return an object that I
created in ASP.Net and every example I can find only returns strings.
Let's say I have this class in a loadPerson.aspx page, is it the proper way to
use this functionnality? :
Public Class Person
Privat... more >>
Loader component
Posted by yntze at 4/13/2005 2:10:18 PM
hello,
I've a made a movie which contains a loader component to load an external .swf
file. This external swf files contains a preloader. However when loading this
external file in the main movie, the screen first appears white and then it
directly shows the the external swf content. It se... more >>
pass an array from C# to Flash
Posted by Sintwar at 4/11/2005 12:00:00 AM
I am pulling my hair out here... I can very easily pass 1 variable at a time
from C# to Flash like this: C#: Flash.Result = whatever Flash: function
whateverCode_Result( result ) { myText = result; } probably about the
simplest thing I have ever coded. For some reason, I have tried every... more >>
??? letters from database
Posted by Jostein Eikanger at 4/10/2005 12:00:00 AM
I've created a mySQL database and use AMFPHP to connect. I use norwegian
letters (?, ? and ?) in the DB, and everything works fine when using a local
server. BUT when I connect to the DB on my webserver Flash Player writes "?"
instead of the letters "?, ?, ?". I've tried the same queries from ... more >>
Flash Remoting and server notification
Posted by seldrick at 4/10/2005 12:00:00 AM
Hi all,
I would like to know if a flash client can be notified of a certain event
happening in the server side like a Java application server ?
example :
- one application server (JBoss, Tomcat or Weblogic)
- 2 flash clients using Flash Remoting to connect to the application server
... more >>
|