The Artima Developer Community
Sponsored Link

Legacy Design Forum
Designing with Interfaces

Advertisement

Advertisement

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:22 PM

Is anyone out there working with java and flash 5. I am new to this combination. I am trying to use the java.util.Date()

<%@ page import = "java.util.Date"%>
<%= new Date()%>

Why wont this import into the flash snippet but yet the new date above will appear in the html output???

The current date is: --> 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"?"date=<%=new Date()%>"
PARAM NAME=quality VALUE=high> " 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">

Thanks in advance




Replies:


Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us