all groups > flash data integration > august 2006
Filter by week: 1 2 3 4 5
Need Wisdom from High Above
Posted by meeesta at 8/31/2006 6:01:41 PM
Hello.
And thanks for taking time to read this query.
I'm new to integrating Flash with databases and I'm looking for a solid
grounding whilst progressing to more advanced stuff and pushing myself a little.
I work with a colleague who's very skilled in SQL databases and PHP, and I
w... more >>
some files are not displayed
Posted by arvin8 at 8/31/2006 2:13:18 AM
I have a swf which it receives it's content from xml files.
It displayes jpg's and mp3's by getting their paths from xmls.
(also I must note that these jpegs and mp3s are uploaded from an asp.net form)
My problem is some jpgs are not being displayed & some mp3s are not played at
macintosh... more >>
Loading XML using a custom class and accessing it from other classes?
Posted by maija_g at 8/30/2006 4:24:43 PM
I began with a class for a movie clip rollover function FigureRollOver. It
works marvellously. Three things happen:
1) it loads XML from a file "mod1_fig1.xml" and uses another class, XMLMember,
to retool the scoping of the XML so that I can get at it
2) an onload call inside of XMLMem... more >>
Sending XML request to a secure server (https) ?
Posted by seabw at 8/30/2006 4:21:57 PM
Hi everyone:
I am having this problem of sending XML request to an address which starts
with "https". The problem is I always get the error message "Error opening URL
"https:......."", instead of the actual response which should be in XML format
as well.
The function I am using is "sen... more >>
xml wird problem
Posted by German Hernandez at 8/29/2006 7:38:56 PM
Hi I'm loading data from an XML file with html specific tags so I can put
all the formatting of the text field in the XML file, my XML looks something
like this:
<?xml version="1.0" encoding="utf-8"?>
<screen>
<text>
<english>
<p>96% of CEOs believe reputation is im... more >>
Compatability with Java 5 EE Web Services
Posted by Tom Hoban at 8/29/2006 6:53:13 PM
I am new to Flash 8. I am trying to consume a web service that is running on my
Java EE 5 (GlassFish) application server. First, can anyone comment on
compatability of Flash 8 with web services not created with Cold Fusion.
I am able to connect and execute a sample web (wsdl at
http://www... more >>
Unwanted character codes (& etc) from XML displaying in Flash
Posted by maija_g at 8/27/2006 11:44:31 PM
I have a static, UTF-8 encoded XML document that gets loaded by a custom movie
clip class into an array and then items from the array are read and displayed
in a dynamic text field that is attached to the movie clip, depending on which
one is rolled over. Everything works perfectly except that... more >>
general assistance
Posted by baggyman at 8/27/2006 9:16:24 PM
Hi hope you can help.
Firstly I'm new to using Flash to access info from a database, but not Flash
or Databases though.
I have an MS SQL Server Database which holds my shopping cart info. Each
product has an associated product image.
What I'm trying to do:
Allow users to search for produ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash + PHP
Posted by lwq at 8/26/2006 12:00:00 AM
I have a php script that generates my blog entries into an xml file(in .php
extension).However, I have trouble passing and displaying the variables.Anyone
can give me any hint or any help as in to start?
... more >>
PHP <--> flash
Posted by Shin_Ares at 8/25/2006 2:36:41 PM
Hi Guys,
I got a problem on how to send variable in and out within PHP and Flash. I
tried to follow the tutorial posted in this website but it doesnt work (the
tutorial used loadvarnum).
What I have done here is :
- Flash page (called : tessend.html) send a variable (called : name) to ... more >>
traversing the XML data tree
Posted by Goo101 at 8/25/2006 12:00:00 AM
I have the following layout to my XML file . . .
<?xml version="1.0" encoding="UTF-8" ?>
<VoucherNumbers>
<GoodVoucher>20060820151601</GoodVoucher>
<CancelVoucher>
<CancelledVoucher>20060820091501</CancelledVoucher>
<CancelledVoucher>20060820102201</CancelledVoucher>
<Ca... more >>
Checkbox statement using variables
Posted by kengen at 8/24/2006 12:00:00 AM
Using Component Inspector, I can control input dynamically.
But I can?t find a way to control checkboxes.
[http://www.mobil-e.dk/turbineQ/ho_correct_statement.jpg
I am very thankfull for ansvers to this post
... more >>
Flash video inside blog entry
Posted by jsykes11 at 8/23/2006 11:31:58 PM
Hello. I create a video in Flash using import->video. I select my .flv file and
a skin.
The .flv is on my hard drive. The component property reflects this location.
I want to upload the video to my web server to display on my MovableType blog.
If I change the properties in Flash to ref... more >>
XML loads properly in .SWF but not in .AS
Posted by maija_g at 8/23/2006 2:56:37 PM
I have the following script which works jim-dandy when implimented as a frame
script in my .swf, but I don't want it there, I want it in a class I've created
called FigureItem. I've stripped the script down to just the part that loads
the XML. When the script is inside the .swf (without the cl... more >>
saving data to a local XML file
Posted by Goo101 at 8/22/2006 12:00:00 AM
I am seeing repeated comments on this discussion forum that it's not possible
to save data from Flash into a locally stored XML file . . . but there must be
a way to do this. Why is you can read data from a locally stored XML file but
not update or add data to it . . . how absurd a design woul... more >>
DataGrid/XMLConnector quirk?
Posted by skylarchalland at 8/21/2006 10:52:09 PM
I am using the Macromedia tutorial on Data Integration to populate a DataGrid
from an XMLConnector:
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.ht
m?context=LiveDocs_Parts&file=00000756.html
I have it working fine, but when I try to put it in my applica... more >>
Load different swf's by clicking links
Posted by greg Lippert at 8/21/2006 7:38:56 PM
Hi,
I am looking to have one html page with many links. When I click a link, I
want to load an swf file somewhere else on the page (audio or video files). I
am happy to use flash or javascript to call the different swf's. Can this be
done?
Help!!!
Thanks,
Greg
... more >>
updating XML data
Posted by Goo101 at 8/21/2006 2:00:26 PM
I have the following code in place to move a variable from my Flash app to an
XML file for storage . . .
//replace the GoodVN value in the XML file with the latest valid voucher
number
var VoucherNumbers:XML = new
XML("<VoucherNumbers><GoodVoucher>VoucherNo</GoodVoucher> </VoucherNumbe... more >>
Flash Redirect
Posted by astromodder at 8/20/2006 1:41:17 AM
I think this may be the right section to post this in, but I need to find some
code that will redirect one site to another if the flash file that the code is
in is embeded in the site, e.g. here is sort of what I tried:
[Q]getURL("http://google.com", "_parent")[/Q]
it works fine HOWEVER, f... more >>
i have the same 3 video, but 2 video are not woking on server, why?
Posted by serhan_utku at 8/19/2006 12:00:00 AM
hi..
i have 3 video , i sent these the server, and second video is working but
another first and third video are not working on server,
why?
3 video are the same,
All of them are working on my PC. And defined as MIME type
do you know , whats the problem?
3 video files include ;
... more >>
how to create such a swf where we can enter data
Posted by justbipin at 8/18/2006 12:00:00 AM
how to create such a swf where we can enter data
i need to create a swf where we can enter a text information.
and this swf need to call into another swf.
... more >>
reading in XML data
Posted by Goo101 at 8/17/2006 1:52:37 PM
I have written the following code to access data stored in an XML file . . .
//load the required data from the VoucherNumbers XML file
var VoucherNumbers:XML = new XML();
VoucherNumbers.load("VoucherNumbers.xml");
//after loading is complete, trace the XML obje... more >>
Using LoadVars with XML data
Posted by Goo101 at 8/17/2006 12:00:00 AM
All the examples in the text books, etc. show the LoadVars object being used with a .txt file. Can I use it with a .xml file or not? I have tried but the output panel just shows rubbish data!... more >>
ASP and Flash Playing from Local Host IIS
Posted by Ney Alencar at 8/16/2006 1:49:09 PM
I am trying to test my data files locally using IIS with ASP and Flash8. Now
When I test with flash7 it works but with flash 8 will not work the action
script bellow:
loadVariablesNum("http://localhost/employee/employee.asp", 0, "GET");
Using the path belllow
http://localhost/employee
... more >>
embedded flash presentation not working with Powerpoint
Posted by PLegacy at 8/15/2006 8:18:01 PM
:confused;
My company has developed a Powerpoint presentation in which we have embedded a
few flash presentations to give it a little "pizazz."
We made copies of the presentation on CD's and passed them out to some of our
sales force. Some people have not had any trouble getting the fla... more >>
Newbie xml and flash
Posted by bexlhoward1 at 8/14/2006 3:41:54 PM
HI, I am trying to learn xml in flash myself and am finding it v.hard!
All i am trying to do is create a little 'story' with 3 pages.I have content
loading into flash but I am unable to get the next 'sibling' into an array e.g.
the title. I can only get page1's title in the array but I can n... more >>
special characters in flash
Posted by Laura Putter at 8/11/2006 4:36:17 PM
Hello,
i've trying to solve the following problem for some time now...i hope someone
here can help me out!
I've build a guestbook in flash, which works together with a PHP file and a
textfile. The problem is that the guestbook doesn't show any special
characters... In the textfile they do ... more >>
Are Flash files ok on Intranets?
Posted by PaulMunday at 8/10/2006 1:51:18 PM
Hi,
Could somebody please advise me on the myth that you shouldn't really have
flash files in intranet pages.
We are building an intranet for a very large firm and the pages are made in
ASP.
Many thanks
Paul
... more >>
Are Flash files ok on Intranets?
Posted by PaulMunday at 8/10/2006 1:51:16 PM
Hi,
Could somebody please advise me on the myth that you shouldn't really have
flash files in intranet pages.
We are building an intranet for a very large firm and the pages are made in
ASP.
Many thanks
Paul
... more >>
Blob fields and images
Posted by stevew at 8/9/2006 9:05:09 PM
I am using MYSQL and flash 8.
I have been able to connect to our mysql tables and read and update text.
I need to develop a flash app where the end user can Drag and drop an image
(or browse for an image) then have that image posted into a blob field in
the database.
Any info apprecia... more >>
HTML IN FLASH?
Posted by deluca sambuca at 8/9/2006 12:32:56 AM
I have a Flash Web site for a small literary journal and am trying to switch
over to my hosting service's mailing list manager for sending out newsletters.
I see the HTML code for setting this up (available from my host), but do not
know how to get it to work in my Flash site. (I did not build... more >>
PHP Check box in Flash
Posted by Asesino at 8/8/2006 8:14:29 PM
Hello all,
I have a flash form that has three checkboxes and some input text boxes. My
form uses a PHP script that works perfect for the text but not the Check boxes.
I'm not using the checkbox component, I'm using a check box i got from flash
kit. Below is the code for the checkbox movie an... more >>
localhost issues with flash?
Posted by apexman at 8/8/2006 5:16:55 PM
:confused;
I can't figure this out. When I test a URL page with an embedded SWF file
(using http://localhost/etc.) I cannot get the embedded SWF to play more than
one or two frames.
However, if I upload this same flash-embedded html page, and test it on the
WWW, then it seesm to play w... more >>
Embedded flash movie stops playing before getting to frame with graphic.
Posted by apexman at 8/8/2006 12:00:00 AM
Here's a strange one.
I'm trying to pass data to and from flash and web pages using PHP.
Everything seems to be working okay, until an embedded flash movie tries to
load, and seems to stop on the frame before an important graphic loads.
It just hangs there.
If I test the movie by its... more >>
data type = <empty>
Posted by Goo101 at 8/7/2006 2:20:56 PM
Hi All,
In developing the bindings to access my MS Access database, I am trying to the
data type for one of my fields to <empty> (as per the example I am following)
but this option is not available in the dropdown box which lets you select the
data type for the field in question.
How t... more >>
Get value of label from combo box - help
Posted by meiko at 8/6/2006 7:49:30 PM
ok, I am going nuts with this combo box! I have a flash form with 3 textboxes a
combo box, and a submit button. When I hit submit, I post to an aspx page. My 3
textboxes are inserting into my db fine, but I have not been able to retrieve
the value of the combo box.
I have a change handler ... more >>
Data Integration
Posted by Goo101 at 8/4/2006 4:22:41 PM
I have developed an application where the user enters a voucher number in order
to be able to proceed with their transaction. I want to store the last good
known voucher number (i.e. the last one to have successfully completed the
process) and any cancelled voucher numbers (i.e. those that did... more >>
FileReference.upload onComplete event fails on OSX
Posted by parttimer2 at 8/4/2006 2:49:23 PM
hi
I have a flash 8 movie that upload jpegs to a server side script. When hosted
on an NT server, with a php script that recieves the upload, the FileReference
onComplete event gets called correctly when the an image has completely
uploaded using FileReference.upload. This when movie is v... more >>
flash and ASP problems
Posted by mark1991 at 8/2/2006 9:51:08 PM
I have an ASP file that gives out the following output when opened in the
browser on the internet:
bride=Olga&groom=Alex&folders=2
see for yourself here :
http://www.nickphotography.com/contact/customer_system/data.asp
The code in the first frame of the flash file is:
loadVariables... more >>
Acess Compressed File
Posted by Jo?o P at 8/1/2006 4:48:22 PM
Hi all,
I had to manipulate a large number of XML and GIF files. In this case I will
need to use a compressed file, like zip.
Anyone knows if the flash can access this type of data like the Java do.
Thanks
... more >>
Shared Object
Posted by Goo101 at 8/1/2006 4:27:22 PM
Hi there all,
Just a quick question on the uses of the Shared Object to store data locally,
if I was to save a series of the same field locally using a Shared Object, can
I then search through this series of values to find the right one, in much the
same way I would do in a database or even ... more >>
|