A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: FLVPlayback skin path trouble

  1. #1
    Senior Member
    Join Date
    Mar 2001
    Posts
    247

    FLVPlayback skin path trouble

    What's going on here? I'm just doing the simple example of FLVPlayback, page 509 of the components language reference. I'm setting the path for the skin .... "file:///c|Program Files/Macromedia/Flash 8/ja/Configuration/Skins/ClearOverPlaySeekMute.swf" ... and I know it's correct (japanese so 'ja'). But I'm getting a not found error when I preview the file.

    Any idea why?

    thanks
    mark
    flash8

  2. #2
    Junior Member
    Join Date
    Dec 2005
    Posts
    4
    Quote Originally Posted by aldred
    What's going on here? I'm just doing the simple example of FLVPlayback, page 509 of the components language reference. I'm setting the path for the skin .... "file:///c|Program Files/Macromedia/Flash 8/ja/Configuration/Skins/ClearOverPlaySeekMute.swf" ... and I know it's correct (japanese so 'ja'). But I'm getting a not found error when I preview the file.
    Is there really a pipe after c? Usually it's c:\ not c|.

    Also you may need to urlencode the spaces in the path.

  3. #3
    Senior Member
    Join Date
    Mar 2001
    Posts
    247
    Looks like it. Found it in several other places in help.
    I put the swf in the same folder as the work file and there was no problem. I'm thinking this may have something to do with the new Flash8 security set up?

    mark

  4. #4
    Senior Member
    Join Date
    Sep 2000
    Location
    Cardiff
    Posts
    137
    Hi there,

    Im experiencing the same problem.

    If I test the movie locally all seems to be ok, the skin and video showing, but when i transfer it to the host, I keep the video but lose the skin...

    Did you find an asnwer to your problem?

    Lee
    Accend Web Solutions

    www.accend4web.co.uk

  5. #5
    Senior Member
    Join Date
    Mar 2001
    Posts
    247
    I have it working in a different file, but I can't remember if I solved the above problem. The working file uses an swf placed in the same folder, so the script is just ....
    code:
    my_FLVPlybk.skin = "vidskin.swf";



    mark

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center