satimis 0 Posted March 3, 2008 Report Share Posted March 3, 2008 Hi folks,I wonder whether it could use JAVA creating .swf file to achieve the effect of the moving tag as shown on following site;http://www.derivativespeople.com/index.htmlIf possible please advise how to do it. TIAFurthermore can the same effect be created on PHP? If YES, also please advise in detail how to make it. TIAB.R.satimis Quote Link to post Share on other sites
Reg Edit 0 Posted March 3, 2008 Report Share Posted March 3, 2008 Hi folks,I wonder whether it could use JAVA creating .swf file to achieve the effect of the moving tag as shown on following site;http://www.derivativespeople.com/index.htmlIf possible please advise how to do it. TIAFurthermore can the same effect be created on PHP? If YES, also please advise in detail how to make it. TIAB.R.satimisIt's Flash you need to look at: http://www.w3schools.com/flash/default.asp Quote Link to post Share on other sites
jhecht 0 Posted March 3, 2008 Report Share Posted March 3, 2008 Yes that can be done with flash, and yes it can be done with Javascript, don't know about Java. Any Javascript Framework has functions for this kind of thing. Look one up.And PHP is SERVER side, Flash and Javascript are CLIENT-SIDE. They ARE NOT the same. Quote Link to post Share on other sites
justsomeguy 1,135 Posted March 4, 2008 Report Share Posted March 4, 2008 You can, however, use PHP to create an SWF file, which might be the best thing to do if the information in the SWF needs to be dynamic.http://www.php.net/manual/en/ref.swf.php Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.