all groups > flash data integration > february 2006 > threads for february 8 - 14, 2006
Filter by week: 1 2 3 4
buttons that display jpgs from database
Posted by mattwilkerson1121 at 2/14/2006 8:53:15 PM
Hi I am new to using flash with php and databases so I will try to make this as
clear as possible.
I have a flash movie that has a button component in it and I want the
button(movie clip) to display a logo,
that is a saved jpg in my database. I would like to have an admin page (php
maybe... more >>
Display PHP variables in Flash
Posted by Raj_Sol at 2/13/2006 5:00:59 PM
Hi,
PLEASE, can anyone help me with what seems relatively simple, but which seems
to be causing me an absolute nightmare!
All i wiish to do is display a php variable in a dynamic text field in flash.
I have tried several methods and tutorials, but to no avial. This is what i
have at the ... more >>
Loading content into TextArea component from external file
Posted by Nancy Gill at 2/13/2006 4:16:15 PM
I have external xml files that load into text area components via a link in
the current xml file .. loads into the same space. In other places, where I
needed to open external URL files, I used the asfunction and GetUrl to open
a browser with the external URL. However .. using the same metho... more >>
Dreaded SetVariable function
Posted by ahMaDness at 2/13/2006 12:00:00 AM
Hi guys and thanks in advance for reading ,
I hope im not repeating a thread, but ive researched far and wide,
and cannot find a solution that works.
I am using the javascript SetVariable function to change the value
of a parameter in flash. In IE it works nicely, thoug... more >>
Media Playback Component
Posted by alex_dude_122 at 2/13/2006 12:00:00 AM
Sorry if I posted this in the wrong forum. I thought this one matched my case.
Anyways, I'm using the Media Playback component in flash, I'm using Macromedia
Flash MX 2004. When you click the top-right of the screen when a movie is
playing (One that I created with the Media Playback Compone... more >>
can't get flash to loop through looped info from php
Posted by italoCalvino at 2/12/2006 12:00:00 AM
I have php using a for loop to gather sets of info from a mysql database and
then send it over to flash. I can't get Flash to loop through it and print it
out. I'm attaching my code from both the flash page and the php page. If
anyone would be willing to take a look at it I'd certainly appr... more >>
XML Preview Bug?
Posted by cory_clarke at 2/11/2006 3:17:26 PM
Has anyone run across this problem, and hopefully a fix? I'm working on PC with
Flash 8 and recently have had a problem crop up. I do a lot of development with
XML and typically have no problem. However, recently all of my files that have
been working fine suddenly stopped working when I test ... more >>
XML question
Posted by Fatmat at 2/9/2006 8:06:56 PM
I'm trying to load an XML file that has some different variables such as:
<?xml version="1.0" ?>
<aircraft>
<fixedWing>
<aircraft1
aircraft ="Casa 212"
camera ="16DS-M"
customer ="Spanish Fisheries"
image ="aircraftImages/CASA-212 M16DSM.jpg"
/>
<aircraft2
aircraft ="Ca... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Problem loading PHP string
Posted by wonka145 at 2/9/2006 1:45:33 PM
I have an flash application using loadvars(); to grab a bunch of variable. When
creating the application I was using test file testdata.txt with an example
string. My actionscript runs perfectly from the server using this txt file.
However when I switch that to read a PHP file that outputs the... more >>
Concatenating variables onto a LoadVars
Posted by italoCalvino at 2/9/2006 12:00:00 AM
I have a (for i=0;i<num;i++) loop and it tries to concatenate the variable "i"
onto the end of a loadVars variable, called "firstName". I'm doing this so
that it will match the "firstname".i variable that is being passed from a php
program.
I have tried using: +i, .concat(i), .toString(i)... more >>
Web Service problems
Posted by sdmah at 2/9/2006 12:00:00 AM
I know this is posted some times, but i cant seem to find the right solution.
I always get the error : Error opening URL
"http://localhost/getTime/Service1.asmx"
and : Unable to connect to endpoint: http://localhost/getTime/Service1.asmx
He seems to load the webservice, but the moment i ca... more >>
updating xml from flash
Posted by madansr at 2/8/2006 2:51:03 PM
i have a xml file that i call within my flash app. i want to append some
attribute data to one of the nodes. flash updates the xml while in runtime but
doesn't save the xml file. i want to run the flash app as standalone app (i
mean not on a server). i need to know, if there is any way i can ... more >>
loadVars Intermittent Problem
Posted by PCFlashGuy at 2/8/2006 1:32:19 AM
I am the developer of a Flash application that is currently being used about
8,000 times a day. As part of the initialization process, the application uses
LoadVars.sendAndLoad() to access a ColdFusion app on our servers, which
extracts data from the database and then sends it back to the Flas... more >>
XMLconnector Data
Posted by Polymnie at 2/8/2006 12:00:00 AM
Hello,
If i make a new XML and a sendAndLoad on a RSS feed, it's working perfectly.
(case1)
If i try to load the same RSS feed via the XMLconnector, the loading faill.
(status error 9, difference between start tag and end tag) (case2)
I haved a look on XMLconnector class and the trigger ... more >>
|