A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: beginner --- button help

  1. #1
    Junior Member
    Join Date
    Feb 2003
    Location
    Las Vegas
    Posts
    14

    beginner --- button help

    Can someone explain to me how to make it so that when I click the button on the site I'm trying to make, the information connected to that button will appear only in a window/box that I've created. I only want it to appear in a specific area.

    Thanks,
    Aiden

  2. #2
    Pixel Artéést chriso20's Avatar
    Join Date
    Apr 2003
    Location
    Notts, UK
    Posts
    325
    hey either find sumthing on "loadMovie clips"

    or read this...

    make a BLANK instance where u want the data to go. call it "Clip" in the instance name (bottom right) [not just the name]

    then make a sepparate swf with the info you want to go in that area.
    save as (example) data.swf

    now on the first movie clip make your link;

    on (release) {
    _root.Clip.loadMovie( "data.swf","");
    }

    just image the Clip as a window and the data is what you can see out of it

    if that doesnt help i'l make a demo version

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