Professional :: Make The Content Area Bigger On The Scroll Box?

Jan 31, 2010

im using a free template from online but I dont understand how to make the content area bigger on the scroll box.
 
var sd:Number;
var sr:Number;
var cd:Number;

[Code].....

View 9 Replies


Similar Posts:


ActionScript 1/2 :: How To Make A Bigger Drawing Area

Mar 18, 2010

How can you make the entire thing for drawing bigger? Not just the white space. Cause I'm making a scroller game..

View 1 Replies

ActionScript 2.0 :: Make Work Space Area Bigger In Flash MX 2004?

May 11, 2005

how can i make my work space area bigger in flash MX 2004?

View 2 Replies

Professional ::building A Random XML Content Area?

Feb 18, 2010

I'm trying to build a "product spotlight" area on my site's homepage. There are a lot of products, so I want to display them randomly, and I want to specify an image, link and text in the XML file.
 
I've started by using the XML gallery on kirupa.com, but that didn't quite do what I wanted. I found a little workaround when I found a random XML image loader on another site, and used that.. all it would load was an image, so to make the product photos be links and have special text I made each photo a .swf instead of .jpg file and added a button link over the whole image. This way works, but we are adding more and more products and it's becoming cumbersome. There will be about 50 different products randomly changing.
 
It would be perfect if we could just set up the xml like
 
<list>  <product>    <image>whatever.com/product1.jpg</image>    <url>whatever.com/product.2htm</url>    <title>Buy this now for $3.50</title>  </product>  <product>    <image>whatever.com/product2.jpg</image>    <url>whatever.com/product2.htm</url>    <title>Buy this now for $4.50</title>  </product></list>
 
And then the flash file would have the link on the top layer and pull the url from the xml file, bottom layer would load in the image, and in the middle we'd have the title, maybe I'd have it slide in with a basic tween or something like that. And then, there could be like 50 different images listed in the xml, and it would display one randomly for like 10 seconds, then fade into a new one, and just keep swapping it out forever and ever. I really want to do it this way because I can update the text or images without having to build a new .swf file every time something changes.I know how to do some regular basic flash stuff, but I never got into the hardcore actionscripting, so I'm kinda stumped. Anyone know how I can pull something like this off or know of freeware example that I can use and build off of?

View 1 Replies

Professional :: Building A Random XML Content Area?

Nov 11, 2010

I'm trying to build a "product spotlight" area on my site's homepage. There are a lot of products, so I want to display them randomly, and I want to specify an image, link and text in the XML file.I've started by using the XML gallery onbut that didn't quite do what I wanted. I found a little workaround when I found a random XML image loader on another site, and used that.. all it would load was an image, so to make the product photos be links and have special text I made each photo a .swf instead of .jpg file and added a button link over the whole image. This way works, but we are adding more and more products and it's becoming cumbersome. There will be about 50 different products randomly changing.

<list>  <product>  <image>whatever.com/product1.jpg</image> <url>whatever.com/product.2htm</url>  <title>Buy this now for $3.50</title>  </product>  <product>  <image>whatever.com/product2.jpg</image> 

[code].....

View 1 Replies

Professional :: Make The Scroll Pane Operate With Input From The Mouse's Scroll Wheel?

Jun 15, 2010

Is there a code that will make the scroll pane operate with input from the mouse's scroll wheel?

View 2 Replies

ActionScript 3.0 :: Make The Dropdown Menu Scroll Down And Fall Over The Html Content?

Sep 19, 2011

Just finished up my first drop down menu and needed some help as well as feedback. [URL] QUESTION: What do I need to do to make the dropdown menu scroll down and fall over the html content? In other words; How do i get the other content on the page to sit right underneath the dropdown menu? I can only get the content to sit below the .swf video which is larger than the dropdown bar since it needs room to display the drop down selections.

View 3 Replies

Actionscript 3 :: Make Scroll Content Scrolling At Both Axes With Flash Scrollpane Component

Sep 8, 2011

I would like to scroll content in a Movie Clip (size: 10000 x 8000 px) with Flash Scrollpane component (AS3). However, I want to make the content scroll in both X & Y axis instead of along of the scrollbar axis. How can I achieve this?

I'm using Adobe Flash CS5 & AS3.

View 1 Replies

ActionScript 2.0 :: Scroll Only If The Cursor Is Above The Scroll Area?

