all groups > flash data integration > march 2007 > threads for march 15 - 21, 2007
Filter by week: 1 2 3 4 5
File Upload using FileReference & PHP not working
Posted by torwalker at 3/21/2007 2:49:59 PM
Hi I'm trying a bog standard file upload to my remote web server, the swf is in
the same domain as the images directory and the PHP file. It's exactly as laid
out in the Unleashed book: (see
http://www.emllabs.com/article.php?articleId=121 ). However, I get an HTTP 406
error whatever I do. ... more >>
passing variables from a php file into an array
Posted by leaguer44 at 3/21/2007 2:12:57 AM
hey guys,
i have successfully created a php file that reads and echoes the contents of a
directory in the string
var1=value2&var2-value2...
how would i got about passing these values into an array?
... more >>
Flash menu disappears in Safari
Posted by angeljeng82 at 3/19/2007 3:46:26 PM
For some reason, when I edit my website in FrontPage and save the changes, the
swf file that is the menu disappears when viewed in Safari but not Internet
Explorer. There is no problem when I first ftp the pages...it's only AFTER I
(or a client) edits the page in FrontPage.
This is the onl... more >>
playback with components
Posted by LLuis12 at 3/17/2007 6:25:40 PM
hi all
I'v made a flash site that has components in different frames that play a .flv
music file and a button to cycle through the frames. It works perfectly on my
hardrive but when I load it to the web it wont play the music.
I have checked the file names etc.
Any ideas?
Thanks... more >>
How do you avoid double-click
Posted by dave ewelme at 3/17/2007 12:00:00 AM
When running flash on a web page you usually have to click the Flash object
once and then once again to click a button.
Is there a way to avoid this because many users are missing the second click
and wondering why nothing is happening.
Or, am I missing something very simple?
Regards... more >>
Can I get the properties of loaded images
Posted by dave ewelme at 3/17/2007 12:00:00 AM
Is it possible to access the properties of an image when it's been loaded in to
an swf?
I am thinking of the properties which can be edited and displayed in the
Windows directory listing.
The image 'contents' field could then be used as the caption for the image
viewed in flash.
... more >>
xmlConnector and bind to attachedMovie component
Posted by sawilliamsMM at 3/16/2007 9:11:49 PM
I need to dynamically insert ([b]attachedMovie[/b]) a movie that has a [b]ComboBox[/b] with in and then I need to bind this [b]ComboBox[/b] to an existing _root.myXMLConnector. Please help! Scott.
... more >>
Getting ASP database tags to appear in Flash
Posted by heathermaxwell17 at 3/16/2007 3:34:02 PM
Hi,
I have made a .swf file that scrolls boxes- these boxes will in the end
contain products contained in a ASP database. Here is the problem, I don't know
how to get the Flash movie I have made to retrieve data from an ASP database.
The default page is viewable at http://whitesartgalle... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Issue: Flash radio buttons & Php form
Posted by Lutrell at 3/16/2007 2:28:03 PM
I have a flash form which all of the fields are sending correctly
through the php code. The flash radio buttons I added with the
[B]groupname == topic[/B], doesnt send with the rest of the
information that is being sent to the email. My question is how do I get
the flash radio button info t... more >>
Flash/XML doesn't update on Website?
Posted by dave ewelme at 3/16/2007 12:00:00 AM
Please help!
I'm working on a school website and have a 'Stop Press' panel on the home page
which is used for breaking news e.g. School Closed Due to Snow....
The home.htm file contains a flash insert to do the animation which in-turn is
supplied with the news announcements from an XML file.... more >>
Create tests using a data file for questions
Posted by Trainersteve at 3/15/2007 1:19:23 PM
Is it possible to pull questions from a data file into flash without having to
create new frames for every question. This would be a multiple choice test.
We currently hand type the questions into multiple frames and grade at the end.
Thanks
... more >>
Sending a variable from Flash --> PHP
Posted by chopTheWood at 3/15/2007 2:30:19 AM
according to a Flash MX book I'm using, the following should work (their own
example):
The Flash movie:
- button with script:
on (release) {
loadVariablesNum("xxx.php", 0, "POST");
}
- input field set to variable "Name"
- dynamic text field with variable set to "FromPHP"
The P... more >>
Error on loading crossdomain.xml over in IE
Posted by jkannur at 3/15/2007 12:00:00 AM
The flash movie in my server (www.mydomain.com) is trying to access data from a
different domain (www.otherdomain.com). I've placed the crossdomain.xml in the
webroot of the otherdomain.
I am getting flash error on accessing the data from otherdomain. When I
tracked the HTTP request sent, i... more >>
|