A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: calling swf from a different dir

  1. #1
    FK M.D. pheck's Avatar
    Join Date
    Jul 2001
    Location
    MN
    Posts
    807
    hi,

    i'm having a brain fart.

    is it possible to code something like this:

    loadMovie(portfolio/"portfolio.swf", empty);

    where empty is an empty MC I'm loading "portfolio.swf" (which sits in one dir down called portfolio) into?

    thanks.

    oh, email me directly if you could b/c FK's been bad lately about notification of new posts.

  2. #2
    President, save the
    New Zealand dollar foundation

    Join Date
    Jun 2000
    Posts
    1,743
    put the whole filepath and filename in quotations

    loadMovie("portfolio/portfolio.swf", empty);

  3. #3
    FK M.D. pheck's Avatar
    Join Date
    Jul 2001
    Location
    MN
    Posts
    807
    i love you like a sister!

    thanks.

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