Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: [flasher] RE: Where am I doing wrong with these path names?? |
From: | JGL |
Date: | Sun, 21 Jan 2001 23:45:40 -0000 |
No problem! I found that as i work for many different clients using many
differently configured servers, it's a really good 'frustrating saving'
habit to get into.
Just for further clarification:
As standard file calling goes that should always work cross platform-
/ is the root directory
./ means the current directory.
../ means up one directory.
-----Original Message-----
Richard Lettau wrote:
perfect thanks......
JGL wrote:
> Try
>
> ./buttons.swf
>
> or
>
> ./flash/buttons.swf
>
> See if that works.
>
> jgl
>
> -----Original Message-----
> I am lost..... not entirely unusual.
>
> I am using loadMovie and then placing the main movie in a web page.
>
> My web page grabs a flash movie from the flash folder. In the flash
> folder are other movies the main movie calls.
>
> index.html --> flashfolder/main1.swf
>
> main1.swf calls many other movies from the flash folder
> main1.swf --. buttons.swf
>
> etc....
>
> On the main movie I have the path names as "buttons.swf" because this
> movie sits in the same folder as the main movie. But alas it doesn't
> grab it. Should it be "/flash/buttons.swf" because that doesn't work
> either......
>
> What should it be?
>
> The way i have it written works great in the flash player.....
>
> Thanks......
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]