ActiveDen

Dynamic XML Flash Events Calendar AS 3.0 Version

  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jounuu says
Purchased

Hi,

we’re trying to use the the AS3 Events calendar as a plugin inside Flowplayer window area, it should be possible, http://flowplayer.org/demos/plugins/flash/swf.html – but we do not seem to manage to get this to work, any ideas how the calendar should be setup?

Posted 10 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jounuu says
Purchased

Any thoughts on replying to our question, the calendar is really of no use for us unless we can use it the way intented!?

Posted 10 months ago
Author
LucidStudios LucidStudios replied

I have never used flowplayer so I don’t have any knowledge of integrating swf files with that player.

Posted 10 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jounuu says
Purchased

Ok, here’s the question again:

Hi,

we’re trying to use the the AS3 Events calendar as a plugin inside Flowplayer window area, it should be possible, http://flowplayer.org/demos/plugins/flash/swf.html – but we do not seem to manage to get this to work, any ideas how the calendar should be setup? Posted 3 days ago Report

Posted 10 months ago
  • Has been a member for 2-3 years
  • Bought between 50 and 99 items
hedpe_23 says
Purchased

I cannot seem to get an event to repeat with the management system. Has anyone else had this problem?

Posted 10 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
questthewordsmith says
Purchased

I’m using this inside another flash template and want to get the EMS going. Since I dont have flash, I need you to send me an updated SWF file that looks for “events.php” instead of “events.xml”. I tried sending you 2 messages through your profile, but no answer. Please respond. Thank you!

Posted 9 months ago
  • Has been a member for 0-1 years
jorgeviedma says

Is possible a light version?

Posted 9 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
  • United States
questthewordsmith says
Purchased

2nd time posting this…

I’m using this inside another flash template and want to get the EMS going. Since I dont have flash, I need you to send me an updated SWF file that looks for “events.php” instead of “events.xml”. I tried sending you 2 messages through your profile, but no answer. Please respond. Thank you!

Posted 9 months ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
vestedtravel says
Purchased

Hello,

Just purchased. I need to run three seperate calendars on one site. Can this be done utilizing the flashvar’s and seperate DB’s etc.?

Thanks.

Posted 9 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
alexabu says
Purchased

My calendar loads fine when it’s http:// but when it’s www the calendar Will not load?? What am I doing wrong . I’m using the calendar in My flash website

Posted 8 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
alexabu says
Purchased

Nvm i got it

Posted 8 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
envapk2 says
Purchased

Hi, I have purchased this item and it looks great but I a have a problem with the text in the event description – it appears distorted, mixed up. A screenshot can be seen here http://www.peterk2web.com/screenshotEventsCalendar.jpg

with relevant xml file here:http://www.peterk2web.com/events.xml

I’ve tried changing the description text various ways but it always comes out mixed up in some way.

Posted 8 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
rtipton says
Purchased

Great work on this calendar!

1. Is there a way to set a date limit for how far the calendar will display?

2. I am getting an error when I attempt to upload an image via EMS . Any ideas? (all else working great!)

THANKS !

Posted 8 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
rtipton says
Purchased

Okay, I figured our #2. (It was a permissions issue on my “images” folder for anyone interested.)

So just wondering if there is a way to limit the date the calendar displays…example: Can I set the calendar to only display through 2012?

Thanks!

Posted 8 months ago
Author
LucidStudios LucidStudios replied
In the events.php file you need to change the sql query from:
$eventsQuery = "SELECT * FROM ems_events WHERE status='1'";
to:
$eventsQuery = "SELECT * FROM ems_events WHERE status='1' AND date<='2011-12-12'";
Posted 8 months ago
Purchased
Default-user rtipton replied

Awesome, thanks!....oops I spoke to soon. I tried this but it did not accomplish what I’d hoped.

I did not mean limit the events past a certain date—I meant limit the calendar pages past a certain date. In other words, I would like the calendar to only display pages for the current year…if possible. Thanks!

http://uskidsgolfmedia.com/mainsite_old/calendar/

Posted 8 months ago
Author
LucidStudios LucidStudios replied

that can be done as a custom freelance work but I am not available till 21st of June.

Posted 8 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
  • United States
madsushie says

Before to buy it, i have a question for you. I’m looking for a calendar for put a new photography each day. Is it possible to have the picture in fullscreen (no comment, no description, just a big picture). Because on your exemple, pictures are little.

Thank for your answer.

Mad Sushie

Posted 7 months ago
Author
LucidStudios LucidStudios replied

if you mean that you want the picture to take the whole space of the frame which opens when you click an event then that’s definitely possible by disabling the textfields and enlarging the picture frame’s size.

Posted 7 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
wisemoor says

Hi, bougth the xml calendar AS2 ; its a exellent toll:),

But i have a problem i want to start the week with Monday; i comment the line 47(//var day:Number;)

/----— NOTE ------/

/*If you want to start week with Monday as first day then comment the line 47 and un-comment line below and also read the note at line 157 */ //var week_days:Array = [’’,’Monday’,’Tuesday’,’Wednesday’,’Thursday’,’Friday’,’Saturday’,’Sunday’]; but it steel not workink the day dont match with the week.. can you HELP ME ?\\?

Thanks

Posted 4 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
vikas20019464 says

we are processing the php script which is provided by your application for dynamic loading on calendar content from the mysql database.

The xml string which generates is been getting ouput as some issues. tag dynamically gets converted into the tag on the browser.

When we open the events.php we find tag properly written but when it is run on the browser with wamp server installed. The tag gets converted into and then we are unable to the see the content on the calendar flash application.

vikas.balram@essar.com

Posted 4 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
rophi says
Purchased

Hi, please can you explaine how to change days of week to other language (french for example)? Which file and what to change exactly?

Posted 3 months ago
Author
LucidStudios LucidStudios replied

You can change the names of days to French in the EventsCalendar.as file which can be found inside the net->lucidstudios->applications folder.

Please follow the instructions in the help regarding font embedding for non-english languages.

You will have to publish the swf file so that the changes take effect.

Posted 3 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
GoodLawd says
Purchased

Is there a way to sort/display the multiple daily events by time?

Posted 2 months ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
  • United Kingdom
JOeBOe88 says
Purchased

Purchased – event calendar, managed to get it to sync to the database and using the EMS CMS system.

problem is - The URL link within each date won’t work? Or doesn’t work as a linking button? Anyway to make it work as a link?

Please see my email to you for links.

Posted 1 month ago
Author
LucidStudios LucidStudios replied
make sure you input the links as follows:
<a href="your-link-goes-here">your link or text visible to user as a link goes here</a>
Posted 1 month ago

You must sign in or sign up to purchase this item.

$25Regular Licence

$25

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

$125Extended Licence

$125

Extended Licence an app, paid game, or other software project, a website template for sale - Details

821 Purchases 479 Comments

Buyer Rating
12345 ( 165 ratings )
LucidStudios

LucidStudios

  • Has been a member for 4-5 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Pakistan
  • Referred between 200 and 499 users
View Portfolio
Created 7 July 08
ActionScript Version AS3
Documentation Well Documented
Flash Files Included ActionScript AS, CSS Files, Flash FLA, HTML Files, JS Files, XML Files
Opens With Flash CS3 (9+)
Published Size 146kb
by
by
by
by
by