macromedia.director.basics
[Top] [All Lists]

Re: HTML & Director 11

Subject: Re: HTML & Director 11
From: "Brian Lisko" <webforumsuser@xxxxxxxxxxxxxx>
Date: Sat, 19 Jul 2008 16:41:43 +0000 (UTC)
Newsgroups: macromedia.director.basics

I am concerned because I am trying to force Shockwave to read Audio Xtra 6.1.  
My ".dir" used 6.1 but my ".dcr" uses 6.0.  I have the following alert in my 
movie script which shows the version:

 alert (string(axGetVersion())).

 When I found the hmtl it already had the player version set to 11.  Any 
thought how I can force shockwave to use version 6.1 of the audio xtra?  The 
following is the current html in my ".dcr".

 <html>
 <head>
 <title>vocabularyArt</title>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 </head>
 <!-- saved from url=(0013)about:internet -->
 <body bgColor="#EEEEEE">
 <object classid="clsid:233C1507-6A77-46A4-9443-F871F945D258"
  
codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#vers
ion=11,0,0,0"
  ID=vocabularyArt width=832 height=624 VIEWASTEXT>
 <param name=src value="vocabularyArt.dcr">
 <param name=swRemote value="swSaveEnabled='true' swVolume='true' 
swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true' ">
 <param name=swStretchStyle value=none>
 <param name=PlayerVersion value=11>
 <PARAM NAME=bgColor VALUE=#EEEEEE> 
 <embed src="vocabularyArt.dcr" bgColor=#EEEEEE  width=832 height=624 
swRemote="swSaveEnabled='true' swVolume='true' swRestart='true' 
swPausePlay='true' swFastForward='true' swContextMenu='true' " 
swStretchStyle=none
  type="application/x-director" PlayerVersion=11 
pluginspage="http://www.macromedia.com/shockwave/download/";></embed>
 </object>
 </body>
 </html>



<Prev in Thread] Current Thread [Next in Thread>