Dragging items using Flash

I know I'm using an older version of Flash (still using Professional 8) but I'm wondering if it's possible to have items be able to be more interactive in that the user can select an item with their mouse and drag it over another item and drop it on there.

with movieclips, yes.
the movieclip class has a startDrag() and a stopDrag() method.  that's all you need.  you can also check the _droptarget property which is handy.

Similar Messages

  • Dragging items using trackpad

    Is there a way to use the trackpad on MacBook pro for dragging items into a folder which does not require you to actually "push" the trackpad down?  I prefer just to tap and drag like I did with my older aluminum MacBook from late 2008.  Thanks.

    From the menu bar, select
     ▹ System Preferences... ▹ Accessibility ▹ Mouse & Trackpad ▹ Trackpad Options... ▹ Enable dragging: with Drag Lock

  • Can no longer cut/copy/paste and drag items with my mouse

    I can no longer cut/copy and paste items. I've tried restarting and loading all updates, but that didnt help. I can also no longer drag items using my mouse. This includes in programs and on my desktop. Any ideas?

    Chitown2000 wrote:
    I can no longer cut/copy and paste items. I've tried restarting and loading all updates, but that didnt help. I can also no longer drag items using my mouse. This includes in programs and on my desktop. Any ideas?
    Many months ago I had a problem with my mouse on my iMac G5. Basically, I just wasn't able do much with my mouse anymore, sorta like you. It was terrible, having a mouse but not being able to do much with it.
    Is your problem the same one I have? Don't know, but it sure sounds familiar. I did manage to fix the problem by accident, because I'm not really sure what I did to fix it, but I wrote down the incident what I was doing when it was corrected. I stored it away just in case it ever happened again.
    I don't even remember what forum I was on when I wrote this, but here's what I wrote and maybe it will help, hopefully:
    *Ok everybody, I finally got proper behavior, it's just too bad I'm not sure of the procedure.*
    *"When I go to bed I usually run the mouse pointer to the upper left corner to activate the screensaver. Of course it didn't work. But I also knew that clicking a button causes the mouse to be sensed, so I was pushing some of the buttons while in the corner to see if I could get the screensaver going.*
    *Well, after doing this, everything is back to normal operation again. So, I fixed it totally by accident. Makes me wonder if there's some features that are turned on and off somehow by doing whatever it was I did up in that corner."*

  • HT4993 How do you view items that use flash player? Is it possible? Please & thank you

    How doyou view items that use flash player with an Iphone 4S. Is it possible?

    There is no Flash Player for iOS. Browsers on the App Store like Photon have flash capabilities.

  • How to use Flash to create an interactive diagram

    Hi all.
    I am an extreme newbie. I would like to create an interactive diagram and somebody said I should use Flash to do it.
    The idea is to create an organisational chart (like the ones you can produce in MS Word 2010). Each position will have its own box or button. When a user clicks on that box or button, a Word document or internet link will be activated and take the user to this other resource.
    Is it possible to do this in Flash?
    The reason why I am choosing Flash is because I would like to make alot of these diagrams and they have to go into Moodle. Apparently Flash is the only program I should use to import the diagram into Moodle.
    Can anybody please help me with some advice on how to do this?
    Thanks
    Sharyn

    For the diagram end of things... start by creating the diagram in Flash.  Whatever you intend to use as clickable items, create them as movieclip symbols so that you will be able to assign instance names to them.  You assign instance names by selecting the object on the stage and entering a unique name in the Properties panel where it says <Instance Name>.  That name will be used in the code you will use to create the clicking/linking functionality.
    The the linking end of things, start simple... create a diagram that has just one item to click and get that one item working.  What you learn from that can be applied to the larger version.  The same as stated in the first paragraph applies.  The only additional info you need is creating the actual code.  To help with that you need to decide which version of Actionscript you will be using, which might depend on which version of Flash you are using.  AS3 is the most recent version of Actionscript, and it first came into being back with Flash CS3.
    The first thing you need to do to make a movieclip useful code-wise is to assign it a unique instance name.  So you drag a copy of it out to the stage from the library, and while it's still selected, you enter that unique instance name for it in the Properties panel... let's say you name it "btn1"
    In AS3, to make a movieclip work with code, you need to add an event listener and event handler function for it.  You might need to add a few (for different events, like rollover, rollout, clicking it, but for now we'll just say you want to be able to click it to get a web page to open.  In the timeline that holds that button, in a separate actions layer that you create, in a frame numbered the same as where that button exists, you would add the event listener:
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    The name of the unique function for processing the clicking of that button is specified at the end of the event listener assignment, so now you just have to write that function out:
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);

  • Use Flash in .lbi files

    When I try to drag an Flash object from the Assets Window into a Library Item (.lbi file), I get an error that says I can't use Flash in a Dreamweaver Library Item. But when I cut and paste the HTML code for the Flash animation into the Library Item in Code View, I don't get the error, and everything seems to work fine. What's the deal? I really need to be able to use Flash in Library Items. Thanks for your help...

    Sorry. I don't use Library Items.  Never have, never will.
    Guidance  on when to use DW Templates, Library Items and SSIs  -
    http://www.adobe.com/devnet/dreamweaver/articles/ssi_lbi_template.html
    More on DWTemplates -
    http://forums.adobe.com/message/2032104#2032104
    If I need to paste a single code fragment into my web pages, I often use my Snippets folder for this.  Frequently used code fragments go into the snippets folder for quick insertion into web pages (in code view, of course).
    For repeating site elements that could change from time to time, I use Server-Side Includes (SSI). Edit one file, upload to server. Done.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Hello everyone, Very recently itunes on my windows computer does not let me access any items in my Library except for "Apps" and "Ringtones". When I click on any other items it flashes the redcircle meaning forbidden".

    Hello everyone, Very recently itunes on my windows computer does not let me access any items in my Library except for "Apps" and "Ringtones". When I click on any other items it flashes the redcircle meaning forbidden".
    When I connect my iPhone or iPad I can see every items on them but not on the iTunes Library.
    They sync fine with iTunes.
    I browse all the menus in iTunes but cannot find any clues to what I have done for it to happen. It worked fine previously.
    Thanks for any suggestion.

    You should really read the manual.
    "How do you restore from backup? "
    Restore.  When given the choice, choose to use backup.
    "And how can I check to see if the pics and videos are on my computer somewhere first??"
    They would only be where you put them.  What program did you use to import them?  Pics/vids taken with ipod are not part of the sync process at all.  You should be importing them just as you would with any digital camera.
    If you did not import them, then they are not on your computer.

  • Video Player Component using Flash Player 6

    I'm streaming video using Flash Player 6. The problem I am
    having is that the video will only play at a super small size,
    something like 180 x 60 (that's a guess). Is there a way to play
    the video at the 320 width that I redered it as?
    I'm using Flash Player 6 because some code that came with my
    purchased Flash Template does not work unless it's published to
    Flash Plaey 6.
    Thanks in advance!

    Hello Melissa,
    I might not be understanding the question right, but if you
    are using Flash
    Player 6, and the Flash Player 6 video player component, you
    can resize the
    video by resizing the component on the stage (just drag and
    make it larger).
    Let me know if that works for you.
    Jesse H.
    Adobe Community Expert
    My site:
    http://www.jharding.com
    Free Blog Radio:
    http://www.tornadostream.com
    > I'm streaming video using Flash Player 6. The problem I
    am having is
    > that the
    > video will only play at a super small size, something
    like 180 x 60
    > (that's a
    > guess). Is there a way to play the video at the 320
    width that I
    > redered it as?
    > I'm using Flash Player 6 because some code that came
    with my
    > purchased Flash
    > Template does not work unless it's published to Flash
    Plaey 6.
    > Thanks in advance!

  • Video Pixelation occurs while recording the video using flash player

    Hello,
    I am recording the video using flash player 9 ( using the
    flash media server 2.0 on the back end). Everything used to work
    fine in the past. The quality of the flv video was good. Now
    suddently, I have started seeing the pixelation in the recorded
    video (very poor video quality). Nothing has been changed in the
    code. However on the server side, I am not very sure if there is
    any windows update has taken place and have caused the problem with
    the codec on server.
    However my understanding is that when we record the video
    then flash player use its own codec not the flash media server.
    Can any one help me on how I can get rid of pixelation
    issues?
    Thanks for your help.
    Best Regards
    Pradeep

    Hello Melissa,
    I might not be understanding the question right, but if you
    are using Flash
    Player 6, and the Flash Player 6 video player component, you
    can resize the
    video by resizing the component on the stage (just drag and
    make it larger).
    Let me know if that works for you.
    Jesse H.
    Adobe Community Expert
    My site:
    http://www.jharding.com
    Free Blog Radio:
    http://www.tornadostream.com
    > I'm streaming video using Flash Player 6. The problem I
    am having is
    > that the
    > video will only play at a super small size, something
    like 180 x 60
    > (that's a
    > guess). Is there a way to play the video at the 320
    width that I
    > redered it as?
    > I'm using Flash Player 6 because some code that came
    with my
    > purchased Flash
    > Template does not work unless it's published to Flash
    Plaey 6.
    > Thanks in advance!

  • Will Captivate 4 fix my FMR issues, using Flash 10

    Hi,
    I currently have Captivate 3 and we recently upgraded to Flash 10. I work in a large organization so I cannot control the Flash version, downgrading to 9 is not an option.
    I need to do minor drag and drops of folders (not the window itself, cuase I found a method of doing this using only the keyboard).  But when I hit End to end my recording, captivate freezes.
    My question is will Captivate 4 enable me to do these basic drag and drops, using Flash 10?
    (I saw the link about the FMR editor, but this is not an option for us)
    Thanks :-)

    Hi Jacksig,
    The answer is YES. Adobe captivate will allow you to do your drag and drops with Flash Player 10. Infact that is the least Adobe Captivate could for you...
    Manish
    http://blogs.adobe.com/captivate

  • Re-sizing, align right while keeping the menu fixed using flash AS2

    contact
    khuon
    mau
    My problem is recreating the align right effect while keeping
    the menu fixed using flash AS2 mostly for re sizing as well as
    different screen sizes.
    While i can do one or the other but both is just not
    happening.
    I have tried all sorts of weird and wonderful things but as
    yet, alas no easy/simple solution :(
    I must admit it has been a long time since i have been here
    but.. I thought if someone could have a quick look and maybe please
    give me a few pointers ??
    Anything at all would be better than what i have now ...
    Thanks for your time

    The link again is I forgot to add http to the link before, but it should have worked.
    http://www.lipowiec.org/test/index.php
    a) used Dreamweaver to create new site selected 1 column, elastic, centered, header, and footer
    b) used spry to add horizontal menu to header
    c) followed instructions from Spry Help
    http://livedocs.adobe.com/en_US/Spry/SDG/index.html?lang=en_US ->
    working with spry widgets -> working with the menu bar widget -> Customize the dimension of menu items as indicated
    To change the dimension of menu items by changing the width properties of the menu item’s li and ul tags.
    Locate the ul.MenuBarVertical li or ul.MenuBarHorizontal li rule.
    Change the width property to a desired width, or change the property to auto to remove a fixed width, and add the property and value white-space: nowrap; to the rule.
    Locate the ul.MenuBarVertical ul or ul.MenuBarHorizontal ul rule.
    Change the width property to a desired width (or change the property to auto to remove a fixed width).
    Locate the ul.MenuBarVertical ul li or ul.MenuBarHorizontal ul li rule.
    Add the following properties to the rule: float: none; and background-color: transparent;.
    Delete the width: 8.2em; property and value.
    Under IE it's broken, under the other browsers it works.
    There need to be more IE HACKS added.

  • How to disable a particular list item in flash cs3

    Friends,
    I need a small help on list component in flash cs3.
    assume that i have 5 items in my list and i want to disable 3,4,5 items from mylist box. how to do this ??
    item 1 -- enabled state
    item 2 -- enabled state
    item 3 -- disabled state
    item 4 -- disabled state
    item 5 -- disabled state
    using flash cs3, i want to achieve this , how to do this ?? any ideas pls..
    Rajesh

    Hi Rajesh,
    I've seen your query all over the internet, so I should warn you I don't believe it's possible to disable a List Item.
    For that you should use Josh Tynjala's open source Advanced List (http://code.google.com/p/flextoolbox/downloads/list).
    Best Regards,
    Filipe.

  • Using Flash Components in multiple SWCs inside AS-only project

    Ok, this is a somewhat complicated issue dealing with SWCs and compilers. I've outlined steps to reproduce the problem below. I'm using the method outlined here to bring in Flash content to my project. I have 15-20 SWCs already, and it's working fine for those assets, the problem is specifically related to Flash's components (ComboBox, RadioButton etc.) If anyone has *any* advice on this, please let me know as we are completely stumped at this point!
    The issue we're having involves using multiple external SWC files which contain AS3 components from Flash CS4. When two SWCs are linked to an ActionScript project (using Flash Builder 4 Beta (build 4.0.0)) there are collisions in the referenced classes which cause the most recently published SWC to knock out any duplicate classes in the other SWCs. A simple way to replicate this is as follows:
    1. Create one FLA, called 'compA', drag one ComboBox, RadioButton and TextInput component onto the stage. Select all and convert to symbol, marking the symbol for export with a class name of Test1.
    2. Create a second FLA, called 'compB', drag one ComboBox, Label and UIScrollbar onto the stage. Convert these to a symbol with a classname of 'Test2'.
    3. Create a new ActionScript-only project in Flash Builder, called 'ComponentTest'.
    4. Create a 'libs' folder in this new project. Select 'Project -> Properties -> ActionScript Build Path' and add the libs folder as a new SWC folder in the Library Path window.
    5. Go back to compA.fla and right click the Test1 symbol in the library. Select 'Export SWC file...' and save it as compA.swc in the libs folder.
    6. Do the same thing for compB.fla.
    7. Edit ComponentTest.as and in the constructor, create an instance of Test1 and Test2, placing each on the stage.
    8. Run the app, and the ComboBox will only be functional in one instance (whichever was published last.) The other ComboBox will behave like a MovieClip, cycling over the two frames in the stage asset (avatar and skin.) It will have no association to anything in the fl.* package.
    Looking at the 'Referenced Libraries' in Flash Builder, compA may show it contains classes for the RadioButton and TextInput, but no ComboBox classes are referenced (sometimes it will show no classes at all, but this appears to be an unrelated bug with refreshing external libraries in Flash Builder.)
    Unzipping the SWC files and examining their catalog.xml manifests shows all the necessary classes are listed (i.e. ComboBox is in both.)
    Removing either SWC will cause the remaining one to work properly, so the problem appears to be in compiling the ComponentTest project which includes both.
    Attempted Workarounds:
    1. Create a new FLA, drag all components used in both files onto the stage and export a SWC called 'components.swc'. Add this SWC to the project's libs folder. In both compA and compB FLA files, add this SWC as an external library in the ActionScript 3.0 Publish settings. Re-export both SWCs. The theory is that the compiler will look for the required classes in the components.swc first, and thus not include them in the export, however this is not the case.
    2. Same as above, deleting ComponentShim from both FLAs before exporting. The result is that no component classes are included, so all components act like MovieClips.
    3. Add the Components source folder to the external library path of both FLAs, assuming the compiler will favor classpath references over compiled class references (ComponentShim). Same result.
    Summary: We have been unable to find a way to use Flash Components in a project if they are referenced in more than one asset library. If we were able to import them once, and have all SWCs which need those classes use a single source, this might not be an issue, but the compiler does not appear to handle this (and we are admittedly not advanced enough to even know if this is possible.)

    Hi!
    I'm having the same problem. Any news on the matter?
    Also, this looks like a very similar problem.
    Best regards,
    X_AmonPL.

  • Spell check for kids using flash

    I am creating a spell check for kids using flash.
    The flash starts with a silhouettes of a word say B A N A N A and below it shows a jumbled up letters. The kids drags and drops each letter on top of the dark silhouettes. If it matches scores points.
    Any help in creating AS3 script will be apreciated. I did create one using mc and target mc and works fine when the mc is draged on to target mc. Only problem arises when there are duplicate letters.
    Thanks in advance

    What I described will work as you describe wanting.  If every A movieclip has a property (name this property anything you want, like "myLetterValue")  with a value of "A" and every A-target movieclip also has a property with a value of "A", then you can use those properties to determine when any object with an "A" is planted on any target with an "A"
    So when you drop a letter on a target you compare the property of each to see if they are equal...  if(targetMC.myLetterValue == letterMC.myLetterValue){  // correct match  }

  • Using Flash 8 with Dreamweaver 8

    Hi guys and gals, I am in a unfomfortable situation now. I
    have awsome ideas of how I would like to implement my creative
    talents in building awsome websites but I cannot seem to transfer
    over what ever graphics, text, buttons to Dreamweaver. I'm creating
    .swf files but when I try to open up any item created from Flash it
    gets all weird. I cannot seem to save those graphics and such to
    html so I keep getting like a grey box with the flash logo.
    Now, moving items from Fireworks to Dreamweaver is fine but
    moving items from Flash to Dreamweaver is a pain in the arse.
    Also, I TOTALLY understand that Dreamweaver is a awsome
    formating tool but I don't know about you guys but I feel that I
    feel so restrained by using these templates. I understand that
    websites need to have structure but what if you want to make
    different structures for certain pages on your sight?
    Yes using CSS is very customizable but MUST you have
    templates to put any type of graphic on a Dreamweaver design view?
    All I want to achieve is making simple graphics with Flash,
    Edit those graphics with Fireworks and drop them into Dreamweaver.
    That's ALL I want to do but I'm having such a hard time doing this.
    I'm beginning to feel completely retarded or something but
    I'm just not getting it. I've bought every dog gone book and CD on
    the market but I'm just not getting this concept.
    But then again, I am a beginner so slap me twice, lol.
    Please for all you veterans out their, explain to me like I'm
    a 12 year old. What am I doing wrong?
    Also, I'm trying to build a simple mock up of a simple web
    page with like 5 navigational pages. I want to have buttons,
    graphics, text, sound and video just to include what most websites
    have just so I can get a understanding of how to put together a web
    page.
    Do you guys have suggestions on this idea?
    Thank you once again and god bless.

    >feel so restrained by using these templates
    what templates? Halo? Don't.
    > need to have structure but what if you want to make
    different structures
    > for certain pages on your sight
    No problem (see below)
    >moving items from Flash to Dreamweaver is a pain in the
    arse.
    Don't move - import them
    >drop them into Dreamweaver
    see above
    >I've bought every dog gone book and CD on the market
    All the books in the world on Dreamweaver cannot replace
    books/tutorials on
    HTML and CSS before you get to the hair-tearing stage (oops!
    too late!)
    > Please for all you veterans out their, explain to me
    like I'm a 12 year
    > old. What am I doing wrong?
    Not a veteran (well, not in experience lol!) - what you're
    doing wrong is
    going about using Dreamweaver like you would Word or as if
    it's WYSIWYG -
    it's not.
    Have a look at this
    http://www.w3schools.com/ on
    the left, learn X/HTML and Learn CSS.
    There *are* good, ready-made templates available if you want
    to go down this
    road, but without a grounding in HTML and CSS, you will
    continue to wonder
    if it's all worth it (o:
    http://www.dreamweaverresources.com/freetemplates.htm
    and others. Good luck!
    Jo
    "bubblesblow" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi guys and gals, I am in a unfomfortable situation now.
    I have awsome
    > ideas of
    > how I would like to implement my creative talents in
    building awsome
    > websites
    > but I cannot seem to transfer over what ever graphics,
    text, buttons to
    > Dreamweaver. I'm creating .swf files but when I try to
    open up any item
    > created
    > from Flash it gets all weird. I cannot seem to save
    those graphics and
    > such to
    > html so I keep getting like a grey box with the flash
    logo.
    >
    > Now, moving items from Fireworks to Dreamweaver is fine
    but moving items
    > from
    > Flash to Dreamweaver is a pain in the arse.
    >
    > Also, I TOTALLY understand that Dreamweaver is a awsome
    formating tool but
    > I
    > don't know about you guys but I feel that I feel so
    restrained by using
    > these
    > templates. I understand that websites need to have
    structure but what if
    > you
    > want to make different structures for certain pages on
    your sight?
    >
    > Yes using CSS is very customizable but MUST you have
    templates to put any
    > type
    > of graphic on a Dreamweaver design view?
    >
    > All I want to achieve is making simple graphics with
    Flash, Edit those
    > graphics with Fireworks and drop them into Dreamweaver.
    That's ALL I want
    > to do
    > but I'm having such a hard time doing this.
    >
    > I'm beginning to feel completely retarded or something
    but I'm just not
    > getting it. I've bought every dog gone book and CD on
    the market but I'm
    > just
    > not getting this concept.
    >
    > But then again, I am a beginner so slap me twice, lol.
    >
    > Please for all you veterans out their, explain to me
    like I'm a 12 year
    > old.
    > What am I doing wrong?
    >
    > Also, I'm trying to build a simple mock up of a simple
    web page with like
    > 5
    > navigational pages. I want to have buttons, graphics,
    text, sound and
    > video
    > just to include what most websites have just so I can
    get a understanding
    > of
    > how to put together a web page.
    >
    > Do you guys have suggestions on this idea?
    >
    > Thank you once again and god bless.
    >

Maybe you are looking for

  • SAP BI-BO Integration for "BO XI 3.1 on HP-Unix-PA-RISC-64 bit"+Oracle WAS

    Hi, We have set up SAP Integration Kit to integrate SAP BI 7.0 and BO XI 3.1. Our BO system is set up on Unix HP-UX-PA-RISC 64 BIT and Oracle Web Application Server 10.1.3. When we are creating a WebI report using WebI Rich Client, we are able to fet

  • Cisco ASA 5512x - Restrict email delivery to ip address range..

    Hi, I was wondering how to tighten the security of my email delivery to a range of ip addresses (I know how on my old firewall but the cisco is quite a bit different).  Right now anyone sending email to a particular ip address on my firewall can do s

  • Problem while triggering IDoc

    hi, When i am triggering idoc from R/3 , it is saying idoc transferred to port, but when i am checking the idoc in XI system idx5 , i am not able to view the idocs, What could be the reason for this? Also when i am creating distribution model in BD64

  • Upload large file on doSubmit in javascript

    Hi all, I'm currently having some problems uploading large files using a custom Upload button (button calls doSubmit from javascript). When using an Upload button with unconditional branch to the same page (no js) it works perfectly. Now I have to us

  • ORA-00439 error in Forms URGENT.... URGENT.....

    Hi, i have created a new procedure to import a file on the machine to the database BLOB object. the procedure ran succesfully in the SQL prompt. In the Oracle forms builder, I created a new button and on the WHEN_BUTTON_PRESSED PL/SQL logic, i pasted