Flash Limits

well not really a limit but something nice to know for those frustrated with some textboxes not showing up text…:sigh:

If you have “bold” on and you are trying to load htmlText into the textbox, it wont show up for some reason… just found that out today. :stuck_out_tongue:

-Aditya

it shows up, just need to make sure your embedding the bold version too when using it :sigh:

Yeah, I remember when I went through that issue, I almost went insane. It took me a few days to finally find out that you have to embed the individual normal, bold, and italic versions of the font.

lol sorry about that… :stuck_out_tongue:
should I just keep my post in there or delete it?

Thanks,
Aditya

they are considered different versions of the same font…

when you install a new font family, you will install several, sometimes as much as 9 diff fonts…

…and the client always seems to use one that you don’t own…

:wink:

Rev

wow…its great which i waited for this…

actually i ask this flash limits question in some other forum but i got here…

thanks guys

flashmani

this can be added

[color=black]You can use up to 26 shape hints.[/color]

[SIZE=1]Hi:
Are you limited to a max amount of height in a movie clip? I have this
scrolling pane with a movieclip in it. When you scroll the pane, the mc inside scrolls up or down.

The mc inside has text. I can’t seem make it taller than 4000. Is this a physical limit of Flash.

Is there a more efficient way to make a scroll pane (window), that will scroll a movieclip through it?

Thanks,
Loren
[/SIZE]

I ran into a limitation with exporting out files with a third party projector.

The flash player will not allow you to export a string over 30kb.

Screen Weaver Forums

I made a slideshow that loads the pictures from a xml file.
I havent really experimented with it, but if I use more than 99 pictures, flash starts to freak and only load 3 pictures (piece of the xml)
so 100 is probably a limit ?


<mijnSlideShow>
<titel>slideshow 1</titel> 

    <foto>
      <adres>toet.jpg</adres> 
      <verhaaltje>bla bla<verhaaltje /> 
    </foto>
    <foto>
      <adres>meep.jpg</adres> 
      <verhaaltje>weep woei<verhaaltje /> 
    </foto>
    <foto>
      <adres>blaat.jpg</adres> 
      <verhaaltje>hoppa<verhaaltje /> 
    </foto>

<!-- 99 times <foto> jpg </foto> -->

</mijnSlideShow>