all groups > macromedia flash flash remoting > february 2004 > threads for february 8 - 14, 2004
Filter by week: 1 2 3 4
Tutorial on using Datagrid in Flash Remoting
Posted by Paul Whitham at 2/14/2004 1:03:58 AM
Does anyone have a simple tutorial on how one sets up a datagrid to accept
content provided from a database via Flash Remoting, either using the old
methods from MX or the new connectors in MX2004.
The ones on the MM site all seem too complicated.
Can you reply by email as well.
--
reg... more >>
HTML TAGS into XML
Posted by chnklta at 2/13/2004 9:21:34 AM
Hi, can anyone help me?, I?m trying to include HTML tags into XML like <news><b>this is a test</b></news>, and import into htmlText field into flash. can anybody help me?.... more >>
dataGrid.setScrollPosition() method broke
Posted by srichter at 2/13/2004 4:34:59 AM
The method setScrollPosition() seems to be broken in the 2004 ui components..
for the data grid and list box both, nether will set or setScrollPosition() .
is anyone else experenceing this.. here is a link to the application
[L=MP3Player]http://www.flynmonkey.com/lp/player.swf[/L
... hit the... more >>
Displaying data in a combobox
Posted by Ken Mosley at 2/12/2004 4:28:38 PM
I am having trouble understanding why I get undefined at the end of each =
line of my data(e.g. Arizonaundefined).=20
When I use cb_CourseName.setDataProvider(result); I do not get that =
display.
I am using the following AS:
#include "NetServices.as"
#include "NetDebug.as"
#include "Da... more >>
Cf mail with flash remoting (flash 2004 pro)
Posted by Ricardo Viana at 2/11/2004 12:57:39 PM
Hi,
Did any of you tried to send a email from flash and CFC with the
<Cfmail></Cfmail> tag?
I have a web application that sends data to SQL 2000, and I want that
simultaneously send an email to me saying that the database has a new
record.
... more >>
Server Side AS question
Posted by J_a_m at 2/11/2004 9:25:25 AM
Hi
I didn't use Server-side AS before, but guess that it might help me in
transferring some of the CPU load from client to the server side. I need help
in implementing the following
Currently I use the flash remoting for getting data from database (Flash <->
JRun4 (JavaBeans) <-> MS SQL). ... more >>
Return an array to Remoting
Posted by Luca Evangelisti at 2/10/2004 4:19:37 PM
Hi, i need to return an array to flash remoting from a vb.net web services.
That's my try:
<WebMethod()> Public Function Contents() As arrayList
..
dim test as arraylist
test.add ("1")
test.add ("2")
..
..
return(test)
Flash show only first value, i cannot access to resul... more >>
flashgateway in web.config--failure in asp.net
Posted by Rooster60602 at 2/10/2004 3:56:37 PM
This is really strange...I've created a flash app that does a roundtrip between
..swf and a .aspx file to pull records from a DB and populate a datagrid with
XML-formatted results (building for a client who doesn't have Flash Remoting).
For some reason, the httpModules declaration in the web... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Mozilla - Firebird - JSP - Tomcat
Posted by olivier_jaillet at 2/10/2004 11:03:24 AM
Hello
I have install the trial version of Flash remoting on our Linux server
The demo works fine with Netscape 7 and Explorer 6 but it' not working with
Mozilla Firebird.
Does anyone experience the same probleme
The Flash player Version 7,0,19,0 installed successfull
Jarkata tom... more >>
myconnection.setCredentials not passing variables
Posted by bluestix at 2/9/2004 10:39:10 PM
[b] myconnection.setCredentials[/b] is not passing variables to cflogin
structure
I have set up the movie with two functions returning values so I can make sure
that at least one of them works
When I preview in Flash HelloWorld returns a value but Login returns a null
value everytime
Whe... more >>
Flash Remoting & .NET Assembly Security
Posted by Joshua Sanderson at 2/9/2004 11:22:20 AM
Hopefully this hasn't already been hashed out somewhere. I couldn't find it
if it was. A few thoughts and one question regarding security in Flash
Remoting w/ .NET:
(Everthing below is in regards to using Flash Remoting to call class methods
in .NET Assemblies directly.)
1) It seems that ... more >>
Newbie Question
Posted by AviB at 2/9/2004 3:37:23 AM
I just started learning flash remoting, and i downloaded a sample app and it
works fine but i can't figure out how to pass a variable through flash to the
cfc and then have the cfc do a query and pass back the results, can someone
please help me figure this out, any help is very much appreciat... more >>
|