all groups > flash data integration > july 2006 > threads for july 8 - 14, 2006
Filter by week: 1 2 3 4 5
Flash / VB.net getvariables problem
Posted by catinahat =^..^= at 7/14/2006 6:37:17 PM
I have a flash8 object embedded in a VB.net form. I use GetVariable and
SetVariable from VB to get and set variables in the flash movie. This works
great until you try to do a GetVariable on a variable in the movie that hasn't
been defined. I would expect it to return 'undefined' or 'null', bu... more >>
How to connect to database using php
Posted by jlw12689 at 7/14/2006 3:10:18 PM
Im new to data input using flash, can someone please tell me how to connect to a mysql database.... more >>
PHP and Flash parsing problem
Posted by Fermiona at 7/14/2006 12:00:00 AM
I have a flash application which contains a "dynamic text" with a var name
"myVar" and an instance name "dt_txt"
I have a button to which I attached the code:
____________________________________
on (release) {
var lv = new LoadVars();
lv.load ("http://localhost/test.php");
lv.onLo... more >>
Flash and ColdFusion
Posted by t3projects at 7/13/2006 7:13:10 PM
Every article I read seems to say you need Flash MX 2004 Professional to
connect with ColdFusion. I was wondering if I could just use Flash 8 and
ColdFusion together and what would I need to connect. In the tutorials I have
read I needed two includes of #Netservices or something like that. If ... more >>
Access Database with ASP
Posted by natg504 at 7/13/2006 3:20:12 PM
I'm new to using Flash with a database, but I need to set up a Flash
application that will access data in my MS Access database. I would be using
ASP, and I'm using Flash MX Pro. What would be the best way to do this? Are
there any good basic tutorials out there?
THanks,
... more >>
Caching problem in asp.net
Posted by J J at 7/12/2006 3:37:55 PM
I have a swf file embedded in an asp.net master page.
The swf displays a menu based on data obtained from an xml file.
I am having problems with caching - the menu should change but I have to
refresh the browser to get it to display correctly.
I have called the data within the swf file as s... more >>
dataGrid cellPress event
Posted by najh at 7/10/2006 2:48:47 PM
(flash 8 pro)
I have a dataGrid which i've populated from an XML file.
I want to be able to click a row and to use information from that row. This
seems fine at first, but then when I click the headers to change the sort
order, the data isn't in the same order as the XML file anymore, so t... more >>
How to capture data from a contact form
Posted by WWW.N2WIN.COM at 7/8/2006 6:35:11 PM
Thus far I've learned how to create a contact form with fields for name,
e-mail, phone number, and comments to include a button for send and a button
for clear. My question is what do I do next to capture and send the data to me
via e-mail? I'm told I could do it with PHP in my SQL I haven't ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Accessing web.sitemap XML file - completely stuck!
Posted by J J at 7/8/2006 4:28:23 PM
Web.sitemap is the default name of the XML sitemap file used in asp .net web
sites. I am having trouble opening it in an embedded .swf on any of my web
pages.
When I use the Flash command:
myXml.load("Web.sitemap");
I get an error. However when I change the file name and command to 'Web... more >>
|