-
Hey shady,
What the problem was, the server that I was working with is all screwed up and there are a LOT of things that I can't do on it. I finally fixed the problem by simply getting my own dedicated server. I figured since I am a web developer, why not host as well. Everything works perfectly on my own server. Thanks anyways.
2009-06-26 17:23:42 UTC in HTML 2 PDF - a PHP script
-
I can't get past the point of getting a LONG error stemming from this one:
Notice: Undefined index: s in html2fpdf.php on line 392
After that error, there are like 30 to 40 more. Anyone got an idea?
I would REALLY appreciate it.
Thanks.
2009-06-24 20:41:52 UTC in HTML 2 PDF - a PHP script
-
I figured it all out. I think I did pretty goof for NEVER touching Action Script before.
Here is what I did:
The Action Script of the keyframe in the fla file is as follows:
#include "parameters.as"
attachMovie("Main","main",0);
I changed it to this:
#include "parameters.as"
var dataOut:LoadVars = new LoadVars();
var dataIn:LoadVars =...
2009-04-07 03:24:36 UTC in XSPF Web Music Player
-
I am trying to modify the action script to accept the database ID of a song that I have on a site that I am doing and then have the action script make a call to a script on the server to retrieve the file name and then construct the file path as needed from within the action script. Any help would be appreciated since I have NO idea what I am doing with action script.
Thanks,
DKEnt.
2009-04-05 21:57:49 UTC in XSPF Web Music Player