all groups > flash data integration > august 2007
Uncompressing socket data from Java
Posted by masteffens at 8/31/2007 10:10:47 PM
Has anyone had any luck sending compressed data from java to flash using the
flash.net.Socket class? I am compressing the data on the java side using the
Deflator class which uses zlib compression. Trying to uncompress using
ByteArray.uncompress() and it is failing and throwing an exception sa... more >>
web form to datebase to flash movie
Posted by MWGum.com at 8/31/2007 4:29:17 AM
I am very new to flash and this may be too large of a project for me to take
on, but I hope that I can get through it.
This is what I want the end product to do:
Users go to a webpage that has a form on it and they enter in information...
field for "Type", "First", and "Last" (this is for ... more >>
Help on XML accordion menu
Posted by Daniele Saguto at 8/31/2007 12:00:00 AM
Hi everybody, I'm desperately trying to emulate the accordion-to-text menu as
seen on www.posttool.com.
1) I've tried to have my accordion opening dynamically upon text file lenght
but I didn't.
2) Also I can't make the script load the xml text content (with html tags)
from another xml... more >>
Bringing xml data into flash
Posted by Quintin-SA at 8/31/2007 12:00:00 AM
I would like to know how to bring xml data into flash. Specifically images that
someone can click on the thumbnail and view the larger image. please can anyone
point me to some tutorials or sites that i can start to learn how to do this.
thanks.
... more >>
Loading ISO-8859 (Latin1) characters from XML
Posted by sake_boy at 8/29/2007 4:37:58 PM
Have some experience loading XML files, but this is a new issue to me. I see my
accented characters displaying properly in my text editor. And I've confirmed
that my font is OK in Flash by testing a dynamic text box--the accents in the
test appear OK, so it's not the XML file or the font, it s... more >>
xml.send to asp
Posted by Clukey at 8/28/2007 9:50:27 PM
This probably isn't the right forum for this, but I can't find an answer
anywhere else.
I have a swf that is sending an xml document using xmlObj.send and POST, but
in the asp document I cant figure out how to get the information and
Request.Form isn't working
Does anyone know how to d... more >>
swf and xml communication
Posted by Wilco7 at 8/27/2007 2:53:59 PM
Hi I?m new at this. I want a swf to load var into an xml file so that when the
swf re-opens it can look in the xml file to see where it last stopped playing.
Honestly I am about to give up hope, where can I find an answer?
... more >>
XML links
Posted by stephdog at 8/26/2007 12:00:00 AM
I'm trying to make <a href...>content</a> links in my XML to be read by my
flash movie. I can get regular text read but never an actual link. Is this
impossible? I've been searching the internet for hours on how to make href's
in xml. Please, someone, ease my suffering and let me know if I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Trying to load vars into a text area & loader
Posted by dm34175 at 8/23/2007 4:30:50 PM
So I am trying to load variables from a .php file into a movie clip and then
plug in those variables to various fields and for some reason its not
working...so heres whats going on...(this is for the staff page for my church)
(and yes I have read the tutorials :P )
In the primary timeline ... more >>
FLASH CS3 & SQL SERVER 2005
Posted by Stoater at 8/20/2007 5:48:44 PM
Hi guys,
I just purchased Creative suite CS3 and flash cs3 is one of the applications
included, I am used to creating websites that are datadriven and use asp.net
2.0 and sql server 2005 as a back end for my data, I notice there is a datagrid
component in flash cs3 and I am wondering if I ... more >>
using the .asp response for a trigger in flash
Posted by Tim_Dawg at 8/17/2007 8:17:37 PM
Ok, so I got this flash guest book that sends the name/message to the .asp
script.
The .asp script puts the name/message nicely into a .txt file.
How do I use the response from the .asp to trigger something in my
actionscript?
... more >>
Flash & PHP
Posted by all_begin at 8/10/2007 4:27:13 PM
I have made a simple form with Flash 8, and on the first frame on the main
timeline, i have addes he following AC code:
fieldsFilled = new Object();
fieldsFilled.onKeyUp = function() {
if(destMail_txt.text != ' ' && senderName_txt.text != ' ' && senderBody != ' '
) {
send_btn.enabled =... more >>
BLOB display in flash
Posted by rezzkilla at 8/2/2007 1:57:25 AM
First, please do not post about using a file system for images rather than
storing them in mysql as I know how to do this and I want to store the images
in a database. If you can explain more of the security of a file system then I
will listen as that is the only issue I'm having with the file... more >>
|