How does the web user drag the image left or right?

Folks, I'm ignorant in this stuff, yet I think I can work my
way thru with some help. I have a panoramic photo that extends off
the stage left and right, which is ok. I made it a movie clip. I
would like to have the user be able to click and drag this movie
clip of an image to see the missing areas, or even do that thing
where the mouse moves away from center and the picture follows
(unless that is way too tough). Got to be able to ONLY move left
and right; no up and down. I tried the help files, and even copy
pasted but got a lot of errors I cant understand, and lots of my
help files are missing anyway. I dont know vars, and classes, and
objects etc, so i guess I am looking for code or clues.
If anyone is kind enough to provide code, be sure to let me
know what parts of the sample code requires substitution because I
have seen stuff where you all know the abreviations, but I dont.
Flash 7 Mac osx.4.8

Thanks kglad.
Well, that's a start. Only the picture jumped to the far
right, and then I had no more dragging ability; there it stayed.
Any thoughts?
Even tho it says script contains no errors, this error showed
up on output:
**Error** Symbol=home, layer=Layer 1, frame=1:Line 1: The
class 'drag' could not be loaded.
and here is what i used:
homeClip.onPress = function() {
this.startDrag(0, Stage.width-this._width, this._y, 0,
this._y);
homeClip.onRelease = function() {
this.stopDrag();
where "homeClip" is the instance name of the movie clip named
"home"
by the way, that instance name was in BLACK, not BLUE

Similar Messages

  • Re: How does the web user drag the image left or right?

    hmm, no matter how far i move this movie clip to the right,
    it is still coming
    up unbalanced to the left if the browser is larger than the
    swf size, >768. I
    used a centered table as well.
    I would really like to finish this off nicely. Waht do you
    think?
    http://www.stevez.biz/foto_fun/flossie/Flossie.htm

    your swf is centered. you don't need a table for that,
    though. you can just use the <center> </center> tags i
    described in your duplicate thread.

  • How does a web site know the location of my computre?

    Some web sites, those I have not visited before, show the city where I am located. How does that happen and how do I turn it off?

    hello jbrener, websites can also approximate your location by the ip address your ISP is assigning to you - there's no way around that (without using a vpn service or a proxy which disguises your ip address).
    http://www.yougetsignal.com/tools/network-location/

  • How does general web public email the form using reader only

    After producing a form in Designer no one was able to email the filled in form back. Is there some very basic step I missed? I had a submit button with my email address entered yet everyone with reader was unable to get the form emailed. If I didn't miss something I guess I don't see the point of creating the form if you need a full version to respond.....

    I did upgrade one of the testers to Reader 7 and it worked. I may have to save the form in two files one for 7 and one for Reader6. The submit by email did function but I had also changed the button and used the one from the Library and set the address to mailto:myemailaddress. What that did was return a .tmp file. So I dragged in a default button from a new file and that corrected it - that one seems to not have the 'mailto' prefix and must have some built in coding to return the data in XML.
    Submiting the data to a server doesn't make much sense unless you have some method of getting the data from the server. Is there such a method built into this program or does that require additional coding?

  • Ipad2 users, how do I crop/drag profile pictures in Facebook?  Facebook gives me the option to drag the picture but it just can't be done.

    IPAD2 users, how do I crop/drag profile pictures in Facebook?  Facebook gives me the option to drag the picture but it just can't be done.

    Well thank you for your honesty.  Apple requires you have to have a Mac to develop iPhone apps, ergo my foray into OS-Xland. No way around it that one except for running OSX in a VM, which would have probably saved me some quid, true enough.
    BUT for those interested parties: VirtualBox has a startup script in /Library/StartupItems/VirtualBox that will prevent OSX from fully booting on the initial (and required) rEFIt boot cycle. Once I temporarily moved that out of the StartupItems rEFIt went in as expected.
    FYI, the openSUSE desktop running native is a little peppier than OSX native which was a nice surprise.  Now if the Mac just had more open source software we would have a deal. (:

  • Ff24, windows 8: displaying bookmarks in a sidebar no longer resizes the web pages to the remaining viewable area. ff24 does do it on my other windows 7 pc's

    ff24, windows 8: displaying bookmarks in a sidebar no longer resizes the web pages to the remaining viewable area. ff24 does do it on my other windows 7 pc's

    Are you sure that you are opening the Bookmarks sidebar and aren't using the Bookmarks Menu button that show the bookmarks in a drop-down list?
    Firefox has two bookmark buttons with a star in the Customize window.<br />
    One star button has a drop-marker that open the Bookmark menu and may appear on the Navigation Toolbar or on the Bookmarks Toolbar if the menu bar is hidden.<br />
    The other star button without the drop-marker opens the bookmarks in the sidebar (View > Sidebar > Bookmarks).
    You can drag the Bookmarks menu button with the drop-marker in the Customize window from the toolbar palette on a toolbar (e.g. Navigation Toolbar or Tab Bar or to the left side of the Bookmarks Menu Items).<br />
    If you do not see the drop-marker then try them both to see which works.
    *https://support.mozilla.org/kb/How+to+customize+the+toolbar
    *https://support.mozilla.org/kb/Back+and+forward+or+other+toolbar+items+are+missing
    *You can toggle the Bookmarks sidebar via View > Sidebar > Bookmarks (Ctrl+B)
    *You can toggle the History sidebar via View > Sidebar > History (Ctrl+H)

  • How to know the connected users to the Content Server Instance?

    Hello
    I need to know that in order to be able to run long tasks (specially with the archiver) in the lowest used hours. The number of connected contributors really represents the true use of the CS.
    I am lookin for this for 10g (UCM) and 11g (WCC)
    Thank you
    Carlos

    You could use some statistics such as netstat from the Apache web server (see e.g. here for more details). You could also use tools such as Google Analytics to monitor website traffic for you.
    However, even though there is certainly a correlation between the number of the connected users and the workload on the server, the real workload depends rather on the number and the type of operations that has to be performed (e.g. a checkin is more costly than just displaying a page, conversions might be more costly than anything else) and a single system user (such as running the Archiver some other batch processes) could produce much higher workload (due to missing waiting time) than a hundred of human users.
    Besides, the fact that at the moment the number of users is low does not necessarily mean that it will be low until the end of your batch job - unless you know the behavior of your users, which often is not a rocket science even without any analytic tool - e.g. a public organization operation in 5x8 working regime (let's say from 8am to 6pm) won't produce much human generated workload in quiet hours on week days or on weekends. If you operate in 7x24 mode with unpredictable user's behavior, none of such tools will help you anyway.
    Because, what you really need to monitor is not web stats, but user experience. Oracle has a tool for that - it's called Real User Experience Insight. In addition to monitoring, it can alert you, or your application (even a 3rd party via SNMP traps). If you want to automate also recovery (for 11g), you could expose private cloud functionality as available in via the Enterprise Manager and management packs - e.g. you could start a new server in the cluster, throttle resource to your batch jobs, etc. Unless you need to comply with strict SLAs, this kind of a solution would probably be an overkill, but it is possible.
    This reasoning also shows what questions you should ask to choose the right solution - if no one cares that the performance goes, why should you? If someone cares, you will know how big problem it is - you may just add a new node to the cluster to increase the performance, use free tools or your common sense to re-organize the batch jobs to distribute the workload more evenly, or if it is a real issue, you may search for some sophisticated enterprise-level solution.

  • How can i install the web connector in the IWS for IAS SP3?

    i have installed the IAS 6.0 SP3 and IWS 6.0 on two different NT server. How do i install the web connector to the IWS. How can i access the IAS form the IWS. The IAS 6.0 SP3 Evaluation does not allow to install only the web connector componet. Pls advise

    Hi,
    Installing web server & app server on different machine and making them communicate is called "webless installation". Having web server & app server running on same system is called "webful installation".
    On a registered version, if you select CUSTOM INSTALL, then you would have a screen asking to install iDS and iAS. From the submenu of iAS, the web connector plugin has to be selected and this installation is done at the system where web server is running.
    But on your case, I believe the iAS SP3 evaluation has a restriction on that. Please feel free to raise any questions regarding this.
    Regards
    Raj

  • In Java EE 7's Firstcup tutorial, why does does the web tier consume the data from the dukes-age web service?

    In the Firstcup tutorial, the responsibilities of the web tier are listed as:
    dynamically generate content for the client
    collect input from the user
    return results from business tier components
    control the flow of client screens & pages
    maintain session state
    perform basic logic
    hold data temporarily in JavaBeans components
    Which of these responsibilities would retrieving data from a web service fall under?
    The tutorial also lists the technologies used in the web tier, and JAX-RS is not included in that list. The list of technologies used by the business tier does, however, list JAX-RS. I was surprised to find the DukesBDay JavaBeans component (in the web tier) calling the dukes-age web service, instead of the DukesBirthdayBean EnterpriseBean (in the business tier), which uses hard coded value for Duke's birth date.
    Is it typical for the web tier to consume web services in this way? What about when using an application client container, wouldn't that skip the web tier altogether, and in doing so also skip the web service call? Wouldn't DukesBirthdayBean in the business tier benefit from making the call to the web service, instead of having the date hard coded into it, and wouldn't this also solve the problem of the missing web service call when using an application client container?

    Hi Shadab,
    Here is a list of Web service standards supported by SAP in NetWeaver 7.1.1: [Supported Standards|http://help.sap.com/saphelp_nwpi711/helpdata/en/44/624479f7e608fae10000000a422035/frameset.htm] (also in [7.0|http://help.sap.com/saphelp_nw70/helpdata/EN/44/624479f7e608fae10000000a422035/frameset.htm] and [7.0.1|http://help.sap.com/saphelp_nw70ehp1/helpdata/EN/44/624479f7e608fae10000000a422035/frameset.htm]). The Enterprise Services adhere to these standards, and on the provider side you have the tools to configure the authentication settings as needed. On the consumer side, one just has to use a Java release (or any other platform) that supports these standards.
    While I am not a Java developer, there should be [many ways to consume a Web service in Java|http://www.google.bg/search?q=consumewebservice+java].
    Hope this helps,
    Rossen

  • How to logout an user when the browser is closed?

    Hi,
    does someone knows how to logout an user when the browser is closed?
    Thanks.

    Hi,
    There is an api wwctx_sso.cleanup_sessions which removes old sessions. This takes a parameter "p_hours_old" which indicates the age of the sessions which need to be removed. There is a job which runs which in turn calls this api to clean up sessions which are 7 days old or 168 hours old. You can see this from the dba_jobs table. You can try running this api.
    Thanks,
    Sharmila

  • How does one go about getting the Kit Kat upgrade?

    I've searched the Verizon site ad I can't find how to download it.  Must one be selected?

    Thanks for your reply.  I went to Settings and About Phone, however, there was a "System updates"  that showed a history and a "Check for new software update" key.  I tried that and it returned with Your phone is up to date.  I guess I'll have to wait for Verizon to send me an update.
           From: clydefrog4963 <[email protected]>
    To: John Manning <[email protected]>
    Sent: Sunday, December 7, 2014 5:20 PM
    Subject:  - How does one go about getting the Kit Kat upgrade?
    #yiv6222900142 img
    |  
    |
      | 
    A message from the Verizon Wireless Community
      |
    |   |
    How does one go about getting the Kit Kat upgrade?
    created by clydefrog4963 in Samsung Galaxy Note 3 - View the full discussionVerizon has started pushing the 4.4.4 KitKat update on the Note 3, I got mine today. It poppped up when connected to my computer on Kies but you can do it on your phone by going to settings, all the way to "about phone" at the bottom, then click on "software update." Its best to do this while connected to wifi, and make sure your phone is at least half charged. Reply to this message by replying to this email -or- go to the message on Verizon Wireless Community Start a new discussion in Samsung Galaxy Note 3 by email or at Verizon Wireless Community


    © 2014 Verizon Wireless
    Verizon Wireless
    One Verizon Way
    Mail Code: 180WVB
    Basking Ridge, NJ 07920
    Not interested in these emails anymore, or want to change how often they come? Update your email preferences by visiting https://community.verizonwireless.com/user-preferences!input.jspa.
      |
    We respect your privacy. Please review our privacy policy for more information
    about click activity with Verizon Wireless and links included in this email.
      |

    |

  • How to create many user in the same database

    hi
    my question is "How to create many user in the same database(application)?"
    for example, i have students, teachers, and staffs user using my application.
    i can create many users to use the same application right?, how ^^''' ???
    (right now i can only create application and then it shows every data in my DB
    but i want it to show only the data for the user who login to that application)
    Thanks.
    ps. i'm newbie, please help T^T

    You need to create a user table within your application that maintains their privileges. If you have LDAP you could use this for authorisation otherwise the table would handle that as well (store passwords etc). Your reports etc would then be filtered on information from this table.
    Check out some of the sample applications to see how authorisation and access is implemented (Online store is one). The how-to on the issue tracking system should also have some useful pointers.
    http://download-west.oracle.com/docs/cd/B31036_01/doc/appdev.22/b28839/issue_track.htm#BABBGBJG
    cheers,
    Ron

  • How to Validate a User on the click of a button in Oracle APEX

    Hi,
    How to Validate a User on the click of a button in Oracle APEX.
    say for e.g: I want to allow only a specific user to go beyond after clicking on a button and restrict all the other Users. Any ideas please.
    Thanks in Advance,
    Af

    Well , the actual idea was to hide the button for specific users and show the button only for some specific users... is this possible...?
    @ AndyH: yeah, what you have suggested also fits well for my requirement... Could you please let me know how can i achieve it...
    Regards,
    Af

  • How do I share the iTunes library with all/some of the other users on the same iMac?

    How do I share the iTunes library with all/some of the other users on the same iMac?

    Check out these articles it may help...
    http://support.apple.com/kb/HT3819
    http://www.apple.com/itunes/how-to/#playlists-shareplaylists
    hope this helps.

  • I transferred data from my Macbook Pro to my Mac mini but it forced me to make a new user for my old data.  How do I transfer my music, pics, and docs from the "old" user to the new user (so that I only have one user instead of 2?)

    I transferred data from my Macbook Pro to my Mac mini but it forced me to make a new user for my old data.  How do I transfer my music, pics, and docs from the "old" user to the new user (so that I only have one user instead of 2?)

    Unless you transfer the files from Setup Assistant, Migration Assistant creates a new user with the data.
    To transfer the files to your first user, you have to log on this new user, and copy all your files to /Users/Shard folder. This is a folder where you can put the files you want to share between two or more users, and all users can read and write in it.
    After copying the files, go to your first user, open /Users/Shared folder, and copy the files to your user folders. If you migrated applications, you must know that they are stored in a common folder (/Applications), so you don't have to transfer them. To open /Users/Shared folder, open Go menu (in the menu bar) > Go to Folder, and type the folder

Maybe you are looking for