I’m trying to load the URL of a Goolge Calendar into a movie clip. But the
URL that Google gives starts with <iframe> Can a URL with an iframe be used
in a movie clip?? I already have another swf file that gets loaded into a movie clip that
has a URL and scripting running the xspf mp3 player, and that works fine.
Here is the basics of what I have.
my_calendar = new MovieClipLoader(); // This creates the MovieClipLoader
Then in the frame I want to load images, URL ect… I put
my_calendar.loadclip(URL, container_calendar_mc) // container_calender_mc is an instance of content_container_mc that gets loaded with the URL. But the iframe doesn’t seem to work.
Any ideas on how to do this??
Thanks
Howard