ActionScript 2.0 :: Updating Calendar For Flash Player 7?
Sep 19, 2006Has anyone successfully updated Jerryscript's calendar to work with Flash Player 7?[code]...
View 4 RepliesHas anyone successfully updated Jerryscript's calendar to work with Flash Player 7?[code]...
View 4 RepliesI 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].....
I have a calendar but only me works with flash player 5 as I can do so that works with flash player 8.
View 1 RepliesI'm really wanting to incorporate this great floating text technique from levitated.net but updating the ActionScript for Flash Player 8 compatibility is beyond my knowledge. Can anyone lend a hand? Tnx.
[Code]...
if there's a way to automatically update the flash player if the user doesn't have the required version. If there's no way, can i make a button to download it directly from my site so the user doesn't have to go to the adobe webpage?
View 4 RepliesI have a strange issue where Flash Player in Chrome is not updating unless the browser is resized. The app is an online design tool, written in Flex, and one of the features allows the user to upload an image and crop it. The image loads fine, and the crop action does not reload the image but uses Bitmap.copyPixels to create the cropped version.When I test on localhost (though a local server not just straight from the file system) the issue does not happen. However on our QA server the image does not appear unless you resize the browser, when I suppose a screen refresh is forced.I've tried all the usual suspects in AS3/Flex to force a redraw, updateAfterEvent, invalidateDisplayList, etc.we came up with is to resize the browser by a pixel, but this is obviously not ideal and I'd prefer a solution to a work-around.Here's the Bitmap code for reference...
var cropData:BitmapData = new BitmapData( _crop.width, _crop.height );
var originalData:BitmapData = new BitmapData( _loader.width, _loader.height );
originalData.draw( _loader );[code]....
I'm just about to uninstall and reinstall at this point but I'm getting my install all screwed up trying to update Flash Pro CS5.5 to use Flash Player 11. I had it fine using the MXP provided in this adobe blog. Though that's 11.0 not 11.1. It did work however.
I downloaded the latest Flash Player / Debugger .exe and the latest SWC for 11.1 and now Stage3D is no longer being seen. Clearly I screwed something up. I uninstalled and reinstalled the MXP after deleting the FP11 XML and FP11 directory but it's not working anymore.
Is there a clear cut simple way to explain how to overlay the latest Flash Player for FPCS5.5? I used the AIR overlay instructions for 2.6 - 3.1 and it worked every time. Now I just need Flash Player overlay instructions. I'm very interested to start trying to Starling framework with Stage3D. I select FP11 to export and it tells me it can't find Stage3D.
I had an assessment i need to finish as my test for flash developer vacancy...i need to create a function that convert date Gregorian calendar to Hijri calendar in flashis that possible?I've search through google, but still doesnt find anything useful yet.
View 3 RepliesI 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 RepliesI would like to know if there is a way to create a calendar page on my site that will display the free Google Calendar? I have embedded code in a Myspace site before and it worked well, but have no experience with the IFrame code that Google Calendar uses. fyi- I just bought Flash a month ago and have been editing a template that I purchased to be my new website.
View 1 Replieslike a lot of people on this forum i am having trouble with an MP3 Player. I have my music player, playing, stopping and going to next and previous. But i am now trying to display the time of how long its been playing for. I have a model class (containing the soundchannel, sound and timer) which has a songsModel class (an extension of model, which contains and update method)
I also have a controller class, which is in control of the people pushing the buttons from the songController class. The controller class plays the soundchannel and starts a timer. i have a songsController class which uses the constructor of the model class as a superclass. This class is controlling users pushing buttons. My other class is a view class, which waits for the model to update itself so that it can display the latest songs.
My problem is i cannot figure out how to pass through the timer to the view class for its latest update (every half second). I have managed to display it ever time the model updates as discussed above.
[Code].....
Here something to play with xml stuff. Just an example.
XML-File:
PHP Code:
<?xml version="1.0"?>
<termine>[code]....
I want to use a calender control in my flash project.. I cant see any calendar control in Flash CS4 .. How can I use a calendar control in CS4 ?
View 3 RepliesI use a jquery calendar and a flash in the same page.. What happens is my jquery calendar is overlapped by my flash... Any suggestion to make it display above flash...Look at the image and see my calendar Fr,sat are invisible because of flash...
EDIT:This is what i used,
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="702" height="443">
<param name="movie" value="images/homebanner.swf" />
[code]....
Does anybody know how to set up Flash MX UI component calendar.
View 7 RepliesIs it possible to display my google calendar in a flash file? I tried loading it into a dynamic text box but that did not work. I feel like an idiot as it seems this should be easy to do.
View 1 RepliesHas anyone been successful setting up Google Calendar in a Flash website?
View 3 RepliesI am confused on this. Has to be some small error somewhere in code but cant seem to find. This is a flash calendar i found on the web, only thing I changed was added the ability to change the header color, days name color, etc. Works fine when check in flash itself (Adobe Flash Pro CS5), but when preview in html browser it doesnt work right. Shows undefined everywhere but when you click the arrow to go to next month everything is correct, header color, month name etc.
[Code]...
how (and if) it is possible to publish a Google Calendar in one of my Flash projects... I have created a space in one of my websites in which I would like to be able to view the Calendar, but when I try to load it in, nothing happens.
I tried to use this actionscript (is this even the right thing to do?):
Code: Select allvar request:URLRequest = new URLRequest("http://www.google.com/calendar/feeds/jjdelv%40googlemail.com/public/basic");
var loader:Loader = new Loader()
loader.load(request);
addChild(loader);
How to set up Flash MX UI component calendar. I want to incorporate it into my website and then set up events for certain days.
View 7 Repliesmake a PHP, mySQL, Flash calendar. I want to do this to teach myself a little bit about all three of these things. I know a little about all of them, but I don't really understand how to use them all together. I have searched around the forums, and kirupa, and the web in general and I am having trouble with a few things. First of all let's say I have 3 different fields in my table. Date, Event, and Description. How can I pull each record with PHP? Do I have to pull them one field at a time, or can I just pull the whole record, and send it straight to flash via PHP?
View 14 RepliesI've been searching the net in a Calendar made in Flash AS3. Any good example of a Calendar with events in it that uses Actionscript? I also need a window pop up box in flash.
View 2 RepliesI 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 RepliesI am very new to Flash. I am currently putting together a flash based advent calendar but coming stuck on a code which keeps throwing back a syntax error. The code I have input is
on(release){this.play();}
Which runs a movie clip when you click on a box.
See the tutorial here to see where I'm coming from: [URL]
Google calendar is available to be embed into a HTML website.. But I have a Flash site.. I want to load that calendar into my site.. It has an option for a button. But would like to have the entire calendar view. Can this be loaded into a dynamic text box or a loader component??? Does anyone have a clue how to do this... Or create a monthly calendar with events.. I can't seem to find one anywhere, I am sure it can be done.. but not very good with AS.
View 1 Repliesi am puttin together a calendar in flash, as it is ending up on a windows server in ASP, so the lovely PHP calendars wont work. I have been using the code from:[url]to get the months and days working, and have todays date highlighted. Now i need to work out a way that i can set this up to call a flash movie onto a higher level which contains the events of the day you click on. Such as: Because the dates are determined and inserted via AS, im not sure how to set this up, or if it is even possible...
[Code]...
I try to create a dynamic web gallery in flash that feeds it's content from a XML DB, so it's easy to update and maintain the gallery (right?!). What I have, is the gallery specs in the flash movie itself:
// container dimensions
// is that even necessary?
movieW = 650;
movieH = 600;
[code]....
and then the gallery process - so how can I subsitute this for a XML DB?
Have an XML that holds variables in place of hard-coded values. Then create a Flash app that will populate the XML to be used via Flash app.Currently...I have a Flash app that brings in XML data, but we have to manually put in the data into the XML file. I would like to create another app that will allow people who don't want to get into the XML file to be able to input that data into a Flash GUI and click on a 'submit' button that will populate the XML file automatically.
View 1 RepliesIs there a way once a flash site is live, that my client can change the text or even the images? Even if it's by uploading to the server? If perhaps they were all predetermined in size ect.? Similar to how HTML calls images from a folder located on the server. I'm guessing something to do with PHP? Touching upon this briefly so understand flash uses PHP to communcate outside of the swf file to complete certain tasks.
View 1 RepliesFirstly i am not sure if this is the correct forum, basically i have updated my flash movie on my website, and the updates have taken effect in mozilla and google chrome, however in IE 7 & 8 the old flash movie still displays. I get this is down to the cache and i have tried several code snippets to correct this but nothing seems to make a difference.Is there anything that i can do with the flash code to force the browsers to reload the the movie each time they visit?
View 2 Replies