![]() |
| Adobe Forums » Adobe Influences » Site Design » How do I add to the HTML page containing an fla? |
| Tags: |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
My site has Flash Video that plays back in a Flash movie file. I want to put html text on the html page containing the Flash movie so that if a viewer doesn't have Flash, they can see a plain text link that sends them to a page with a Windows Media Player. When I attempt to add text to the html page containing the Flash movie, the text doesn't appear and my page changes background color. Where in the source code should I be adding my html text? Please indicate the insertion point below. Source code below or visit http://www.ocatillopictures.com/Ocat...Animation.html Thanks -------------------------------------------------------------------------------- ---------------------------------------------------- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Janos-FlashPlayer</title> <script language="javascript">AC_FL_RunContent = 0;</script> <script src="AC_RunActiveContent.js" language="javascript"></script> </head> <body bgcolor="#100068"> <!--url's used in the movie--> <!--text used in the movie--> <!-- <p align="center"><font face="Wingdings 3" size="16" color="#80dbf9" letterSpacing="0.000000" kerning="1"><a href="http://www.ocatillopictures.com/FinalPages/Animation.html#Janos Video Anchor" target = "_self">t</a><font face="Arial"><a href="http://www.ocatillopictures.com/FinalPages/Animation.html#Janos Video Anchor" target = "_self">Return to Menu</a></font></font></p> <p align="center"><font face="Arial" size="16" color="#80dbf9" letterSpacing="0.000000" kerning="1"><a href="http://www.ocatillopictures.com/movie-pg/Janos-movie.html" target = "_self">View Windows Media</a><font face="Wingdings 3"><a href="http://www.ocatillopictures.com/movie-pg/Janos-movie.html" target = "_self">u</a><font face="Arial"></font></font></font></p> --> <!-- saved from url=(0013)about:internet --> <script language="javascript"> if (AC_FL_RunContent == 0) { alert("This page requires AC_RunActiveContent.js."); ** else { AC_FL_RunContent( 'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0 ,0,0', 'width', '700', 'height', '500', 'src', 'Janos-FlashPlayer', 'quality', 'high', 'pluginspage', 'http://www.macromedia.com/go/getflashplayer', 'align', 'middle', 'play', 'true', 'loop', 'true', 'scale', 'showall', 'wmode', 'window', 'devicefont', 'false', 'id', 'Janos-FlashPlayer', 'bgcolor', '#100068', 'name', 'Janos-FlashPlayer', 'menu', 'true', 'allowFullScreen', 'false', 'allowScriptAccess','sameDomain', 'movie', 'Janos-FlashPlayer', 'salign', '' ); //end AC code ** </script> <noscript> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,0,0" width="700" height="500" id="Janos-FlashPlayer" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="false" /> <param name="movie" value="Janos-FlashPlayer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#100068" /> <embed src="Janos-FlashPlayer.swf" quality="high" bgcolor="#100068" width="700" height="500" name="Janos-FlashPlayer" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> </noscript> </body> </html> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|