Flash slider in director

I have a volume slider built in flash and i want to use it in
director.
In flash it works well. While the mouse is down i can drag it
from one side to another.
But in director, it works has a simple click. The drag
doesn't work.
How can i solve this?

Do you have a behavior attached to the Flash sprite?

Similar Messages

  • Playing Flash SWF in Director 11

    I created a simple navigation slide type show in Flash CS3
    and tried to use it in a portfolio that I'm creating in Director
    11. I imported the Flash SWF into Director and when I go to the
    file it plays automatically and keeps looping; my navigation
    buttons and actionscript 3.0 that I applied in Flash do not work
    (they do work in the SWF file played with Flash Player 9). I assume
    that I need a sprite script for my SWF cast member in Director, but
    I haven't got a clue as to what to script. I learned Director about
    12 yrs. ago, but haven't used it much since then . . . and I've
    just learned Flash CS3.
    PLEASE HELP . . .
    Thanks
    weet335

    Thanks for the tip, Dan! Now, I've got to ask . . . how
    different is AS2 from AS3? I don't know AS3 good enough to convert
    it to AS2. Where might I find some help for my AS3 script?
    Thanks
    weet335

  • Importing PowerPoint slides in Director

    Is there a way to import PowerPoint slides in Director and getting all the animation to work? Thanks for your help.

    Hi Ibrahim,
    This question has been asked before. Check this thread:
    http://forums.adobe.com/message/85607#85607
    My suggestion would be to look for a Powerpoint to Flash (PPT to SWF) converter. There are a number of these available. Once you have the SWF, you can bring it into Director.
    Dean
    Director Lecturer / Consultant / Director Enthusiast
    http://www.deansdirectortutorials.com/
    http://www.multimediacreative.com.au

  • Flash Slide Show not Showing after Hosting Change

    Hey guys!
       I don't know if this question is for you or for the good folks at the Dreamweaver forum, but I thought I would try here first. I took over a website for a family member to help them update it from time to time (They were paying a company to do it). When I changed hosting from the companies hosting to my own personal GoDaddy hosting everything went right, except for 2 flash slide shows (Simple rotating images). They just apear as clear boxes now. You can see what I am talking about here: http://grangerfun.com/golf  and here  http://grangerfun.com/pizza . You will notice the empty large empty box on the right in both pages. When you right click on it the browser recognizes that it is flash. On the Piza site I tried taking out the original code and entering the flash object via Dreamweaver CS5, but that yeilded the same results (I only mention this because the code on that site will thus look a bit different). What am I missing here? If you need more info, please let me know! I apreaciate all of the help you guys have given me over the years! I hope to one day pay the favor back!

    You need to look at the Flash source file (.fla) to see what goes on inside.  If the files worked in the previous server, then whoever made the files should be able to determine where any supporting files need to be placed.  If that turns out to be the company that's been dumped you might or might not get help in finding that out.  The least you can try to do is to copy everything from the existing site into the same file/directory structure on the new server, which I would assume is what you have tried to do, so if it is possible to still check, see what else might be on the previous server that got missed.

  • Flash Slide Presentation Format vs Flash File

    I mistakenly made a fairly robust animation (15 layers about 5 min long with sound) in a Flash Slide Presentation document. The entire animation sits in slide number 1 (no other slides in this doucument).  I need to take this animation out of the Slide Presentation mode an put it into a regular flash file because other applications are reading the presentation holder slide and not reading the animation. Is there a way to get rid of the "Presentation (parent) holder slide or do I need to copy the whole thing to another document? If so how do I do that? Thanks in advance for your help,

    shift-click and drag across all the frames of your animation to select all the frames, then right click and click copy.  go to a new swf and right click on a frame and click paste.

  • Flash Slide  presentation and movieclip looping

    Hi,
    Im having a problem with the flash slide presentation. I have
    on the main timeline of one of my slides a movieclip. When i play
    the movie, the clip will loop endlessley. I would like the movie
    clip to play just once. In a regular flash movie this would not be
    a problem - i could put a stop action on the last frame of the
    movieclip. but, doing that in the context of a flash slide freezes
    the movieclip at the begining so it does not play at all..
    help!

    Ok, Ive managed to solve item 2. - if you set in the slide
    component inspector - "playHidden=false" then the slide animation
    will restart any time you reenter the slide. Im still lacking an
    understanding of how to stop a motion tween from repeating itself
    when it's contained within a movie clip as a motion tween timeline
    cannot recieve fram actions apparently...

  • Flash Slide Presentation...how to control volume?

    Hello,
    I am working in Flash Slide Presentation mode. I have a
    started a sound file playing on the "master" slide and I want it to
    play throughout my entire presentation. However, on a couple of
    slides, I want to play some short voice clips. How can I "turn down
    the volume" a bit on the main sound file so as to hear the short
    voice clips? And then turn it back up when the voice clip ends?
    I understand basic Actionscript. Can anyone tell me the code
    or point me to a tutorial which I can use to accomplish this?
    Thanks in advance.

    Ah, I was tying the (unavailable ) controller number and I didn't see the pitch controller option spelled out in plain sight!

  • Urgent, DEADLINE : Editable Flash field in Director

    Hi
    Following problem
    we have Flash Textfields in Director
    At start the are not editable, then on demand they are made
    editable - .
    If there is some text in the field, it becames selected.
    Not when I enter some text from keyboard, the text in flash
    field
    disappears. It looks, like it looses focus or something like
    this
    But when I press left or right arrow before and then enter
    some text, the
    text appears in the field as desired.
    What can be the cause of this?
    And another question - can I simulate klick on left arrow
    from director to
    flash field?
    Any help will be appreciated
    Thanx in advance

    Hi,
    You need to use the USER_COMMAND in the ALV function module
    {CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    i_callback_program = gd_repid
    i_callback_user_command = 'USER_COMMAND'
    i_callback_pf_status_set = 'GUI_STAT'
    *i_grid_title = outtext
    is_layout = gd_layout
    it_fieldcat = fieldcatalog[]
    *it_special_groups = gd_tabgroup
    *it_events = it_events
    i_save = 'X'
    *is_variant = z_template
    TABLES
    t_outtab = i_final
    EXCEPTIONS
    program_error = 1
    OTHERS = 2.
    then you need to write the below FORM
    *• FORM USER_COMMAND *
    *• --> U_COMM *
    *• --> RS_SELFIELD *
    FORM user_command USING u_comm LIKE sy-ucomm
    rs_selfield TYPE slis_selfield.}
    Here in the Form, Write the UPDATE statment to update the database table
    Regards
    Sudheer

  • Flash Slide presentation - mouse wheel

    Hi
    Is it posible to custom flash slide presentation to respond to mouse wheel ?
    can it move to next and previous scene by moving the mouse wheel?
    Please advice

    i am working in AS2

  • Controlling volume in a Flash Slide Presentation

    Hello,
    I am working in Flash Slide Presentation mode. I have a
    started a sound file playing on the "master" slide and I want it to
    play throughout my entire presentation. However, on a couple of
    slides, I want to play some short voice clips. How can I "turn down
    the volume" a bit on the main sound file so as to hear the short
    voice clips? And then turn it back up when the voice clip ends?
    I understand basic Actionscript. Can anyone tell me the code
    or point me to a tutorial which I can use to accomplish this?
    Thanks in advance.

    use a sound instance to create your background sound.   and, how to control your flv sound depends on what you did to display your flv.

  • Flash slide  cannot  be connected

    I now want to do a multimedia file by flash slide function,
    but when i set the slide contentpath with the .swf, they will only
    show the first slide, i give them the behavior, but that doest do
    nothing, i need yours' sample slide show without using the button,
    they can connect automatically, the contect should be .swf file,
    not .jpg, thanks for all, please help me with this problem!

    Welcome to Apple Discussions.
    "Cannot be connected"? Forgive me but I do not quite understand. Do you receive any error messages? If so what are they?

  • Flash movie in director heard but not seen... mostly not seen!

    Using flash i made a flash movie to use as an intro to my
    director project, I imported the flash movie into director and
    placed it on the stage. When i play the director file i can hear
    the audio from the flash movie but cannot see the flash movie,
    untill right near the end i have an image on a motion tween in the
    flash movie which i can see.
    Can anybody tell me why i cannot see the rest of the flash
    movie?

    Hi Ajrobson,
    I'm guessing you're using Flash 8 and haven't updated
    Director for Flash 8
    compatibility.
    Go to:
    http://www.adobe.com/support/director/downloads.html
    make sure you've downloaded and installed the 10.1 update.
    Then install the 10.1.1
    update. This will update your Flash support.
    regards
    Dean
    Director Lecturer / Consultant
    http://www.fbe.unsw.edu.au/learning/director
    http://www.multimediacreative.com.au

  • Problems with panoramic flash files in Director

    i have some problems trying to put panoramic photo flash files into director.
    I get this software Pano2VR to create 360 and sperical photos in flash format. So finaly i have the swf file.. but when i try put this file in director, does work.
    check the flash file here
    http://costaricaspirit360.com/
    any help
    Regards
    Ginod

    Sean the file is in here:
    http://costaricaspirit360.com/sampler/panoSampler.zip
    This is one type of swf pano that not work good (flash 9).... but i did what you say... and works fine.
    So in the app pano2vr... i export the .swf in flash 8 with no controls layer...
    Next, i put this file in my web server and import from director using linking file (internet path)... WORKS FINE.
    I still have to make some controls buts but that's fine by me. I'm mac user
    Thank's
    Ginod

  • Please help -- Flash Slide Presentation

    I've completed a Flash Slide Presentation (here at
    work, which should be online right now). There are no nav buttons
    displayed, but the left and right arrow buttons work when run
    directly as a flash movie (test movie). As soon as I use the
    published html file to load the movie, however, the arrow keys no
    longer work, and I still see no nav buttons. Is the template bad?
    I've read several tutorials on creating a slide presentation and
    I've followed all the steps. I'm just beginning with action script,
    so I'm obtuse about these things.
    Thanks

    It is hard to tell the problem by just your description. If
    you could post your file it would be a great help. Only thing I can
    suggest is looking for any stop(); actions in your timeline.
    At the end of your movie if you don't use a stop(); action it
    should loop forever.

  • Flash Remoting in Director

    Hi guys,
    Does anyone has a sample on flash remoting inside director
    2004 mx?
    Thanks.
    Kind Regards
    Jun Canonigo

    Well, to be clear, the DataGrid component did not come with
    Director 2004. A developer can copy the SWC file over and have it
    available within Director.
    I can tell you that any of the Flash components which were
    not included in the release of Director 2004, were left out on
    purpose. The reason was because there was some degree of
    incompatibility at release. Specific what that is? I don't know the
    specific details.
    This does not mean that the DataGrid will not function in
    your project. It could simply mean that data binding doesn't work.
    Test Test Test is my main suggestion.
    As for using the DataGrid... You have access to all the
    exposed methods and properties to any component you add to
    Director. Thus you should be able to uses anything found here....
    http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part4_ASLR2. html

Maybe you are looking for