Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Page 2 of 7
FirstFirst 1 2 3 4 ... LastLast
Results 11 to 20 of 61

Thread: Images Scroller

  1. #11
    Junior Member Settled In mugdiman is on a distinguished road
    Join Date
    Dec 2007
    Posts
    2
    Rep Power
    0

    Re: Images Scroller

    amazing Flash templates
    Hello,

    great scroller so far.

    There is only one thing....how would it be possible to change the acceleration of the scrolling so that the speed is dependent from the proportion to the stage and not from the proportion to container_mc.

    That means, when the mouseX is around the middle of the stage (stage.stageWidth/2) the movement should stop or slow down in any case no matter where we are proportional to the container_mc.

    At the moment, this is not the case. I increased the number of images to around 50 floating in line so the ratio is around 8. When I move the mouse on the movie clip in the middle of the stage now, it can happen that the image I wanted to view slides out of the stage very very fast........
    Adjusting the speed in ax doesn't help here as well, it can just slow down but the problem remains.

    you see any fast solution for this or would it require complete rewriting?

    Thanks, Dennis

  2. #12
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,452
    Rep Power
    8

    Re: Images Scroller

    Hi there

    The moveMe function in Main.as should do this:
    Code:
    private function moveMe(evt:Event):void
    		{
    			if(boo)
    			{
    				var distance:Number=stage.stageWidth/2-mouseX;
    				/*var arrX:Number=mouseX*ratio+stage.stageWidth/2;
    				var dx:Number=arrX-evt.currentTarget.x;
    				var ax:Number=dx*.1;*/
    				evt.currentTarget.x+=distance/10;
    				check(evt.currentTarget as MovieClip);
    			}
    			else
    			{
    				evt.currentTarget.x-=speed;
    				check2(evt.currentTarget as MovieClip);
    			}
    		}

  3. #13
    Junior Member Settled In mugdiman is on a distinguished road
    Join Date
    Dec 2007
    Posts
    2
    Rep Power
    0

    Re: Images Scroller

    perfect! thank you very much for the quick help.

  4. #14
    Junior Member Settled In Aragon is on a distinguished road
    Join Date
    Jan 2008
    Posts
    2
    Rep Power
    0

    Re: Images Scroller

    Hi there, is it posible to load png files or swf files in the images scroller? And il like to know if i can start the image scroller so that it is moveing immediately and looping also.
    Greetings, Aragon.
    Last edited by Flep; 09-01-08 at 07:29.

  5. #15
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,452
    Rep Power
    8

    Re: Images Scroller

    Hi Aragon and welcome

    You can load PNG or SWF, just change the url's inside of the XML file.

    I's moving immediately, and looping too

  6. #16
    Junior Member Settled In Aragon is on a distinguished road
    Join Date
    Jan 2008
    Posts
    2
    Rep Power
    0

    Re: Images Scroller

    thx for your reply, but it dosent work right yet. im tring to load swf files so that they look and work the same as the origonal swf i want to load. I need a tranceparent effect !

    I also want to link to a webpage, not a popup!

    Here are my test links:
    main
    battlefield2

  7. #17
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,452
    Rep Power
    8

    Re: Images Scroller

    About main sample, it is scroling if you do not go over it with the mouse and when it gets the last image it invertes the direction ( is that a loop ? )

    About the links instead of popups:

    - change the urls of the ' popup ' attribute inside of images.xml
    - open Main.as and change openPopUp function as following:
    Code:
    private function openPopUp(evt:MouseEvent):void
    		{
    			var js:URLRequest=new URLRequest();
    			js.url=objects_array[evt.currentTarget.id].pop;
    			navigateToURL(js,'_self');
    		}

  8. #18
    Junior Member Settled In energyhigh is on a distinguished road
    Join Date
    Jan 2008
    Posts
    12
    Rep Power
    0

    Re: Images Scroller

    hello there flash guru,
    i finally used and uploaded the image scroller and it works succesfully on my website on the desired size that i wanted.could you explain me how i could reduce the size of the loader (1/20 etc.) and the color of it?

  9. #19
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,452
    Rep Power
    8

    Re: Images Scroller

    Simple, it's a textfield inside of main.fla

  10. #20
    Junior Member Settled In PLUGGER is on a distinguished road
    Join Date
    Jan 2008
    Posts
    7
    Rep Power
    0

    Re: Images Scroller

    well after pulling my hair out all day trying to get this to work

    i installed flash cs3 to have a look at main.fla, and now when i run this embeded into a webpage i get this error


    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://www.plugger.info/interbrush/images.xml
    at LoadingXML/::loadXML()
    at LoadingXML$iinit()
    at Main/::loadXML()
    at Main$iinit()
    can you point me in the right direction
    Last edited by PLUGGER; 13-01-08 at 21:55. Reason: spelling

+ Reply to Thread
Page 2 of 7
FirstFirst 1 2 3 4 ... LastLast

Similar Threads

  1. Illusion - images gallery
    By Flep in forum FlepStudio utilities
    Replies: 37
    Last Post: 08-01-10, 23:05
  2. UIloader can't find images
    By cananot in forum Components
    Replies: 0
    Last Post: 28-11-09, 03:30
  3. Caricare images da xml
    By nocciola in forum Actionscript 3.0 avanzato
    Replies: 0
    Last Post: 12-04-09, 08:13
  4. Scroll Continuo Images Scroller
    By soteha in forum AIUTO utilitą free
    Replies: 14
    Last Post: 12-01-09, 13:02
  5. unload images
    By karonte in forum Actionscript 3.0 base
    Replies: 2
    Last Post: 14-05-08, 20:01

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Optimization by vBSEO