I have an events page which displays the events by month. Currently I have an extra non-essetial field to hold the name of the month just for select the month fields. Problem is now I need to create another field like this for the year so that the events from last year don't show up. All this...
K here we go.
I am using the following piece of code to stream a promotional video.
<embed src="/missionstrips/downloads/mission_low.wmv" width="160" height="160"></embed>
Everything work great for me when I try to view it from the web site. But I keep getting...
I have created an array and filled it's values with structures. Now how do I get the info back out. I'll include the code.
<cfset arraySpread = arraynew(1)>
<cfloop index="i" from="1" to="#rsBudgetTrans.recordCount#">
<!---Create a structure to hold each row of...
Thanks Rudy, I had forgoten about the cftry/cfcatch tags I combined these with a few of the list tags and was able to catch the error and recreate the date as a valid date. Works great. I'll include the code incase anyone else is having the same problem.
<cfif...
ok here it is! I have a form with three jump menus. The menus are populated via a component's methods. This refreshes the pages menu's days field to reflect the number of days in the selected month. The curent selected date is created by combining the value of the 3 fields and is passed as...
I am running an IIS server locally for personal testing of my sites. Some time ago I install php onto it and tested it and everything was working. I haven't used it for sometime. Now if there are any php tags in the file I get a "The directory name is invalid." error. I have tried...
ok here we go
press the insert option on the menu and click new symbol on the form that pops up select movieclip and press ok
this will open a new timeline
create a graphic that looks like a window - put a x in the corner and all that stuff. put your buttons and whatever you want inside the...
use the text tool to create a textarea. put the focus on the textarea in the properties panel at the far left is a drop down change it to "input text". and you have your text box
you could have the new window as a movieclip in flash. Initialize it with the _visible set to false. when the button is pressed set the _visible to true. Then values and buttons on the form in the new window/movieclip can change the values of your dynamic textboxes. This is probably the...
I am wanting to dynamically load values into the combobox using an array and a for loop to fill in the label and the data values. But all it will displace is "book(1)" instead of the value of book(1).
This is a simple question but I am having a problem with the syntax for the SQL update command. I have an example code which will update all records where say a = c to update c to d. Which is great but I am wanting to update every field here is the code. Below is the code I used on my last...
Ok here it is... I have created and invisible button and place an instance of it on the stage. The actions for the button are activated by an on key press event. This button is only on the first frame of the movie. When the movie loads the button will not work on the key press event but...
Are you using a relative link ie. /index.html or the full address ie. http://www.your-page/pages/index.html? I find that flash doesn't always deal well with relative links. Try using the full address or if you don't want to do this try putting the button in the exact same folder as the page...
I put the code you gave into a page and tested it and everything works the way it should. I add some text to the table so i could see where the table was and the table goes right up against the browsers slider. I even checked it in netscape and ie. I am assume though you have recent versions...
With something like this I would create two images one with you text w/ the black background and a second with the text with the blue background. Then under the common tools in dreamweaver use the insert rollover image button(top right). use the image w/ black as image 1 and the image w/ blue...
Just another tip one that I spent some time on is when embeding the font if the textbox doesn't have enough hieght it will the text box will appear empty. If everything else seems to be right drag the to increase its hieght.(happen with singleline dynamic text)
that code is checking to see if all the frame of the movie are loaded, don't need to show the preloader otherwise. If the movie clip has a bar which movies from left to right say over 10 frame this code will move the frames of the bar clip along the timeline until it is fully loaded. I admit it...
...movieclip in the first frame of the scene with the stop action assigned to the frame. on the moiveclip on clip event select enterframe then
if(_root._framesloaded=_root.totalframe){
_root.gotoAndPlay(2);
}else{
this.gotoAndStop(Math.floor((_root._framesloaded/_root._totalframes)*this.totalframes
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.