pauseisabove Posted April 19, 2007 Posted April 19, 2007 Site is: http://gravityskateandwake.com/shop For some odd reason the flash portion (top right hand corner) is not autoplaying it is just showing the the first frame of the swf file and stopping. However if you go to the whats happening page it will autoplay as that page is just straight html. Any ideas on why it would be prevented from running?
MarcellaE Posted April 19, 2007 Posted April 19, 2007 Site is: http://gravityskateandwake.com/shop For some odd reason the flash portion (top right hand corner) is not autoplaying it is just showing the the first frame of the swf file and stopping. However if you go to the whats happening page it will autoplay as that page is just straight html. Any ideas on why it would be prevented from running? try: <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0', 'width','169','height','176','src','http://gravityskateandwake.com/shop/images/Flash.swf','quality','high','pluginspage', 'http://www.macromedia.com/go/getflashplayer','movie','images/Flash' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia. com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="169" height="176"> <param name="movie" value="../images/Flash.swf" /> <param name="quality" value="high" /> <embed src="../images/Flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="169" height="176"></embed> </object></noscript>
pauseisabove Posted April 19, 2007 Author Posted April 19, 2007 try: <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0', 'width','169','height','176','src','http://gravityskateandwake.com/shop/images/Flash.swf','quality','high','pluginspage', 'http://www.macromedia.com/go/getflashplayer','movie','images/Flash' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia. com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="169" height="176"> <param name="movie" value="../images/Flash.swf" /> <param name="quality" value="high" /> <embed src="../images/Flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="169" height="176"></embed> </object></noscript> Thank you though I already had that code in there. Its weird it just doesnt start ever. If you right click on the movie portion it says the movie is not loaded. Any help would be appreciated
MarcellaE Posted April 19, 2007 Posted April 19, 2007 no you didn't have that code in there. I changed it. It works.
pauseisabove Posted April 19, 2007 Author Posted April 19, 2007 no you didn't have that code in there. I changed it. It works. lol I am an idiot. Thank you very much
phill88 Posted April 26, 2007 Posted April 26, 2007 Php-newbie: where exactly am I supposed to add that script? I tried to add a flash banner but also havent been successful. Thanks in advance. Phill.
phill88 Posted April 26, 2007 Posted April 26, 2007 I mean i can add them downstairs in the footer, but not in the header in the logo. Phill.
pauseisabove Posted May 18, 2007 Author Posted May 18, 2007 I mean i can add them downstairs in the footer, but not in the header in the logo.Phill. If you use dreamweaver it will automatically put it in there for you typically.
Guest Posted June 6, 2007 Posted June 6, 2007 My 2 cents worth.... I have been through the forum and multiple contribs to get around this elusive problem of the Flash Not Showing, and after many sleepless hours I have come to the conclusion that there is nly one real way to achieve this easily.... Create your FLASH in Macromedia FLASH ...then seal it all into one swf file, the use of Gallery or Image directories in conjunction with XML files is redundant work that deos not need to be done. If you are able to complete a working and likable to your taste Movie and it is all saved into one .swf file then the next trick would be getting it into your page, right...well here is the other easy part.... Edit your desired page in Macromedia Dreamweaver, this will put al the proper embed codes for you.....and the line that I have working in my catalog/includes/language/english/mainpage.php files is.... <IFRAME marginWidth=0 marginHeight=0 src="http://yourhost.com/catalog/images/yourflash.swf" frameBorder=0 width=720 scrolling=no height=400 allowTransparency> </IFRAME> This can be with your own information in whatever category you choose. Just follow the Absolute address rules as shown above and you will have no problems whatsoever. This can be seen in action here.... RIMCITY Wheels/ I hope this helps by eliminating all those long hours of sleep lost trying to find an answer to this problem for anyone appreciating it.... I you need some guidance with this please fell free to contact me through PMing. And BTW this deosn't have a problem with the movie not starting as Dreamweaver allows the option of AutoStart and Looping to be set right in page design.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.