Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
Sadiam webforumsuser@macromedia.com #1
Calender and Database Results
hi,
I have just joined this site. I am currently working on a web application. One of the pages is a search page and displays a calender and some skills set options for search e.g. html, PR, PHP etc. When the user selects one of these options say html and runs a search. The results of the search are displayed on the calender. the results are in the form of person's name and the time for which they are available (shown as a bar on the calender). However I am new to Flash and dont know how this can be achieved. The data is stored on the database and I am using PHP. Can anyone help, I would appreciate a quick reply.
Thanx
Sadia
Sadiam webforumsuser@macromedia.com Guest
-
Database Results
Hi I have created a results page so that when a users types something in my search field on the web the results page shows a list of products.... -
random order results from MS access database
simple question but how could I go about order by search results randomly every time the page loads, or even better set it up so that each time the... -
Sorting Database Results in PHP
I am working on putting a drop down menu on my page which allows the user to change the order of which he/she wants to view the database results,... -
Database results error
I've originally posted this in the front page extensions page, but was told to stop by here. Here's a copy of what we said. Any ideas on how... -
Exporting as Excel (database results)
All, I am trying to export a result set as an excel spread sheet. Most of the time this works as expected, when a user chooses to save as excel... -
MetalEater webforumsuser@macromedia.com #2
Re: Calender and Database Results
Load vars is what you need to get data from PHP.
exsample of using LoadVars
myData = new LoadVars();
myData.Load("path to the php file to load the variables");
to send data to the file you use
myData.send("path to the php file to send the variables");
or to do both you would use
myData.sendAndLoad("path to file");
have your php file echo the varibles like this.
&variable1="whatever"&variable2="whatever"
MetalEater webforumsuser@macromedia.com Guest
-
Sadiam webforumsuser@macromedia.com #3
Re: Calender and Database Results
Thanx Metaleater,
But my first question should have been how do i create a calender in flash :)
Sadiam webforumsuser@macromedia.com Guest



Reply With Quote

