Ask a Question related to Macromedia Director Basics, Design and Development.
-
edenia webforumsuser@macromedia.com #1
Updating cast member with "file" doesn't work with PHP
Hi, I'm trying to update a text cast member using a PHP text file running on our web server.
When I try to import into Director I choose IMport > Internet (Link to External File) > Import
When I enter the address of the PHP file and click Import I get the error:
"Having trouble reading [url]http://www.......com/mx.php[/url] Continue importing? -1 "
I can import files with HTML endings okay but not PHP. When I add a button to the movie to force it do use the PHP file nothing happens.
Example:
on mouseUp
member("mx").filename = "http://www.....com/mx2.php"
end
Any suggestions?
G.
edenia webforumsuser@macromedia.com Guest
-
When I load shockwave it says "Cast Member not found"
Hi there, when I load two certain websites that require Shockwave they both say "Cast Member not found", how can I fix this? -
"Error Creating Control" and "Cast from String"
I'm creating a custom date control. In appearance, it's just a textbox and a button. It has three custom properties: CalDate, CalDateType and... -
FScommand("Exec","myapplication.exe") doesnot work on Trial version MX?
i think projector in this case is meant to be a .exe file not a test.swf like you mentioned. goto File, Publish Settings... and there under the... -
Save data to file or member("xx").text ?
hi, I couldn't comment on those ways, but I've been using the propsave extra to save data from a level editor and it works great. I don't know if... -
How to make the "search text" feature work with non "txt" file
On Fri, 27 Jun 2003 07:19:23 -0700, "Juergen" <anhorn@bktel.com> wrote: See MVP Doug Knox' comments and fix here:... -
Andrew Morton #2
Re: Updating cast member with "file" doesn't work with PHP
Is the PHP script setting the content-type correctly? I suspect it should be set
to text/html or text/plain
Andrew
Andrew Morton Guest
-
Andrew Morton #3
Re: Updating cast member with "file" doesn't work with PHP
Oh well... you could do it using the preloadNetThing/wait for download to
finish/set filename of member method instead.
Andrew
Andrew Morton Guest



Reply With Quote

