Need help with video scrolling

Hello

I need help with a project. Subsequently, I want is that a webcam controls the position of the mouse and the mouse position

control of a video. But I would like the part where the mouse position controls the video.

So, if the mouse is on the left on your screen, the video will be on the first image and when you move, you're the mouse for

the right to the video play as a result traffic. and stop when the mouse is completely right.

Effectivly the scrolles from the mouse through the video. It must be on the x-axis.

I'm not that formilliar with flash, so any help would be great

THX!

Thijs

what you need to do, is to designate a rectangle where users can use their mouse to scroll through the video.  If this rectangle has instance name bar, you can use:

var m, b:Number;

var lastSeek:int = getTimer();

flv_pb.addEventListener (MetadataEvent.METADATA_RECEIVED, f);

bar.addEventListener (MouseEvent.MOUSE_MOVE, moveF);

function f(e:MetadataEvent):void {}

paramF (0,0,stage.stageWidth,e.info.duration);

}

function moveF(e:MouseEvent):void {}

{if (getTimer () - lastSeek > 1000)}

flv_pb. Seek(m*e.stageX+b);

lastSeek = getTimer();

flv_pb. Play();

}

}

function paramF(x1:Number,y1:Number,x2:Number,y2:Number):void {}

m = (y2 - y1) / (x 1 - x 2);

b = y1 - m * x 1;

}

Tags: Adobe Animate

