Hi All,
This is probatly very simple, but browsing through the forum hasn't provided me with an answer.
How can I display an image by it's name ?
I have a CFM-file with the outcome:
&something=10&somethingelse=hello&image=somepic.jpg
In actionscript I use:
loadVariablesNum ("object.cfm", 0, "POST");
to load the variables, and that works, if I use Dynamic text and enter the variable names.
In addition I would like the picture to be displayed in a new movie, if I use: objimage.loadMovie("somepic.jpg"); it works fine, but when I use: objimage.loadMovie(image); it doesn't seem to use the variable image from the CFM-file.
Can anyone please tell me what I doing wrong ?
Regards, Ron
This is probatly very simple, but browsing through the forum hasn't provided me with an answer.
How can I display an image by it's name ?
I have a CFM-file with the outcome:
&something=10&somethingelse=hello&image=somepic.jpg
In actionscript I use:
loadVariablesNum ("object.cfm", 0, "POST");
to load the variables, and that works, if I use Dynamic text and enter the variable names.
In addition I would like the picture to be displayed in a new movie, if I use: objimage.loadMovie("somepic.jpg"); it works fine, but when I use: objimage.loadMovie(image); it doesn't seem to use the variable image from the CFM-file.
Can anyone please tell me what I doing wrong ?
Regards, Ron