A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: help with flash movie in dreamweaver doc.

  1. #1
    Junior Member
    Join Date
    Oct 2003
    Posts
    8

    help with flash movie in dreamweaver doc.

    well, i have a flash movie(header.swf) in the header of my dreamweaver document, but the buttons that will make the flash movie scroll are not in header.swf, they are flash buttons, but they are in the left column of the dreamweaver page. I want to know if i can make the buttons control the header movie even tho it isnt apart of header.swf. Please help asap! thanx.
    -swooshninja-

  2. #2
    FK's Junglist Zain
    Join Date
    Aug 2002
    Location
    los angeles
    Posts
    99
    from my knowledge it is very hard if not impossible to communicate from one .swf file to the code of another.
    but...maybe i'm wrong...love to hear other's responses...

    and sorry i know this doesnt really help...but i saw you had no replies so far and i thought i add what i knew....

    anyway, can you explain a little bit more of what you are trying to accomplish ? what is the event that you want the 'buttons' to do in relation to the other movie. ?


    ~Z
    Art isnt everything...
    Everything is ART!

  3. #3
    Really this is me..... mentaleruptions's Avatar
    Join Date
    Apr 2002
    Location
    WV, USA
    Posts
    1,114
    http://www.flashkit.com/board/search...der=descending

    a search on the forums of this problem .

    Its always a good idea to sit and read if u dont get a response

    My Flashkit Submited Movies:
    Guestbook: V.1.0 V.1.2 V.1.3 V.1.4 PHP Mail Form: V.1.0
    My Deviantart page: Link

  4. #4
    Junior Member
    Join Date
    Oct 2003
    Posts
    8

    re: swf too large

    i think the file was too big, but the code i used on the buttons are as follows:
    on (rollOver) {
    _root.mask.menu = 0;
    }

    the first button starts off at _root.mask.menu = 0; then the second button is _root.mask.menu = 1; the third is _root.mask.menu = 2; so on and so forth until the seventh button which is _root.mask.menu = 6; Each time there is a mouse over on these buttons, the respective images are shown throught the header shell.

    The code on the scrolling image is:

    onClipEvent (load) {
    interval = images._width/7;
    speed = 3;
    base_x = images._x;
    menu = 0;
    }
    onClipEvent (enterFrame) {
    to_x = base_x-interval*menu;
    images._x = (to_x-images._x)/speed+images._x;
    }

  5. #5
    Junior Member
    Join Date
    Oct 2003
    Posts
    8

    re:header swf in dreamweaver doc.

    well, what im trying to say is that i made a header in photoshop, and imported it into flash to allow for scrolling images in the background but the buttons cannot be included in that swf. The buttons must be toward the left of the dreamweaver doc. under the flash header, but i need those buttons to controll the scrolling of the images in that flash header. Each image in the flash header is assigned to a button, so that when a mouse over action is made on each button, the respective image is shown through the header. I have gotton the header to work with the buttons inthe same file, but i need the buttons to be independent some how. Is this possibe?

  6. #6
    FK's Junglist Zain
    Join Date
    Aug 2002
    Location
    los angeles
    Posts
    99

    beyond me...

    sorry this is beyond my knowledge,
    did you try the Actionscript board section?
    might be some gurus chillin there who can help ya...
    Art isnt everything...
    Everything is ART!

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