all groups > flash data integration > april 2006 > threads for april 8 - 14, 2006
Filter by week: 1 2 3 4 5
Error loading url
Posted by xzander at 4/13/2006 1:42:15 PM
Im trying to load a asp generated xml format file from within flash IDE. When
uploaded to server this works fine, so the file it self is OK, but it cant seem
to load from inside. Im sure this did work before, but stopped when I switched
to flash 8 likely (probaly something else but thats the b... more >>
Calling a javascript function from flash
Posted by sixstringdev at 4/13/2006 1:04:14 PM
Is it possible to call script functions from a flash object that the flash
object will only be able to access once it is placed on an html page?
I'm pretty new to flash, and I'm basically wanting to be able to build a flash
object that can inter-act with javascript functions that will be acc... more >>
Load Remote XML
Posted by Phomari7 at 4/12/2006 5:42:31 PM
I am trying to get my flash app to read a continuously-updated xml file from a
remote location.
-The xml file on my server changes constantly so my flash app needs to be
reading it continually, kind of like a ticker.
-My app is able to load the xml file correctly the first time, but t... more >>
noob question: loading variables from an asp file
Posted by andyburgess at 4/12/2006 4:27:34 PM
hi,
im totally new to flash 8 and am currently trying to get flash to draw some
information via a variable on an asp page already created.
when i type the following at the bottom of the page where all the queries
etc...
<%
Response.Write("myvariable=" & StationName)
%>
this ... more >>
Accessing MS Access data from Flash
Posted by forumnotifier at 4/12/2006 2:39:25 PM
Hi, I'm trying to create a quizwhere the user selects a radio button and the
answer needs to be checked in an MS Access 2003 table for correctness. Can
anyone help me connect my application with the DB and get it to work properly?
Thanks, Robert
... more >>
writing to local disk from Flash
Posted by Johnny_boy at 4/11/2006 10:41:06 PM
I have a training presentation on a local network - when an employee logs in,
and clicks on the training, it writes a .txt file with the users name, the test
code, and a score of 10. If they exit on the 2nd screen, they get a 20, etc. If
they complete all slides, they get a 100 and a passing s... more >>
sending arrays to php
Posted by ck1mark at 4/11/2006 5:59:09 PM
Im sending an array to php and I think php takes it like a string.
In flash:
loadVars.arr = my_array
In php: $s_arr = $_POST;
if i index $s_arr i only get a letter
if i do foreach to loop through the array passed it never executes..
What can i do
... more >>
Flash in Dreamweaver
Posted by stretchi69 at 4/10/2006 7:30:33 PM
Hi! I created an analog clock in Flash and am trying to put it in my
Dreamweaver site. The only thing I get is a puzzle piece looking thing in
Dreamweaver and nothing on my website. I am new to this and am wondering if
there is some trick I don't know about having the two work together.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
html text loading problems,
Posted by James Lytle at 4/10/2006 7:11:40 PM
I've got an html file loading into a TextBox that is within several mc's and
not on the _root level either. my html actually loads and I can see the picture
but not the text. The crazy thing is I can actually select the text, and copy
and paste it somewhere else! Its there but all I can gather... more >>
HTML tags usage into XML
Posted by xmlissue at 4/9/2006 8:58:57 AM
Hi,
here my issue:
Scenario
dynamic flash with data extracted by a database and provided to the flash
application through action script using XML commands
inside the XML nodes there are HTML tags, generally formatted text as bold,
italic and so on
Issue
everything works really fine,... more >>
Create an external file
Posted by Star Tail Pro at 4/8/2006 10:19:55 PM
Is it possible to build a flash programme that will create new files that can be accessed or edited. I would like to know all the possible ways.... more >>
Changing path to mysql
Posted by mike warby at 4/8/2006 7:15:46 PM
I am playing around with the RDMBS-ASP2 sample.
I have it working on our server.
I have converted the database to MYSql and need help on the changes =
within the asp script.
The script is as follows:
Private Function IDExists(Table,KeyField, KeyID)
'Check to see if id field exists=20
'W... more >>
ASP Response.write() is acting strange.
Posted by JakeTheSnake3.0 at 4/8/2006 12:00:00 AM
Hey everyone!
My problem thusfar is this:
I have my asp page returning variables to flash no problem. However, the last
Response.write() method returns not only the values that are inside the ( ),
but everything after that as well...just to provide an example...
if I were to have t... more >>
Flash / XML security / access issue...
Posted by daveystew at 4/8/2006 12:00:00 AM
Hi All,
Flash + XML = a very good thing, but there's a security issue to have flash
loading data from an obvious directory, such as /xml. Just today, I went to a
record label's site, typed in /xml to the address bar and I was able to view
all the mp3 source file locations in the xml docs.
... more >>
|