(DateChooser).SelectedDate returns undefined

This is a discussion on "(DateChooser).SelectedDate returns undefined" within the Flash & Multimedia Forum section. This forum, and the thread "(DateChooser).SelectedDate returns undefined are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Flash & Multimedia Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 13th, 2007, 17:32
New Member
Join Date: Apr 2007
Location: Israel
Age: 16
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Unhappy (DateChooser).SelectedDate returns undefined

This code returns undefined:
Code: Select all
on (change) {
	t = myDC.selectedDate;
	trace(t);
}
why?

Am I doing something stupid?
Reply With Quote

Reply

Tags
why

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Form returns error : mail expects most 5 parameters? shifty PHP Forum 5 Sep 30th, 2007 21:07
Undefined variable: row csun PHP Forum 3 Jun 5th, 2007 12:44
Undefined index using $GET_ LostProphet PHP Forum 7 Aug 22nd, 2006 11:15
Setting up form returns shifty Web Page Design 3 Aug 21st, 2006 16:03
The Legend Returns... Billydakid Introduce Yourself 2 Oct 24th, 2003 07:04


All times are GMT. The time now is 20:02.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43