all groups > flash data integration > november 2005 > threads for november 8 - 14, 2005
Filter by week: 1 2 3 4 5
loader and xml not working
Posted by tomy41 at 11/13/2005 11:53:19 PM
I have created a simple flash movie that uses a grid, a dataset,a xml connector
and a xml file. It works good when i tested. My issue happens when created
another movie with a loader and load the first movie. It loads correctly but
the connections doesn?t work. The information never appeared i... more >>
!! Inserting HTML document !!
Posted by the Griot at 11/13/2005 5:47:34 PM
Hello.
My webpage (www.talhagriot.com) has a News section. For convenience, I want
the news section to display a simple HTML document, so that when I update the
..html file, the news section updates itself. Like XML, you know?
What's the best way to embed an HTML document into a Flash pa... more >>
Dynamic Flash - CHARSET PROBLEM
Posted by artfabrique at 11/13/2005 10:49:41 AM
I have troubles whith passing text which i get from MySQL database to FLASH
movie.
CASE 1
I have a PHP script which prints some text in UTF-8 encoding
for example:
<?php
print("text=BLA BLA BLA&text2=??? ??? ??? ???");
?>
in this case text and text2 (english and russian) displ... more >>
Re: flash + php + mysql
Posted by lwq at 11/13/2005 8:15:24 AM
The data to be sent(to be diaplayed in flash)from my code has two formats:
one is just display all the variables
the other is a display of some variables plus a password box when one variable
is true
eg.(according to my code)
if($blog_pwdtf){
//display title and password box
}
els... more >>
flash + php + mysql
Posted by lwq at 11/13/2005 12:00:00 AM
i have a blog which currently uses php + mysql only and i wanted to integrate
the data into flash,this is what i did in the php version of my blog( i used a
DBAL to get the data from a db):
$table =$prefix . 'blog';
$sql = "SELECT * FROM $table WHERE blog_author ='1' && blog_pub ='1' ORDER... more >>
Stumped: Text Area, CDATA
Posted by Ant0ni00 at 11/12/2005 12:00:00 AM
I've been working on this Guestbook for a week straight and I can't seem to
find a way to preserve the formatting from the textarea that the entry is sent
from. I hate the double-spaces.
Furthermore, I can't seem to load CDATA into my textarea with preserved
formatting either. Though I can... more >>
Browsing a recordset?
Posted by Motodrizzt at 11/11/2005 8:46:25 PM
Hi all.
I'm relatively new to flash, so sorry if I'm asking stupid things. Moreover,
I'm a long time programmer in VB and maybe I'm using the wrong approach to this
problem...
Plain and simple: a friends gave me an ActionScript that builds up a menu. He
wants it to be db-dependent.
N... more >>
XML & mx.controls.Loader
Posted by Truce at 11/11/2005 12:00:00 AM
Please excuse & move topic - If posted in the wrong category. This my 1st post
on this forum.
Hello All,
I'm currently hacking together code snippets I've found and have edited
together to make
an "Events Calendar" for a bar/pub/night club. I have an xml document which
has the
[eve... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Web Services problem
Posted by kriesberg at 11/10/2005 11:32:08 PM
I'm having trouble getting my Web Services to work correctly.
We are using Visual Studio.Net to write the Web Service. What's interesting is
that when we just use localhost to test, the webservice works correctly.
However, now that we have put the web service on a live server, it does not
... more >>
Problem loading XML
Posted by MaveK at 11/9/2005 12:00:00 AM
Good evening all. I am new to Flash and have just been learning a lot over the
last couple days. I bought a pre-made fla file and am trying to customize it.
This will be a little difficult to explain to please bear with me.
The fla file has a TON of buttons and a few "Symbol Definitions". I ... more >>
Most efficient data integration method
Posted by agerdes at 11/8/2005 12:00:00 AM
Is there a support document somewhere that explains the different types of data
integration (xml, cfc etc...) and which method is most effective? Is there one
method that's better or more efficient than the rest? I realize it can depend
on different circumstances but I'm just looking for a gen... more >>
Drawing API
Posted by FluidBrix at 11/8/2005 12:00:00 AM
Hi
Is there a way to save what a user has donw when using the drawing API? A
client wants a tool they can draw over dynamically loaded images and video, and
then save and retrieve the edits later. The back-end of the site wil be driven
by PHP with a MySQL database. If saving the drawing it... more >>
|