all groups > flash data integration > june 2006 > threads for june 22 - 28, 2006
Filter by week: 1 2 3 4 5
XML going into Arrays is killing my movie
Posted by mcshaw at 6/28/2006 5:29:48 PM
I'm loading a large xml file into flash.
I think the amount of data going into Arrays is killing my move. So what are the work arounds?... more >>
XML onLoad problem
Posted by LostFlashSoul at 6/28/2006 5:10:19 PM
I'm calling an external xml file and loading it into Flash.
I can only pull the varables out in the onLoad function. Here it is.
var courseXML:XML = new XML();
courseXML.ignoreWhite = true;
courseXML.load("presentSlidesOne.xml");
courseXML.onLoad = function(bSuccess:Boolean):Void ... more >>
URGENT-XML & Flash Back End Functionality
Posted by NS5 at 6/28/2006 2:50:06 PM
A company is developing a new online training interface for my company. It is
being controlled with XML and uses a flash player as the skin for all of the
courses. This is a rather complex system it includes a customizer to be able to
change templates, color, text, languages, to add, delete, o... more >>
Flash/MySQL Stand Alone App
Posted by crunchysue at 6/27/2006 10:10:10 PM
Hi,
I need to create a stand alone desktop app that uses a database. It's been a
long time since I did any VB work, and I need to learn Flash for another job
anyway...is there any reason why I shouldn't use Flash for the desktop app?
Thanks
Crunchy
... more >>
Exporting XML from Flash
Posted by pablo4747 at 6/26/2006 5:49:17 PM
I have heard that there are ways that Flash can create an external XML file.
Most of my searches have revealed that this can be done using PHP for server
side solutions. However, I am wondering if there are other ways that this can
be done on a local maching, using the XML resolver for example... more >>
DateTime problem with .NET WebService (orangechicken follow-up)
Posted by wabatson at 6/26/2006 5:17:14 PM
Back in March, OrangeChicken sent the following response to a developer
who was having problems with DateTime in Flash. We have run into the
same problem. I have two questions
1) Is this truely a bug recognized by Adobe? I have a support call in
and they are slow to respond.
2) In talkin... more >>
urgent help - getting images in text area from databse
Posted by Noor_nadaf at 6/26/2006 12:00:00 AM
hi can some one help me to get solution for this problem
i am making one small cms system which is updating flash content , everything
is done and working properly but image tag is not getting display in text area
( image is not comming in text ara ) following is the coding
[b]for fla... more >>
Getting data out of flash into excel on local computer
Posted by bobba1 at 6/25/2006 1:43:39 PM
Hello,
I have pretty good basic "action script" skills for developing flash files and
movies, but I don't know how to do dynamic things with asp, aspx, etc. I have a
local application that runs form my computer and is not connected to the
internet. The application keeps track of button cli... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Load XML URL from embed tag?
Posted by Mocapoke at 6/24/2006 4:37:45 PM
Throwing this out there. I would like to know how to have flash grab an XML URL
from the embed tag (i.e. embed src="" flashvars="profile=http://xmlfile.xml".
Reason:
I make http://mocapoke.com/copetutorials/template3 myspace templates for
people to use, but they can only be edited by peop... more >>
Flash Freeahand integration Problem
Posted by AnatXP at 6/24/2006 12:00:00 AM
Using Flash 8 & Freehand 11
Whenever I try to copy an object from Freehand into flash, either with Copy&Paste or with Import, My Flash crashes (closes without any msg)
Please advise:brokenheart;... more >>
LoadVars, PHP and mysql
Posted by toft at 6/22/2006 10:28:02 AM
Using LoadVars.send() I insert info into a mysql database. I then click a
button and
the updated db content is shown in a textfield. Problem is that a HTML file is
auto-opened in the browser.
When using LoadVars.sendAndLoad() I can still insert info into the database,
but I can NOT upd... more >>
php data correct on html ouput but output to flash is incorrect
Posted by [djdomain] at 6/22/2006 9:31:23 AM
Not sure whats going on. Information sent back from database is correct so it
must be my for statement.
[h]
var nextY = 0;
var nextY2 = 18;
for (var count = 0; count < result_lv.typeCount; count++) {
var nextY2 = 18;
holder.attachMovie("header", "type" + count, count);
holder["... more >>
flash_image_gallery
Posted by meghanivas143 at 6/22/2006 8:11:44 AM
I'm using something called Gallery by Dali from
http://www.tufat.com/s_flash_image_gallery.htm It's pretty incredible, and as
long as you can edit some basic XML you can use it. There are some pretty cool
flash animation effects. In general I've been extremely happy with it. Got it
running i... more >>
|