Jan 26, 2010

I've got a scrolling thumbnail bar that I want to activate only when the cursor is above the thumbnail bar. At the moment it will also scroll if the cursor's away from the thumnails.How could I do this? I've tried using on rollOver but it's not continuous. The code at the moment is

Code:
function scrolling() {
_root.onEnterFrame = function() {

[code].....

View 2 Replies

Actionscript 3 :: If SWF Is Bigger Than Screen / FlashDebugger Cuts Off Content

Jan 27, 2012

I'm displaying a 720x1280 image in a 720x1280 SWF. My screen is 1366x768.The visualization is awful since my image is cut off (although internally the image's size is still 720x1280 when I do trace() ).Everything is suitably displayed on Firefox.

View 2 Replies

ActionScript 3.0 :: Reversing A Scroll Calculation (Moving A Scroll Button Depending On Content.y)?

Jun 9, 2011

I have a fully functioning scrollbar (MOUSE_DOWN and MOUSE_MOVE) and a fully functioning mouse wheel scroll. But I would like some code to move the scroll button according to my contents y position, when using the mouse wheel scroll.

[Code]...

View 9 Replies

ActionScript 1/2 :: Decrease Hit Area - That Mouse Out Of To Make The Drop Down Area Pull Back?

Jul 28, 2009

i have a drop down menu am working on and each button tab (although they are not button instances !) when clicked opens up the "drop down" section which you can mouse over to choose another specific button etc - if you mouse out of that drop down area then it pulls back up to the original tab state ..  what do i change to the code below to decrease the area that you mouse out of to make the drop down area pull back .....at the moment it at least two inches on the screen below and to the right of boundaries of the drop down box before it pulls up - i want to it pull up as the mouse leaves the boundary box .... hope this makes sense .... there is some part of the actionscipt below that controls this but can work out which bit and how to change it !!! (am guessing the x mouse and y mouse bits - but how to change it ???)

[Code]...

View 1 Replies

Professional :: Make A Selectable Photo Scroll Bar

Jun 25, 2010

How do I make a selectable photo scroll bar like the one on URL... under the nav. I want to make one similar on a music web site, but am unsure how it's done.

View 2 Replies

Professional :: Make A Selectable Photo Scroll Bar?

Jun 25, 2010

How do I make a selectable photo scroll bar like the one on[URL].. I want to make one similar on a music web site, but am unsure how it's done. I just need to know what I need to do, I'll figure it out from there. DO I jus bring the png photos in seperately? Do I just use a scroll bar component? I just need to know where to start

View 3 Replies

Professional :: Make A Mask Scroll (I Have A Vertical Only One Inside)?

Apr 29, 2010

http:[url].....make a mask scroll (I have a vertincal only one inside)?

View 3 Replies

ActionScript 2.0 :: Make A Symbol Bigger?

Nov 10, 2004

Is it possible to make it so that if a user clicks on some key on the keyboard it makes a symbol bigger,proportnionly?

View 11 Replies

ActionScript 2.0 :: Make A Circle Getting Bigger?

Aug 13, 2003

make a little action script,-that take a "movie" and scale it from zero to 100%Just like if u would do it with a "Motion Tween".

View 16 Replies

ActionScript 2.0 :: Make A Symbol Bigger With As?

Nov 10, 2004

Is it possible to make it so that if a user clicks on some key on the keyboard it makes a symbol bigger,proportionally?

View 11 Replies

ActionScript 3.0 :: Make Image Bigger When Selected?

May 27, 2010

I am working on this image scroller, where thumbnails of images are displayed.[code]...

So is there anyway I could use any of the above code to load the big image associated with the small image? If event.target points to the current thumbnail being picked up, could i do something like event.target.url to point to its name or something?

View 1 Replies

IDE :: Make Small Logo Progressively Get Bigger?

Mar 4, 2009

I am using a logo in .png form. I would like to have the logo very small at first and then get bigger frame by frame as it goes down the timeline. I created a keyframe on frame 1 and then another keyframe on frame 40. I then made the logo on frame 1 a small size, and I have the logo on frame 40 a large size. I am not sure how to tween them to produce the effect. It won't let me select the "shape" tween. I tried "classic" tween and motion tween (makes you convert to symbols), but no dice.

View 8 Replies

ActionScript 3.0 :: Make Button Label Bigger?

Apr 15, 2009

How can I make the label of my button component bigger ?

Code:
myButton = new Button();
myButton.label = "Submit"

[code].....

View 2 Replies

Text Scroll Area Difficulty

May 20, 2009

I just recently purchased this template: [URL] and I'm having difficulty with the scrolling text areas. The finished .swf file has different scroll areas for each of the pages, just like the online preview, but when I go into flash to try and edit them, I can only find the "Little About Us" scrollarea from the "About" page. There is a layer in the flash file called "page," the content of which changes on mouseclick, but that same "Little About Us" scrollarea stays constant in that layer, only moving location. I can't even find any of the other scrollareas in the Library. New to Flash, as I said, but even so this seems odd to me (aside from the fact that I need to edit those text areas).

View 7 Replies

Scroll To A New Area To Select A Frame?

Sep 28, 2009

Whenever I scroll to a new area to select a frame, it selects that frame to all the way back to the beginning as if i clicked and dragged to the beginning. Its very difficult to explain in words so I recorded it: [URL]..

View 5 Replies

Actionscript 3.0 :: Text In Scroll Area Getting Cut Off?

Mar 27, 2009

I searched around and wasn't able to find a solution to a problem I'm having. I have a scroll area and if you scroll and the text lands half on half off the scroll area, when you move it again it cuts off the text or warps it a little bit. Does anybody know what's causing this?

View 2 Replies

Make Web Banner That Could Expand To A Bigger Size When I Roll Over It?

Jun 1, 2010

How would i make a web banner that maybe could expand to a bigger size when i roll over it?
i see people doing these over the internet but do not know how.sometimes the web page changes to accommodate for the bigger web banner once the user rolls over with their mouse.

View 1 Replies

ActionScript 2.0 :: Mouse Pointer Is Within Area Mc Can't Scroll At All

Apr 17, 2009

I have a large background mc that is bigger than the the stage. On the first frame I have this [code]...

it scrolls left, right, up, down, and even diagonally. But lets say I want to have a certain area on the right side where if the mouse pointer is within that area the mc does not scroll at all, but if not in that area, mc will scroll right.

View 1 Replies

ActionScript 2.0 :: Create A Scroll Area Text?

Dec 5, 2006

I am trying, this time, to create a scroll area text. Where after pressing a button, a text will be added to the textarea below the previous text. Although, dont know why, its not working.

i am using this code to add the text to the textarea and then trying to scroll down and add more text bellow the previous one. where m_text is the name of my text area.

I have also attached the file.

Code:

on(release)
{
m_text.scroll = m_text.scroll +1;
m_text.text ="hello ";
}

View 2 Replies

Professional :: Using The PC - Bigger Screen Than The Macbook?

Mar 2, 2012

I have a Mac and a PC - I have apple specific stuff on the Mac, everything else on the PC. My Adobe software is all on the PC. I like using the PC - bigger screen than the Macbook. Problem is that Adobe is effectively forcing me to use the MacBook.
 
Now I can use Flash to build cross-platform stuff from my PC, but I have to create all the certificates and profiles on the PC. If I want to do IOS development on the Mac I have to generate new certificates and profiles.
 
So switching between using flash/Flash Builder on a PC and native development on a MAc means continually regenerating certificates. If I had a desktop and PC latop, I could install on both, but not a PC and a MacBook. I am totally fed up with Adobe for this stupidity. If anyone knows differrent about the need to regenerate everything according to platform,

View 7 Replies

ActionScript 1/2 :: Make A Movieclip Visible False When A Scroll Bar Starts To Scroll?

Jan 29, 2011

How do make a movieclip visible false when a scroll bar starts to scroll?
 
//I tried this and had no luck.
this.onEnterFrame = function(){
obj_mc._visible=false;
}

View 1 Replies

Professional :: Export Bigger Than Canvas Size?

Oct 3, 2011

I recently contributed a soundtrack to a flash movie. The canvas size of the document was 550x400px, and we tried to export it in near-HD format to various formats. This resulted in either no video (DivX/Xvid export) or in a real bad quality so that even a screen capture would produce much better results. My question is: can it be related to that the canvas needs to have at least the size of the desired export? The person creating the movie assumed/stated it would easily resize on export since it is vector material / high res images, but the results are rather ugly

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved