all groups > flash data integration > february 2006 > threads for february 15 - 21, 2006
Filter by week: 1 2 3 4
close php script once run from Flash
Posted by Raj_Sol at 2/21/2006 11:24:54 PM
Hi,
Anyones help on this would be much appreciated.
I have a php script as follows:
<?php
$userScore = strip_tags(trim($_POST));
$wrongQuestions = strip_tags(trim($_POST));
include("connect.php");
$query1 = "INSERT INTO num_test1_useranswers (Questions_Wrong, Score)
VALUE... more >>
XML.load with relative paths in Flash 8
Posted by SMakinson at 2/20/2006 6:47:05 PM
Does anyone know if something has changed in Flash 8 for loading XML in the
same domain? I have never had any trouble with this before. I am working on a
project that relies heavily on XML and I am loading XML fine locally. It also
works in the server when I add the fully qualified domain name... more >>
Urgent Help Required
Posted by welsh_steve_7 at 2/19/2006 10:17:02 PM
Hi everyone,
Just wondering if anyone might be able to help with my problem. I've got a
flash movie pulling data from an ASP file. It works fine in Netscape, however,
the data is not displayed when using IE6. It displays on IE6 & netscape
locally, but not in IE6 when uploaded to host.
... more >>
Forms Basic
Posted by Brain327 at 2/18/2006 8:23:24 PM
Hi
I am new to Macromedia...
Trying to build a simple form that has Dynamic Text fields, Numericstepper,
calendar, check box, email field etc.
My first attempt is at http://www.internetx2.com/marie/fla/form.fla and
form.swf
All I want to do is email the completed form to the my cus... more >>
ASFunction again .. very close but not quite there
Posted by Nancy Gill at 2/17/2006 5:33:02 AM
I have to call a new XML file from the current XML file via a link from what
is playing in the TextArea. That link will load a new title into a label
field, a new picture into a loader and new text into the TextArea. I am
trying to use ASFunction to do this, but it doesn't work.
My fun... more >>
Offline Database
Posted by G.RILLA at 2/15/2006 12:49:26 AM
Hi,
I'm developing a flash presentation as a teaching instrument for hospital
patients who are going through treatment for cancer. I'm sort of new to the
programming side of Flash. I wanted to know if there was a way that I could set
up a presentation that would have basic text and animat... more >>
Need to Access a Local Variable
Posted by MajorH at 2/15/2006 12:00:00 AM
How do I access a variable that is generated within a function? For example, in
the code below, I need to access the "count" variable (which is generated in
the "startMovie" function) in another layer.
function startMovie(success) {
if (success == true) {
var childItems:Array =
mx.xpat... more >>
Flash and HTML tags in XML text
Posted by giegi at 2/15/2006 12:00:00 AM
I have an XML which i use to get some links to be displayed in a textField
inside Flash.
My problem is that Flash seems to misunderstand the entities in the XML file.
Inside XML file I tried to write the tags in a CDATA section, whitout it, as
XML entities or HTMl entities, but flash cannot ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|