Similar Questions

  • need help with video editing in Movie Maker

    I'm editing video on Windows Movie Maker and you want to cover a bite with a b-roll. Y at - it something to do this, and can it be done? I have not found a way to go beyond covering both the video and audio.

    Not sure what you mean when you say b-roll...

    Do you want the audio to continue while you add different content to the video track?

    If_yes_you can drag a second instance of the video Clip on the audio / music
    and then divide the video track if your can add video, pictures, clips etc. Of course
    If you add 5 seconds the new hardware... you will have to remove 5 seconds of original.

    The following tutorial was written for WIn XP, Movie Maker, but it can offer a few ideas:

    ===================================================

    For the timeline, drag a second copy of the video to Audio / Music
    follow and drag it left or right to align on the Audio track.

    Then right-click / mute the Audio track.

    Now, you can split the video anywhere you want... CTRL + L... and delete
    a section... then insert a Photo and give it the same length as the
    segment you removed.

    Here's another method:

    Split your video clip on each side of the area where will be the stills.

    Now... drag the part cut on the audio / music. BTW... If you want to
    to add a second 5 again... Remove 5 seconds of the video clip. (info below
    splitting if you need it)

    Drag your fixed shots to the timeline and drop it off at the place where
    you have deleted the video.

    The Audio clip on the audio / music can be dragged to the right or left to
    adjust its position.

    More information about the Division...

    "Split a Clip in MM2.1.

    Drag the audio clip on the timeline.

    Play the video/audio by clicking on the 'Play' button under the display screen.

    You will see the playback indicator (vertical line), advancing through the
    timeline.

    Click on the "Pause" button at the location where you want to cut and type...
    CTRL + L or click the "Split" button at the bottom of the display screen.
    (you can also make adjustments by dragging the playback indicator)

    Make splits as much as you want and remove unwanted in law clips
    Click on / delete.

    The following forum might be also worth a visit:

    Movie Makers Forums
    http://www.windowsmoviemakers.NET/forums/default.aspx

  • Need help with a scroll bar.

    Hello guys. Ive has designed the following website... www.trigpointselby.com

    It's just a standard static Web site, display of information.

    My problem is on the areas of the bussiness section I created a div of ap and filled with information... the text was big for the box as he could go in, so in the css rule definition, I put "overflow" positioning in the volute of option.

    Now it works perfectly well and sounds great when you view it from any internet browser. My question is, I tried to watch it on my iphone and the scroll bar was not visible, so I could only read the part of the text and could not scroll down to read the rest like in a web browser on the pc / mac.

    So my question is does a step a way round so that if people were to see the web page on the iphones that they could used the css that I put the rule making a scroll bar visible for people to read the text. Im guessing that this will be a problem with all the mobile phones not only the iphone


    Regards rob

    > Now that I designed this website in ap div because you can position layers
    > where
    > you like, now when I did everything first, they was everywhere in the shooting when I
    > viewed in a web browser but someone told said that if you set the
    > positioning
    > absolutes of they will stay where you their positioned on Dreamweaver.

    You seem to be saying that you replaced "ap div" by "layers." Surprise! They
    It's the same thing. This statement shows a lot of confusion and you offers
    have been 'stolen' try something that you do not really understand meaning
    and then try to fix it by using something else that you do not understand also.
    Not long to really mess up your code making it virtually impossible to
    Difficulty. Yuck!

    Your best bet is to stop where you are and learn more about the two CSS HTML &
    and how they interact. Then you should be able to develop a practice more
    design strategy, probably using NO positioning. (Any block element has a
    by default the static position. I estimate 99 + % of all block elements that I use have
    their default (static) position).

    Click on the link Tim has given you to learn the pitfalls of the divs (layers) PA

    > Now you commented saying I was "20 CSS rules using the" position: absolute "
    ' > statements. I don't understand what you mean, so could you explain more
    > If
    > you don't mind?

    I just read your stylesheet (trigpoint.css). Here is one rule in this
    style sheet that uses absolute positioning (AP):
    {#menubar}
    position: absolute;
    Width: 800px;
    height: 42px;
    z index: 4;
    left: 0px;
    top: 129px;
    } There is more than 19.
    NOTE: Everything between {and} is called the "declaration block". Each
    a part of the declaration block (for example "position: absolute;") is called a
    Statement. Where my formulation, "20 of the CSS rules using the" position: absolute "
    statements. "

    Here's the good news: the issue of using or not using layers (divs PA (or)
    other PA block elements)) is requested here every week at least. There is a wealth
    the info if you search this newsgroup/forum:
    http://groups.Google.com/advanced_search?q=+group:Macromedia.Dreamweaver

    One of my favorite CSS Reference: http://reference.sitepoint.com/css

    Part of what you learn is that there is a gulf between that of simple.
    dimension of the Web sites, you can build without understanding HTML & CSS and the
    site more complex than you probably want to build.

    Reading, try, ask your questions here and they're all getting start adapting
    set.

    --

    Walt

    "robo2009" wrote in message
    News:gnafbr$6vi$1@forums. Macromedia.com...
    > Hiya mate. Just read your post on my wit ap div question!
    >
    > What you wrote made me laugh ha ha!
    >

    > So the Elves ran straight into my code, you said!
    >
    > I'm alone again to this, so I'll take edge that you and other people
    > say
    > in the forums as your knowledge is extremely higher than mine!
    >
    >
    > Now that I designed this website in ap div because you can position layers
    > where
    > you like, now when I did everything first, they was everywhere in the shooting when I
    > viewed in a web browser but someone told said that if you set the
    > positioning
    > absolutes of they will stay where you their positioned on Dreamweaver.
    >
    >
    > Now you commented saying I was "20 CSS rules using the" position: absolute "
    ' > statements. I don't understand what you mean, so could you explain more
    > If
    > you don't mind?
    >
    > With the web page being in the centre and me to have all these different
    > layers
    > I had to put each absolute ap div while they was in the correct position
    > and
    > dint moving when I saw them in a web browser... Obviously you do not more
    > order
    > please explain where'm going wrong and what I need to do.
    >
    > Also if you would realized the site Internet how would you because
    > differently
    > for me, I tried to use fair tables, but he did not like the logo of the
    > surveyor goes on the top image and on the menu bar section and in
    > tables
    > it is not possible for is it?
    >
    >
    > Kind regards rob Cheshire
    >
    > www.trigpointselby.com
    >
    >

  • Need help with video off a XPS 435 t card

    I am trying to replace my video card in my XPS 435 t but for the life of me can not find a way out of my case.

    There is a big black on the top of the video card to connect on a support type plastic black plastic on the front of the case and I can't understand how to unlock it.

    Here is a picture...

    Any help that anyone can provide would be much appreciated!

    Hi John,.

    Please see the below pictures to remove the graphics card:

    1 locate the great video card.

    2. lift the expansion card retention.

    3. press the tabs on the bracket to support PCI and push holder at the back of the computer until it clicks into the slots at the back of the computer.

    4. Locate the screws on the video card.

    5. remove the screw that is blocking the video card.

    6.

    Unplug the power cable from the video card.

    7.

    Press the release lever while lifting the free version of the connector.

    8.

    Pull up at the end of the video card based on the fan to release.

    9 remove the video card from the chassis.

    Please check and answer if this helps.

  • Need help with video problems

    Hello world

    I'm new to this forum. I have a car voiceblog. How to add videos in blog post.

    Looking for your kind help.

    AsimSaeed

    This is a WordPress site. Use a WP plugin.

    http://WordPress.org/plugins/VideoJS-HTML5-video-player-for-WordPress/

    A Google search will reveal countless other WP plugins.

    Nancy O.

  • Need help with positioning scroll effects...

    If I have an object, perhaps a 100px square centered horizontally. I want that it start from the left edge of the page width of scroll, scroll to Center, and then scroll to the top. It scrolls to the Center, but it starts to the right of the page border. Is there some math I have to do to get it to start where I want it? Here are the screenshots of the transform, the page Properties palette and palette effects scrolling for better reference.

    page-properties.png

    Figured out, and I think that this works in most cases. What I did take x coordinate of the object definition and divide it by the key position, that gave me my multiplier for the initial rights movement. What is this equation is made your point of departure at the edge of the page, NOT the browser. Here's what I've done digitally:

    430 (X) / 240 (key position) = 1.79 (multiplier) I hope this helps!

  • Need help with video "vignette" Locket

    Help me decide if it of feasible or "worth" in regard to ease, it would be. I have an image of sleeping dog head. I want to put a video of the 'dream' is to have the dog in the dog park as a soft oval sharp as a video insert on the dog's head. I am a beginner and training and to see that an image can be cropped to leave a smaller image that can be imposed on another full image frame. The question is how to get the image in a thumbnail that 'floats' above the background image.

    Is this possible? Built-in effect? - or difficult to do?

    TIA,

    Ken

    Lots of ways to do that including a mast and vignette in Photshop.

    But using an oval track matte effect / elipse you create in the Titler first is a way to explore.

    Read how caches work.

    Read how to create title (circle / oval.. .what ever) and how to fill it.

    A blur may help as well.

    Blend modes can be pleasant to use.

  • Need help with video in Flex Mobile

    Hello

    I searched a bit for more information on this and really found anything useful for my problem. So far, I have converted the actionscript code that is posted here: http://www.adobe.com/devnet/flash/articles/osmf-media-player.html

    work within my project mobile ios. The problem is that no matter what I tried, I can hear the video, but not see. Codes uses the OSMF framework, which uses StageVideo I think, so I tried affecting background request 0 alpha that was posted on; still no video but. The project is also set to use direct rendering. I even tried a few bones bare AS code to implement the StageVideo, like others have posted here, but still the same thing. If anyone show me an example of work or provide suggestions on what I might hurt?

    Thank you

    Hello

    Thanks for these links. I understand the problem finally. The src code posted in the devnet article was using a mask around the video that never fit, and so that's what was hiding the video all along. I have yet to adapt this code to use button controls, but I think I'm headed in the right direction now.

    Rgds

  • I still need help with a thumbnail view in video files Real Player XP sp 3

    I still need help with thumbnail view in video files Real Player XP sp 3-Help! Help! Help!

    You will need to contact the support of Real Player, since the problem occurred with their program.

  • I need help with my Windows Media Center. I was not able to get any video on my Windows Media Center.

    original title: I need help with my Windows Media Center.

    I was not able to get any video on my Windows Media Center. How do I do that? I can put it on Facebook, but cannot get them on the Media Center. I'm ready to pull my hair out LOL

    Hello

    1. what exactly happens when you try to play any video on media center to Windows? Error message? If so, then post back the exact error message.
    2. were you able to play videos on Windows media center with no problems before?
    3. don't you make changes on the computer before this problem?
    4. are you able to play the videos on Windows media player?
    5 are supported by Windows media centerfiles?

    Answer to the above mentioned questions could help us help you better.

    The following article might be useful.
    Solve problems with DVDs and movies in Windows Media Center
    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-DVDs-and-movies-in-Windows-Media-Center

  • Need help with coding for HTML5 with emergency Flash video

    Hello, need help with my coding in Dreamweaver CS5.5 for HTML5 with emergency Flash video. Not sure if the coding is correct. Do I need any other JavaScript etc.?

    code.jpg

    Another thing is that you don't have to include SWF as aid manual if you provide all 3 ogv, webm & mp4 video formats as one of these formats will certainly be played in any browser that is fully compatible HTML5.

    Still one thing you could do if you don't mind hosting your video on Youtube is to get an embed code for Youtube - in this way, you don't have to convert all the files. YouTube will do it for you and it will play on devices of HTML5 as well as supports Flash player of relief for devices that cannot play HTML5.

  • Need help with the installation of an adapter of Palit GeForce 9500GT Super chart - 512 MB in a M2N68 (narrated

    Need help with the installation of an adapter of graphics Super Palit GeForce 9500GT - 512 MB - DDR2 SDRAM in a M2N68 motherboard (narra6). Should I disable the onboard graphics in the bios? When the card is installed, no VGA work outs and the PC does not start. Checked and recontroler implementation of the card in the PCI slot. PC is a desktop HP G5200uk PC. Windows 7 operating system.

    Hello

    The link below is a guige to install a video card in your Pc.  In particular, it seems that you will have to perhaps specify the location of the new card in the bios and save this change before you install the new card - see step 4 in the guide on the link below.  If your new card fits into the PCI Express x 16 slot, you will need to define PCI Express in the bios and save the changes.

    http://support.HP.com/us-en/document/c01700855

    Kind regards

    DP - K

  • need help with my screen has been using mouse and the screen is smaller and smaller

    need help with my screen has been using the mouse and the screen is smaller and smaller, so can't see

    Try to hold the 'ctrl' key and turn the wheel of scrolling the mouse forward to zoom, turning the scroll wheel to the rear is to zoom out.

  • Need help with a Hp Papvilion Dv7-1270US, from vista to xp 64

    Well, I noticed that a lot of guys are useful here with installing XP on Vista and yes I'm another unhappy Vista user, I am a graphic designer and let me tell you programs and performance is not very good on my laptop HP that I am ready to go back to XP.

    I have an extra HD a seagate sata 80 GB of my PS3 that I drag never used, so I'll use it to install XP on my laptop

    Its what I need help with drivers, man what a pain. I can install drivers left and right that I know how to do this, but Nlite, manual, unzip its so confusing...

    good so I use Nlite to wake my sata drivers and my installation of Windows XP on my HP I would add something in there like {video card driver} {driver Chipset} etc, what should I put in the wake? and once the wake is done and winxp is installed in what order should I start to install stuff, please guys Im confused and need help if someone can point me in the right direction of the dv7-1270 drivers I would appreciate...

    If I happen to screw up my 80 GB hard drive, not a big deal, blue screen, can not load, etc etc... can I just put my original 320 GB hard drive and back to Vista the way it was. ??? is it possible, which would ease my mind, thank you for your responses and assistance.

    Drivers:

    Chipset Intel, (install and reboot before other drivers) here

    Intel Matrix Storage Manager here

    MS-UAA fo SP2 (required with a reboot before the graphic and Audio driver) here

    MS-UAA fo SP3 (required with a reboot before the graphic and Audio driver) here

    NVIDIA GeForce 9600GT here

     

    Intel Wireless 5100 here

    Bluetooth here

    Realtek RTL8168C Family PCI - E Fast Ethernet NIC here

    Please check first that link written by Joshua Wood and concentrate on problems that may appear when you install the sound card in it.

    IDT High-Definition Audio CODEC Pilot,

    1 sp41693, pilot, work reported in XP here view

    2 SP39671, driver, jobs reported in XP here or here view

    3 sp41698, vista, work reported in here XP driver

    High-Definition Audio (HDA) Modem Installer and driver here

    .NET framework (required before HP Quick Lunch Buttons) here

    HP Quick Launch buttons here

    Synaptic Touchpad here S

    ENE CIR (infrared receiver) here (your Vista driver)

    JMB38X card reader Host Controller Driver here

    HP 3D DriveGuard 1.10 has here

    If you had for 7 unknown devices (buttons drivers), here

    Do a manual installation

    Go to Device Manager, right click on the unknown device,

    Choose update driver, not to communicate.

    Choose the install from a list or a specific location, not search, have-disk,

    Navigate to the location of machine.inf.

    Do it for the rest of the unknown devices

  • Need help with screen Blus of death (BSOD) on my computer toshiba laptop

    Hello all, Ive had a little last week, or problems with my laptop. While playing a game (minecraft), I would randomly have a BSOD error and my laptop will re-start. Initially, I gave it no thought, but when it happened again, I decided to try to do a little research, but I'm not terrible with technology and other then I'm neither the case with my own research.

    If someone could point me in the direction of a few possible ways to get this problem.

    guys do you propose I make to the store and see if they can check it out, what would I need if I did.

    I got a program to read some sort of file "dump" made when occurs a BSOD, I publish what this program here says? the program is BlueScreenView, if yes, what I have post the spectator thing? There are has 2 main screens on it, SDO as Sho different dump files (which is on the top) and on the bottom, it lists the names of different files for each dump file I think that some of them highlighted.

    im not this product with tech so I don't know much but I need to post anything on my laptop or any information of the dumpfile and would have this info help in any way to determine the problem? just tell me what I have to post and ill get the information displayed in a response, thank you.

    -leoknighted

    PS: I don't think that playing minecraft is the cause of the BSOD and crashing, but I only get it when playing minecraft, so I don't know if minecraft is causing accidents and others. I watch videos and this all the time and I never have an accident. I'll try and play a different game and see if this causes my laptop down and the cause is perhaps high usuage to my laptop, as I've said games require a lot of power of a laptop/computer, if they are not the 'best' laptop for games. but yh, if someone thinks they can help me and need some information please tell me so I can get it for you. If you guys think it would be best to get a professional to look just mylaptop say, however im save as a last resort.

    Hello

    I suggest you to refer to this article to check if this help.

     

    Resolve stop (blue screen) error in Windows 7
    http://Windows.Microsoft.com/en-us/Windows7/resolving-stop-blue-screen-errors-in-Windows-7

    Important: System Restore will return all system files not as documents, email, music, etc., to a previous state. These files of types are completely affected by the restoration of the system. If it was your intention with this tool to recover a deleted file to non-system, try using a file instead of system restore recovery program.

     

    Important: while performing the check disk on the hard disk, if bad sectors can be found, then check disk will try to repair this sector. All the data available in this area may be lost.

     

    Custom installation WARNING: If you format the hard disk during the installation, the data files are saved in a Windows.old folder on the partition you installed Windows 7.  However, you should always back up the files. If you have encrypted data files, you may not be able to access them after installing Windows 7. If you have backed up your data files and then restored after Windows 7 is installed, you can delete the Windows.old folder.

    Let us know if you need help with this question, we will be happy to offer you our help.

Maybe you are looking for

  • Black screen on AT300

    Hello In the beginning of October, I was on the trip to the United States and here, I bought a Toshiba excited AT300 tablet. In less than a month it has stopped working.The Tablet suddenly stopped working through the night, as the battery runs out an

  • How can I contact the creator of a character?

    I just want to communicate with the creator of a character that I love... is there a way to send a message to them that I missed?

  • the returned parser 0xC00CE556 error

    my laptop is HP Vista and the hardware is compatible with vista. Original title: the parser returned error 0xC00CE556 keeps me using a HDwriter videcam although the hardware (camera Panasonic) seems to have downloaded ok... any help would be great...

  • There will be an update or a hotfix for windows media player in vista

    I tried all the fixes, codecs, etc..  I just want to know if a new version of WMP will be available for vista or if I need to upgrade to windows 7 so that he can work again.

  • file retrieved via JavaLoader.exe .cod signatures

    Everyone could see the signatures for a .cod JavaLoader.exe file?  According to the following link: http://docs.BlackBerry.com/en/developers/deliverables/5779/Retrieve_infomation_about_a_cod_file_5123... You should be able to do the following: JavaLo