Chris,
[quoted text, click to view] > If you look at the "Partnership for a Drug Free America"
> video you will see the skin shows up fine,
Yup, saw that. (The leeches thing was pretty clever!)
[quoted text, click to view] > if you look at the "Coca Cola" video you will see that the
> skin doesn't show up at all.
Yup, saw that too. :-/
[quoted text, click to view] > I checked the .flv properties in Flash and the path for the
> skin is set exactly to where the skin is in the "television"
> folder on the site.
My hunch is that the skin's path is the problem -- but you said it's set
to the same place as the other, so that's the stumper. Obviously, I'd go
ahead and check again. Select the FLVPlayback instance on the Stage, then
look to the Component Inspector panel and make sure the skin parameter is
set the way you expect. It should merely show the name of the skin's SWF,
without any path information.
[quoted text, click to view] > This makes no sense at all because the skin shows up on
> one video but not on the other. Can anyone tell me what
> the problem might be? I'm stumped!
There is an interesting characteristic of SWFs in that they take their
"point of view" from the HTML page in which they're embedded. In other
words, if one SWF loads another (such as your main SWF loading the skin
SWF), it doesn't load the other SWF in terms of its own position (its own
folder) on the server. Instead, it loads the other SWF in terms of the HTML
page in which it's embedded. In cases where the HTML and SWF are in the
same folder to begin with, this point of view amounts to the same thing for
both files. In cases when the HTML is in one folder and the SWF is
somewhere else, you can potentially have issues.
See this article for details.
http://www.quip.net/blog/2006/flash/unexpected-pov-swf-defers-to-html That said, it doesn't look as if this "gotcha" is in effect in your
case, because your HTML doesn't precede the SWF with a path. Which is why I
lean toward taking a second look at the skin parameter in the Component
Inspector panel..
David Stiller
Adobe Community Expert
Dev blog,
http://www.quip.net/blog/ "Luck is the residue of good design."