hello, i need some help on getting a "daily schedule" to load into a flash movie clip. this will change daily, and will need to scroll if bigger than given area.
anyone have any ideas?
thanks in advance for any help.
xcaliber![]()
| SitePoint Sponsor |
hello, i need some help on getting a "daily schedule" to load into a flash movie clip. this will change daily, and will need to scroll if bigger than given area.
anyone have any ideas?
thanks in advance for any help.
xcaliber![]()

you can load a movie clip dynamically by using the action
And you can update this mymovie.swf now & then, as you please. Or if you'd rather that the content come from a database then you can use the actionCode:loadMovie("mymovie.swf", "container");
Now, for the above action, you need to have a server side script in place, like ASP, PHP, JSP, CGI, ColdFusion, etc.Code:loadVars("mypage.asp", "container");
From that server side script, you can pass on variables to the Flash Movie which can be displayed in a dynamic text field, which have scrollbar component attached(you can use your own custom scrollbar in Flash5 but that is too tough of a job).
Or if you fancy going out far & be a little adventureous, try the data components of FlashMX 2004.
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - My Photo Blog - My Hindi Blog - My Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
Originally Posted by asp_funda
thanks for the info.
i should have given a little more detail. this will be a table showing "todays schd" that would include "leagues", "teams" and "time". this data will be coming from a database and will be using MySQL.
being a designer, this is currently outside my scope of understanding. are there any tut's that show how do this or something similar?
thanks-xcaliber

hmm, yeah, there are many tuts(err, tutorials) available for this. You'll just have to search them. www.flashkit.com & www.actionscript.org are two better places to start.
You'll have to get your thing right in a server side language. Since you are using mySQL, I'd recommend using PHP, but if you know any other server side language, it really doesn't make any difference.
Getting vars from PHP or any other language, into Flash will be a breeze.
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - My Photo Blog - My Hindi Blog - My Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
Thanks for the help.
xcaliber

my pleasure.![]()
Our lives teach us who we are.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Me - My Photo Blog - My Hindi Blog - My Blog
iG:Syntax Hiliter -- Colourize your code in WordPress!!
Bookmarks