Skip to main content
July 11, 2010
Question

How can i make my flash file size > 2880

  • July 11, 2010
  • 1 reply
  • 1155 views

Hello All,

I'm working in a project of making a flash chart that will be like Bar chart but with some advanced feature , I have to draw all the year days in this chart 366 day , the problem is that I want to fix the width of the bar to ex. 30 px to be readable when I view it , but I can't do that because I have read that the max width of flash stage is 2880 px and i nead more that that

So how can I change work around this limitation>

any help will be appriciated

Thanks in Advance

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
July 11, 2010

scroll your chart.

July 11, 2010

Hello ,

Thank you very much Mr. kglad for your reply

but I thought about making a movie clip and draw my chart inside it and them add a scroll pane to the stage and make it's source equals to my movie clip

but It doesn't work with me , also I have read while serving the internet that the max width of movie clip is also 2880 px

also I have thought about seperate my chart to 12 chart month by month and add them side be side to make the whole year but I don't know if it will work or not

Thanks in Advance

funkysoul
Inspiring
July 11, 2010

Like KGlad already mentioned, make it scrollable.

The flash Stage can't get bigger then 2880, but your movieclips can be positioned well over that mark, so you can create a scrollpane or similar and load the appropriate "months" when the user scrolls left or right.