SWF play buttons not showing
by Gina Farr
on
Aug 24, 2008 at 11:19:08 pm
Hi Abraham or whomever knows the answer!
I'm wracking my brain to figure out why the swf I've inserted in Dreamweaver CS3 html page doesn't show the play skin! Here are the steps and the site...
1. Imported .mov into Flash CS3, chose skin, set autoplay to false
2. Published movie to directory "salmon" -- everything is there (skin, fla, flv, html, .js, tossed in Scripts folder in "salmon" just in case)
3. Copied all "salmon" files to subdirectory "salmon" in website root
3. In dreamweaver CS3, insert>media>flash>salmon.swf
4. Unchecked autoplay and loop
5. Preview in browser = no play controls, so I can't play movie (BTW, if I had set autoplay=true in Flash, the movie plays automatically, but again, no play skin)
6. Double checking, the skin file and everything else is present on my server in the proper folder
7. swf movie plays in Flash, Flash Player and html that Flash generated AND shows player skin
What I want is for the visitors to play the movie by using the play controls.
The following page shows two movies without play controls (see right sidebar for most obvious example) http://www.wildsoundstories.com/hero.htm. Again, the movies play fine if I select autoplay=yes in Flash, but still no controls.
I'm at my wit's end on this one. Should be soooo simple, right? 7 hours and I'm fried. What's up?
More: Imported .mov using Flash Actionscript 3.0, Flash Player 9
I'm not a coder, but here is the code relating to the movie in the sidebar:
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','200','height','190','title','biodiversity movie','src','movies/salmon/salmon','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','movies/salmon/salmon' ); //end AC code
Re: SWF play buttons not showing by Gina Farr on Aug 26, 2008 at 7:27:39 pm
Thanks, Abraham. I've combed your tutorial and FAQ's and still am stumped.
I can create a swf that auto plays (or not) and has the correct skin in
1. flash player
2. flash publish preview
3. html page flash creates
Soon as I embed the swf into my own page using the correct command: insert>media>flash, save all dependent files in the same directory as the swf and preview in Safari, I see no controls, nor does the skin show up after publishing to the web w/all dependent files present.
Any chance I can post the html code for the flash generated html page that works to compare it with the code generated by Dreamweaver CS3? There's got to be something I can do to fix this.
Since no one else seems to be having this exact problem, do you think there could be something wrong with my FLASH installation? I can successfully insert a swf & files generated by Soundslides in, well, a flash.
That means the SkinUnderPlaySeekStop.swf file wasn't uploaded to the right location. That's your skin file...
I believe your issue with the Coyote skin is this file... When you go directly to the swf
http://www.wildsoundstories.com/movies/coyote/coyote.swf The skin is there, when you go to it from the page it is not there. This means the location of the skin is wrong. Try putting the SkinUnderPlaySeekStop.swf file in the root directory (the same folder as the coyote.htm file).