A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Button Action problems

  1. #1
    Member
    Join Date
    Jun 2003
    Location
    Harrogate
    Posts
    90

    Button Action problems

    Hello

    I have made a flash movie which i want to use as the intro page for a promo cd. How do i link my buttons in the movie to file folders on the cd?

  2. #2
    Senior Member nmc2004's Avatar
    Join Date
    Oct 2003
    Location
    Amsterdam
    Posts
    275
    You can use the getURL for example...

    on(release){
    getURL("file:/d:/filename.swf","");
    }

    The only problem is that you asume that the D-drive is always a CD-drive, witch in many occasions is not.

    Hope it helps u to get started do....

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