Data Integration :: Building An Events Calendar With The DateChooser Component

Sep 12, 2007

The AS2 DateChooser has just the functionality I need to build the events calendar that I have to build .. however .. while I know what to do in theory, I'm stumbling on (a) whether it will work and (b) syntax.

I want to display an instance of the DateChooser (myDate) and access the selectedDate property when the user selects a date. Then I need to pass it to the main events page preferably on the same page with something like this:

SELECT EventTitle. EventDescription, EventLink FROM Events
WHERE EventDate = MMColParam

MMColParam 1 myDate.selectedDate

The page itself is ASP. I am thinking I would probably define a variable and perhaps use LoadVars to load the selected date from Flash .. not something I have done before.

Perhsps something like

dim eventDate
eventDate = myDate.selectedDate

I'm sure that's not the syntax .. but I think that is the theory. I should be able to access the selectedDate property of the Date Chooser instance and feed the date into the query to select the events on that date and list them.

View 2 Replies


Similar Posts:


Actionscript :: Flex Extending DateChooser - Events In Calendar

Mar 29, 2010

ExtendedDateChooser class is great solution for simple event calendar used in my flex project. You can find it if google for "Adding-Calendar-Event-Entries-to-the-Flex-DateChooser-Component" with a link of updated solution in comments of the post. I posted files below. Problem in that calendar is text events are missing when month is changed. Is there updateCompleted event in Actionscript just like in dateChooser flex component? Like in:

[Code]...

View 1 Replies

Data Integration :: Datechooser DisabledRanges Using DB?

May 8, 2008

I need only a little bit to finish something that I am doing.I make a calendar, using Flash and AmfPHP, the calendar load the reservations informations in a MySql table. After the flash movie, takes the information relating to the reserved days of the calendar, and then, the calendar would have to take the information of the MySQL table, the column of (date visits) for deactivate, the previous selected date by others users.I´m using this code:

Either how I have to pass the information stored in the table(Date Visits), to the calendar in order that it deactivates the dates stored in the database?

View 1 Replies

ActionScript 2.0 :: Free Events Calendar Component?

Aug 23, 2004

I've developed a Version 2 Events Calendar component that will accept multiple, non-continuous days (which the DateChooser component does not do).

in particular I'd like to thank the following people, without whom this project would never have been completed. i'm indebted to you all

activity.xml is where you put the dates in. open up the file and you'll see how i did it. i marked the dates i wanted highlighted and then put in the url where you get taken when you click on that date.

View 10 Replies

ActionScript 2.0 :: Free Events Calendar Component

Aug 23, 2004

i've developed a Version 2 Events Calendar component that will accept multiple, non-continuous days (which the DateChooser component does not do). i'm indebted to you all: prophet, cycom, bodyvisual, thoriphes, claudio, scriptflipper, hga77, senocular, e.s.x.s., and mcgiver. i've learned so much from all of you. now to the component. please don't yell at me for not packaging this as an .mxp. i tried and well, failed... open up the attached zip file: EventsCalendar.swc and XMLMember.as go here: Program Files --> Macromedia --> Flash MX2004 --> en --> Configuration --> Components.

activity.xml needs to be on the same level and in the same folder as the .fla you're putting this in. activity.xml is where you put the dates in. open up the file and you'll see how i did it. i marked the dates i wanted highlighted and then put in the url where you get taken when you click on that date.

View 10 Replies

Data Integration :: Action Calendar To Automatically Count Down By 1 Every Day

Dec 8, 2006

