|
This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
java and flash 5
Posted by javajunkie on October 01, 2001 at 2:31 PM
Html brackets removed Im working with flash 5 and java trying to import the Date() into a flash snippet. what do i need to do to get this to recognize it??? or does anyone know of someone who is working with this combo??? ............................................................... OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=550 HEIGHT=400 PARAM NAME=movie VALUE="date.swf"?<%=new Date()% PARAM NAME=quality VALUE=high PARAM NAME=bgcolor VALUE=#FFFFFF EMBED src="date.swf?<%=new Date()%" quality=high bgcolor=#FFFFFF WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" /EMBED /OBJECT ............................... Thanks in advance
Replies:
- asdf asdf November 22, 2001 at 12:29 AM
(0)
|