Hi Aran -
    After a long detour dealing with other issues, I am finally getting back 
to addressing this problem again.
    Using the method you suggest I wrote the following code:

var theSkin : String="SkinUnderAllNoVolNoCaptionNoFull.swf?r=" + getTimer();
cardPlayback.skin = theSkin;

where "cardPlayback" is the FLVPlayback component.
    When I test the movie I keep getting a "URL not found" error.  If I 
dispense with the tail end of that line, everything works fine:

var theSkin : String="SkinUnderAllNoVolNoCaptionNoFull.swf";

So it appears as if tacking on the random number at the end of the URL is 
getting in the way of finding the skin.
    Any suggestions?
    Thanks for the help.
Best Regards,
- Tim
  ----- Original Message ----- 
  From: Aran Rhee
  To: swfobject@googlegroups.com
  Sent: Sunday, April 19, 2009 1:42 AM
  Subject: RE: Missing FLVPlayback skin and video displacement


  So instead of specifying the skin in the FLVplayback component parameters, 
you should be able to set the skin via actionscript (as with all other 
params)



  You when you specify the location of the skin, tack on a random number on 
the end like :



  var skinloc : String = "someskin.swf?r="+new Date.getTime();

  // this gives a millisecond accurate unique number





  Aran



  From: swfobject@googlegroups.com [mailto:swfobj...@googlegroups.com] On 
Behalf Of Timothy Binkley
  Sent: Sunday, 19 April 2009 6:59 AM
  To: swfobject@googlegroups.com
  Subject: Re: Missing FLVPlayback skin and video displacement



  Hi Aran -

      Thanks for the suggestion.  Since the problem apprears to occur only 
on the PC that seems like a reasonable explanation.  Occasionally it happens 
even when the browser cache is empty.  But I'd like to try your suggestion; 
I'm just not sure how to implement it since the skin is specified in the 
FLVPlayback component in the .swf.

  Cheerio!

  - Tim

    ----- Original Message ----- 

    From: Aran Rhee

    To: swfobject@googlegroups.com

    Sent: Thursday, April 16, 2009 8:57 PM

    Subject: RE: Missing FLVPlayback skin and video displacement




    It is most likely a caching issue. You can try tacking on a random 
number on
    the end of the skin load location so that the browser always requests a
    fresh copy of the skin file.

    Other than that, I can't really offer anything to an issue which is not
    easily reproducible.


    Cheers,
    Aran

    -----Original Message-----
    From: swfobject@googlegroups.com [mailto:swfobj...@googlegroups.com] On
    Behalf Of TimBinkley
    Sent: Friday, 17 April 2009 5:23 AM
    To: SWFObject
    Subject: Missing FLVPlayback skin and video displacement


    An erratic problem occurs occasionally on our web site
    www.sendablessing.com
    .  Sometimes when the swfobject loads the skin is missing and the
    video is displaced downward.  It doesn't happen often but is annoying
    when it does.  Has anyone else experienced anything like this?  If the
    page loads fine the first time I can usually create the problem by
    repeatedly reloading the page.


    <BR



  

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to swfobject@googlegroups.com
To unsubscribe from this group, send email to 
swfobject+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to