I have a file (view the calendar in the upper right of [URL]... that I don't want to have to manually update every day for the next 170 days.

It is a countdown calendar that I would like to know options for how to make it automatically change the start number and second number by - 1 every day at midnight until it reaches zero.

I would like to know about my options for achieving this.

View 1 Replies

ActionScript 2.0 :: Event Calendar - Set Up A List Of Events In Sort Of A Calendar Format?

Mar 28, 2004

I have to set up an list of events in sort of a calendar format. I'm trying to figure out how I should bring in the data.The data will be stored in a mySQL database. Should I just bring it straight into flash with PHP, or should I use PHP to convert it to XML and then bring it to flash?

View 1 Replies

Data Integration :: List Component - Multi-select Retrieve Data

Feb 26, 2007

I'm having trouble retrieving the value of a multi-select list component. It always traces the last value selected, but I need to trace all values to parse the data.

I've been using trace(myList.value);

View 2 Replies

Data Integration :: List Component - Multi-select Retrieve Data?

Nov 18, 2010

I'm having trouble retrieving the value of a multi-selectlist component. It always traces the last value selected, but Ineed to trace all values to parse the data

View 8 Replies

Data Integration :: Ext. Data Source And Tree Component?

Nov 12, 2007

Im using tree component and XMLConnector here.as far as i can see results in my tree (when testing my movie) it ouputs data thats loaded fom ext. XML file.But the problem is that it publishes [type Function] in the tree. no actual xml nodes are visible, just bunch of [type
Function] ive also searched for info / tutorial how to publish actual xml data in the tree component but without any luck.So what should i do and how ?

View 2 Replies

Data Integration :: Form Component Not Transferring Data To CF?

Apr 11, 2007

some feedback onthe following. I'm stuck. I have a form that I can get to workusing text input fields, but I need to get it to work using thecomponents.I have a flash form with the following:

prmZip instance: text input box
prmMilage instance: combo box
prmUnita instance: data= Mi, label= Mi

[code]......

View 3 Replies

Data Integration :: Connecting XML Data To  A List Component

Jul 6, 2007

I'm using the XML Connector to bind information to a List Component. Everything binds okay but when I run the MC I only get one item of information. The object I'm binding from the XML is called "Location" and there are a total of 5 listed in the XML. The five are Los Angeles, Seattle... The only one being displayed is Los Angeles. What do I need to do get the other 4 locations to display in the list?

View 1 Replies

Data Integration :: Handling Image Events In Main HTML Page

Apr 24, 2007

I have just established a menu based-image in flash in the main html page. Also I do have a second page has details on each option of the menu of the main page. I am trying to whenever I click on any option of the menu in the main page; this should take me to the specific section in the second page describing this option.

View 3 Replies

Data Integration :: Flexcubed Or Netdrims FlashSQL Component

Feb 24, 2008

Isaac Coker, former of Netdrims, now called Flexcubed, who sells their components on Adobe.com, claims in an email of support to me that 400 other users have used his product successfully.Will anyone of these 400 successful users be willing to help me get their flashSQL component up and running on my server?

View 1 Replies

Data Integration :: DataSet And Tree Component Binding?

May 2, 2007

how you set up data binding betweenDataSet and Tree component?

View 1 Replies

Data Integration :: XmlConnector And Bind To AttachedMovie Component

Mar 16, 2007

I need to dynamically insert (attachedMovie) a movie that has a ComboBox with in and then I need to bind this ComboBox to an existing _root.myXMLConnector.

View 1 Replies

Data Integration :: Web Services Component - Cannot Get Info Back

Jan 18, 2007

I am new to web services in flash. I am running Flash 8 and am attempting to use the Web Services component. I have defined my web service, bound to text fields on my form. Every thing works fine when I test the movie. Data is returned as it should. But when I put the movie on the web and I try to get data back, I get nothing.

View 2 Replies

Flash :: Data Integration - SQL / PHP And Display The Information In A DataGrid Component

Feb 21, 2008

I have an SQL database setup which contains Herbal Information such as CommonName, LatinName, MedicalUse etc, and need to display the information in a Flash DataGrid Component. I also have the corresponding PHP script to connect, retrieve, add and delete items from the database. Although I am familiar with Flash in a design sense I have limited experience using Action Scripts and am unable to complete the connection myself.

View 2 Replies

Data Integration :: Netdrims FlashSQL Component On Adobe Exchange?

Nov 11, 2007

i am having a problem with setting up the filpath and datasource using the component inspector for OFFLINE development.I am using Windows XP Pro Service Pack 1.I then installed Network Services although I am OFFLINE.I then installed IIS.I then installed mySQL 5.0 Community Server as a Windows service and client. I then installed PHP5.I am using Flash 8 Pro.I now have a c:php (the php did not create a c:phpwww directory as the instructions say to use)IIS created a c:Inetpub and c:Inetpubwwwroot directory [which I tried putting the flashsql_v51.php file in to no avail)

my component inspector window shows:

ASP_DB : MSAccess
ComponentInst:
dataSource : C:WebsitesFlashDevelopmentFlash with
SQLNetdrimsflashsqlmainflashsql

[code]....

I get different id numbers.how to set these parameters up ASAP for the filepath and filesource, esp this flashsql_v31.php that comes supplied with the component and encounters the above error.

View 1 Replies

Data Integration :: Formatting Tags Appearing In TextArea Component?

Apr 26, 2007

I'm having an issue with TextFormat tags that are appearing in textfields. Here's an overview of what I'm doing: Basically, I'm trying to grab the text from a textArea component: (myText = myTextArea.text")

Because I want to retain formatting, I have the textArea set to be html. Thus, myText becomes the text you see below

So the myText data is then stored in XML, but later when I try to access it, it fills that same textArea component with the literal code rather than the formatted text. How do I take that TextFormat string and convert it back to it's original form? I've
tried myTextArea.htmlText

View 1 Replies

Data Integration :: Display Arabic Text In ScrollPane Component?

Apr 22, 2008

I have RSS reader it's work fine with english but the problem is arabic text don't display in RSS reader just english and about to display arabic text in ScrollPane component that component reader info from xml file and display it?

View 1 Replies

Flash :: ActionScript 3.0 - DateChooser Component For CS3

Apr 15, 2009

Where and how do I get the datechooser for Flash CS3, AS3.0?

View 2 Replies

Calendar To Have Notes Or Events In It

Jul 30, 2009

how to make 2 things or insert 2 things into the flash website i am making. I want to get a calendar and a forum of some kind in my site. How could i achieve this? I would like the calendar to have notes or events in it.

View 5 Replies

ActionScript 3.0 :: URLRequest, URLLoader - DateChooser Component Is Not Supported?

Sep 3, 2009

I have written code to read an XML file by using URLRequest and URLLoader in ActionScript 3.0. Code is pasted below. This runs well in AS3.Problem I am facing is because I wrote this in AS3, I am not able to use the DateChooser component in another part of the flash module because it seems like DateChooser component is not supported in AS3. So I want to migrate my below AS3 code back to AS2.
 
**** Code in AS3 (I need help in writing equivalent code in AS2) :-
 var xmlText:XML ;var xmlReq:URLRequest = new URLRequest("myFile.xml");var xmlLoader:URLLoader = new URLLoader();

View 3 Replies

Flex :: Days To Have A Different Background-color In The DateChooser Component?

Sep 28, 2010

I have an Array of days. I want those days to have a different background-color in the DateChooser component, say red.

View 3 Replies

Actionscript :: Bind Event Listener With Flash DateChooser Component?

Nov 19, 2010

I'm new to flash, and using Macromedia flash 8.

I'd like to use in-built DateChooser component in my flash project.

So How do I bind an even handler on selection of any date? let's say I want to display selected date in another dynamic text element.

View 1 Replies

ActionScript 3.0 :: Calendar Class With Updating Events Based?

Dec 2, 2010

I have built a class based on a calendar script found here on this forum. I have modified the script to work in a class and expanded on the calendar by checking each day of the month against a database to see if there are events on that day. (if there is an event, the day movie clip goes to another frame to highlight said day)Everything works great.. at first glance. The first time the calendar loads, all the days are properly in place and the Event.ADDED_TO_STAGES runs correctly, highlighting the dates with events.

The problem occurs when the user changes the month. Everything again works the way it should except for the Event.ADDED_TO_STAGE. This event only runs for each day the first time the calendar is loaded.

Code:
package classes {
//import necessary classes
import flash.events.*;
import flash.display.MovieClip;

[code].....

View 2 Replies

ActionScript 3.0 :: Events - Calendar Scrolling Threw The Months When The Buttons

Feb 7, 2010

I looked high and low for a tutorial on this and got squat! I need to make this up soon. I have it half working at the moment, i still need to make a database for the events and such. But right now I need to get the calendar scrolling threw the months when the buttons I have are clicked on. this is my code:

[Code]...

View 0 Replies

Data Integration :: "a Component Instance Must Exist In The First Frame"

Jul 22, 2006

it apears that message on frame 6, where i have a connection with an XMLconnector. What sould i do ?

View 2 Replies

ActionScript 2.0 :: Flash - Instance Of The DateChooser Component Reads An Xml File Which Houses Info For Homework Assignments

Jun 30, 2004

the situation | an instance of the DateChooser component reads an xml file which houses info for homework assignments and their due dates. if there is a due date, make sure that date is highlighted on the DateChooser component. from what i've been told, the xml file stores urls which will tell if there is s/thing due on a particular date. the xml file | very simple, has an <activity> element with a 'date' attribute, i.e.

[Code]...

my remaining questions | What needs to happen as soon as the xml file is loaded? i.e. do i call a function which parses the xml data and puts it into an array? then the DateChooser component iterates thru the array looking for boolean values noting if there is an activity or not and if so, on which day. if it finds one, it sets its highlight property to true for that particular day. i'm setting up the xml file correctly.

View 11 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved