I have a Flash 5 Movie that I createda a zoom button it is working but the image is being pushed down every time I zoom in. I would like it to stay always in the center
I am creating dynamic graphics using Macromedia Generator. I can display these images in a web page in a gif or jpeg file. I would like to be able to save them on the server in that format. This is called off line generation I can do it in a command line but I would like to use the capabilities...
I am using a tool to create dynamic graphics (gif). They display in the browser correctly but now I would like to save them to the local machine. Is there any tag that will allow me to take a graphic from a web page and save it locally?
Thanks
are any of the input boxes file fields? if yes try
ENCTYPE="multipart/form-data in the form tag
what kind of method are you using post or get?
you should use post
hope this helps
I had similar problems I also needed to place the file in a different llcation. Hope this helps
<cfoutput>
<CFSCRIPT>
thisPath = ExpandPath("*.*");
imgDirectory1 = GetDirectoryFromPath(thisPath);
// get the above directory 2 levels down "../../"...
I am retrieving a text field from SQL db and I can not apply any text formatting to it no matter where I put the font tags (before the <cfoutput> or after.
any suggestions?
I have a field that has the city and the state in it.I wan to break it abart. There is a delimiter between the two ",".
I read on the crystal decisions web site that I can use
GetBefore ({PM Property Info.PROPERTY_CITY_ST},"," ) but the function is not there any one know if...
I have a cfinclude for my drop-down menus. I have a java applet playing under my menus and when the menues drop down they go behind the applet is there a way to bring them to the front or send the applet to the back?
In the older version of Flash there was an application called Aftershock. Using Aftershock you can tell set it that if it does not have the player display it as a gif or jpg. I guess that as the versions progress they take out functionality.
I know this is basic but I can not find the answer anywhere. I want to play my flash movie in the browser if the user has the player. If the user does not have the player I want to display a jpeg. I do not want the user to have to download anything. Macromedia used to have an aplication called...
the problem is now
<CFSET formElement = "Form.Vacancy#de_id#">
because it is creating a string variable not from the submited form.
So all the items are getting checked.
You can pass the answer to the previouse page and then check for it when they come back to the page:
<cfif isdefined("answer_q1")and answer_q1 neq "">
hope this helps
still getting this on the result.
Error Diagnostic Information
An error occurred while evaluating the expression:
vacantid = Evaluate("form.vacancy#de_id#")
Error near line 21, column 7.
----------------------------------------
An error has occurred while processing the...
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.