all groups > flash data integration > march 2007 > threads for march 8 - 14, 2007
Filter by week: 1 2 3 4 5
Dynamic Flash Text loading problem
Posted by CirusSF at 3/14/2007 4:42:36 PM
I am trying to get the player to load scrollable text from a html file. I can
get it to load the text - or at least the first 18 or so lines of text & then
it stops. This text scrolls just fine. Anyone have any ideas why it wants to
stop after a certain amount of text? Is there a limit or a... more >>
Rendering XML Code incorrectly
Posted by jjulie at 3/13/2007 11:04:45 PM
Hi
I'm pulling text from an XML file that was created throug Filemaker.
Some of the text has special characters like ampersands or quotes etc.
In the XML file those characters look like they would look in a regular HTML
file (& or ')
But once it's imported into the textfield in Flash i... more >>
Integrate Flash graphic with MySQL???
Posted by bob_reist at 3/13/2007 8:09:51 PM
I am a DBA and I provide data to the developers at my company in XML format.
The developers create Flash graphics and use the XML to populate data
variables. I want to start requiring the developers to make calls directly to
my MySQL databases so anytime i have to make a change to the underlyi... more >>
Flash database OFFLINE
Posted by robtinner at 3/13/2007 3:45:17 PM
I am trying to create a 'Password' database with flash to push both to and from
an external database, the only problem is that I do not want to have to run IIS
or Apache or any other web server.
Is there any way to read a non localhost/web based type database within flash?
If so can someon... more >>
Send variables to database without opening broswer
Posted by ralphsimmons at 3/12/2007 5:11:46 PM
I have a standalone flash app that needs to get user input and send it to a
remote server / database. When I use the method below, a browser window opens
which I don't want to happen - I want the data to be sent but not display the
page.
my_lv.fname = fname;
my_lv.lname = lname;
my_lv.... more >>
XML select data by value
Posted by shadeland at 3/12/2007 2:38:31 PM
I am looking to select XML in flash from an external XML file by a tag's value.
var xnRoot:XMLNode = this.firstChild.firstChild.firstChild;
How do I select like the forth child by its value of "my text value".
... more >>
Referencing what is in a movieclip
Posted by thahip at 3/12/2007 1:22:25 AM
Hi,
I am calling an image from a server to be displayed in flash using php, mySQL.
If the image is in part of a browsing gallery where there are eight images on
screen all in movieclips how do I get it so when a movieclip is clicked it
recognises what image it contains and then goes to ano... more >>
Flash Application
Posted by scooner_s at 3/9/2007 2:11:25 PM
Hi All,
I am quite new to flash and actionscripting. I have a question regarding an
offline application I am looking at building.
Here is the problem:
I will have a certain number of excel spreadsheets over the course of a month.
Each day a new spreadsheet is created. Each sheet wi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Stopping the same random image
Posted by thahip at 3/9/2007 1:18:24 AM
Hi,
I am loading 8 images into 8 movie clips using a random number generator. it
is working but it loads in the same images in places. I need the 8 images to be
different. They are being loaded from a mySQL database using php. Does anyone
have any tips?
I'm using this actionscript code... more >>
Combobox linked to XML in external SWF
Posted by Clubspinner at 3/8/2007 12:00:00 AM
I have made a track/artist/album database linked to an XML file as a 260x150 px
module to load into my main SWF page when the user clicks a button. When tested
as a lone SWF, my track list module works fine. However, when it is loaded into
the main SWF, the comboBox does not respond, but the f... more >>
|