Hi,
I want to be able to create custom versions of an installer on my server. I.E swap in a user created JPG image. Is this possible at all, im hitting a blank with google.
Regards
Pete
www.freesome.com
Digital Soma
Hi all,
I cant belive its 2 years since I 1st posted this. Personaly I gave up in the end, and went for a 3rd party lib from http://xfactorstudio.com
from their site,
"A few days ago, I got a rather blunt email telling me that my "customer service" and documentation stunk.
You know what...
Do you mean to draw a whole buton from scratch, or do you want to dynamicaly attach something from the libiary and have it act like a button..?
www.freesome.com
Digital Soma
Hi,
A couple of things to check. Are you using flash v6 player upwards (only valid from v6+)
Are you using IE to check the page (As your not including the correct syntax for netscape/mozilla/firefox etc)
Are you publishing your movie as Action Script 2 or 1, as this will effect the case...
Hi All,
Using the IDE to debug an app which uses XML.send("processXML.php","_blank");
The script expects the data in the POST, but flash seems to be placing it the Query string, but only form withi the IDE. I guess this makes sense as Im not within a broswer... but is there a way around...
Your movie has a stop() in frame 4.
//frame3
if (loop>max) {
gotoAndPlay(4);
} else {
gotoAndPlay(2);
}
so the next bit is never executed...
www.freesome.com
Digital Soma
Hi All,
I need to obtain the domain name that a shockwave movie is running from, i.e http://www.mydomain.com, or indeed the entire url for a movie...
I looked and looked but cant find anything, can anyone help, or will I have to do some javascript trickery from the HTML...?
Thanks...
Pete...
thanks. Couldnt get your fla to download unfortunatly. FOr anyone interested, I managed to find this http://www.macromedia.com/support/flash/action_scripts/event_methods/event_methods02.html document, which, informs that on(Press) and thisClip.onPress actualy exist together and...
If you have a MC instance with a on(press) handler set at design time. You then duplicate that clip with actionscript. Now, is there a way to change the on(Press) handler of the new copy.
newMC.onPress = function() {trace("oioi");}
seems inefective, and the original on(Press)...
Hi,
Trying desperatly to convert a Firefly based application to MX PRO 2004, but can't find any documentation for the xpathAPI ... I HAVE found the XPATH supportd syntax list for the DataBinding Component, but WHERE is the documentation for the methods of the API...???
Google is silent on...
Hi, I have a simple tree class,
class mTree {
var $value = null;
var $children = array();
function mTree ($value) {
$this->value = $value;
}
function addChild ($value) {
$aux_node = & new mTree ($value);
$this->children [] =& $aux_node...
thanks both of you.
I have to say that, although powerful, this function is very confusing. As far as I can tell with my experiments, the offset and the percentage are both taken into account, and as you say, wangbar, the fact you can give negative percentages is, err, strange.
I am still...
Yes, I had been holding off reading about patterns until I had a good grasp of the basic language, but I think it may be time now, before I repeat all of the errors of the past!!
Thanks... :)
Idealy I suppose you would want to send form data directly to the CF app, unfortunatly I dont know if you could do that directly from ASP (anyone?)
A solution would be.
1) generate a HTML form via asp, with a onLoad javaScript function that would form.submit() the page, then you would put...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.