all groups > flash data integration > february 2006 > threads for february 22 - 28, 2006
Filter by week: 1 2 3 4
Hyperlink & XML Connector
Posted by jenderrick402 at 2/27/2006 5:38:49 PM
Background: I am using the xmlConnector component to load the title of pdf
articles into a list component. Besides a title tag, my XML document also
contains a link tag that holds the path to the pdf document.
Question: How do I make pdf titles hyperlink so that when the user clicks on ... more >>
Flash Variables
Posted by stuart__s at 2/27/2006 12:00:00 AM
Hello, I am hoping someone out there will be able to help me.
I am passing variables from text fields on my flash project through to a mySQL
database via PHP. The text field I am trying to pass is around 600 characters,
and I always get an error when passing this large amount of text.
C... more >>
Flash and MS-Access
Posted by raja.cd at 2/25/2006 12:00:00 AM
Hi,
In mysite i have one guestbook,in that some fields are there like
name,email,city.
my problem is how to connect flash and ms-access,how to update the ms-access
database using flash(for example when i press submit button then the name,email
fields should be stored in ms-access databas... more >>
XML Parsing NOT Working - Path Issues
Posted by Airedalez at 2/24/2006 7:51:48 PM
I am trying to parse some XML of photos from Flickr. This is the xml that gets
returned when I load it:
<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="ok">
<photos page="1" pages="94" perpage="10" total="937">
<photo id="95398437" owner="31524827@N00" secret="bde8208452" server="22"... more >>
#include substitution question
Posted by difoggio at 2/23/2006 8:46:32 PM
hi,
the #include directive is invoked at compile time. i need to use something
simular that will be invoked at runtime. this nice thing about #include is it's
so simple. is there something that's perhaps the same but using, perhaps, .xml
or an .as or .txt file that can be set up to work at r... more >>
XML containing HTML refrencing CSS for dynamic textFields
Posted by jholter at 2/23/2006 6:56:47 PM
I have built a website that utilizes a XML backend I have nodes containing
HTML using just flash supported tags and class attributes for CSS However when
I access my XML node containing the HTML and put its childNodes into a
textField no formating shows up and all breaks and paragraphs are pr... more >>
Flash MX 2004 and databases
Posted by don Carlos at 2/23/2006 5:32:25 PM
What is it that Professional does that Flash basic doesn't do with respect to
accessing databases? It looks as though I can use php as an intermediary to
move data both ways. Is there some set of hooks in Pro?
Thanks:confused;
... more >>
How do you add dynamic href's to .swf files
Posted by atom heart at 2/23/2006 5:19:42 PM
In a tool we developed a simple wizard tool that generates code (links)
dynamically for over 1200 diferent entities.It can create text links, button
image links and banner ads. We use Java script to make the call to a .asp page
which goes to the data base for that specific link with the unique... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using flash to build a register page
Posted by martinstaceyuk at 2/22/2006 6:05:26 PM
Hi, i have set up this register page:
http://www.kjslaundry.com/register.php
it's working fine, with mySQL and php. what i would like to do, is instead of
it being a html page, make it a flash page. How do i get flash to talk to the
database?
... more >>
flash form
Posted by leaguer44 at 2/22/2006 5:33:02 PM
created a form in flash for website. have all the field validations working but
when i execute the submit commmand there are no error messages so the post must
be working but the email never gets sent...does anyone know of a canned one
(asp or php)on the internet that works?...and also i was w... more >>
flash 8: sql import?
Posted by ck1mark at 2/22/2006 3:53:01 AM
do i have to import anything to make a sql connection string?
and how do i make a connection string for mysql?... more >>
Using variables from URL
Posted by ifmi at 2/22/2006 12:00:00 AM
Hi,
I have a e-postcard, where U can choose parts, combine them together, add some
text.
the idea of this postcard is that after U choose the parts U want, you can
send it to somebody.
All parts are separate movies.
the button has code:
on (release) {
loadpart (partname, p... more >>
|