Just realized that Google Calendars can be imported into a HTML website..
Is there a way to load this into a flash site??
how???
Printable View
Just realized that Google Calendars can be imported into a HTML website..
Is there a way to load this into a flash site??
how???
Loading it into HTML does not mean you can load it into flash. There are only some tags supported.
So what would be a good way to do it?
.. I was thinking a seperate pop up window.. and use the code..
Which code? How do you load it into HTML?
If you have a calendar it will generate this code which can then be embedded into your website.. the actually calendar will show up.. it has some minor style features..
here is the code
Code:<iframe src="http://www.google.com/calendar/embed?src=mumh5125i6hp5otrroflnht3g4%40group.calendar.google.com&height=614" style=" border-width:0 " width="640" frameborder="0" height="614"></iframe>
It wouldn't work, because the iframe tag is not supported in flash and with the img tag it does not work. You have to use html page for that.
Ok.. but is there any way I could do this with a seperate html pop up window???
I really need a calendar on the site.. this seemed easier to do..
Do you have any ideas... I have looked at the calendar component that comes with flash but doesn't seem to be able to add events..
really need help with this.. thanks
Here are the makings of a good headstart:
http://datadev.blogspot.com/2006/04/...r-data-in.html
http://www.sephiroth.it/file_detail....ents=70&id=129
:thumbsup: :thumbsup:
thanks chris..
but confused on how to get it to work....i am very dumb when comes to AS
Not sure yet, going to play with it myself when I get home. I'm remote right now. Sepiroth must have some examples. Google it too in the meantime. :thumbsup:
thanks.. will do that see what I can find.... thanks again for the help