Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: FLASH: controling movie navigation with javascript, problem
From: Roger Ehmpke
Date: Fri, 21 Jul 2000 21:44:31 +0100

hello all, I am haveing the hardest time coming up with a page that is html
based, that when loaded also loads a .swf file. then it goes to a particular frame in that .swf file depending on what was written in javascript on the html page. basically I have a button in a navigational menu on a site and want to link to a page that has a flash file then go to a frame in that flash file. here is an example of my code that i have tried I know this has to be close but i am somehow missing the mark, I would appreciate any help that i can get on this subject: <html> <head> <title> thewin </title> <script language="javascript"> function clicking(){document.internat2.swf.Gotoframe(5);} </head> <body onLoad="clicking()"> here it is in a new window <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0, 0,0" ID=gimp WIDTH=400 HEIGHT=200> <PARAM NAME=movie VALUE="/internat2.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#000000> <EMBED src="/internat2.swf" quality=high bgcolor=#000000 WIDTH=400 HEIGHT=200 swLiveConnect=true Name=internat2.swf TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_ Version=ShockwaveFlash"> </EMBED> </OBJECT> </body> </html> Thanks Roger Webmaster at Optimum Nutrition Rehmpkeatoptimumnutrition [dot] com or Lehmpataol [dot] com

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
July 24-26, 2000, NEW YORK CITY, Hammerstein Ballroom
www.flashforward2000.com
Produced by United Digital Artists and lynda.com
Sponsored by Macromedia, Adobe Systems, Fusion, Inc, AtomFilms,
shockwave.com and Electric Rain.
1.877.4.FLASH.4 or (1.805.640.6679 outside the US and Canada)
Register before June 30 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: controling movie navigation w, Wayne Pennell \( Web Mast

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]