A Flash Developer Resource Site

Search:

Type: Posts; User: m@uz

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,737

    "delete mc.onEnterFrame" to stop the reiteration.

    "delete mc.onEnterFrame" to stop the reiteration.
  2. Replies
    2
    Views
    1,529

    Look up the MovieClipLoader object.

    Look up the MovieClipLoader object.
  3. Replies
    3
    Views
    1,438

    CS3 SWFObject javascript embed method, GOOGLE it!

    SWFObject javascript embed method, GOOGLE it!
  4. Go to adobe and download the PROJECTOR version of...

    Go to adobe and download the PROJECTOR version of the player.
  5. Thread: Flash and SEO

    by m@uz
    Replies
    1
    Views
    1,986

    CS3 If you use SWFObject and include non-flash...

    If you use SWFObject and include non-flash information with key content and links to external sites, it will be read correctly. It is also vital that you have a good title tag and keyword meta to...
  6. Replies
    1
    Views
    914

    I think CS4 and CS5 have basic 3D rendition. This...

    I think CS4 and CS5 have basic 3D rendition. This looks like a combination of that and the blur effect.
  7. Replies
    1
    Views
    553

    Loader( ) class is used for loading external...

    Loader( ) class is used for loading external movies and images, use your XML file to define your animation styles and use that as your reference
  8. Replies
    1
    Views
    1,197

    Use it sparingly; it is a total and utter...

    Use it sparingly; it is a total and utter abomination to those who like to code proper:

    try
    {
    new LocalConnection().connect('abcdefg');
    new...
  9. Replies
    3
    Views
    1,717

    You may try a workaround using JavaScript or some...

    You may try a workaround using JavaScript or some ExternalInterface connection where Flash is not involved in capturing the screen, it may get tricky.
  10. Replies
    3
    Views
    1,717

    No. Only user interaction allows this to happen;...

    No. Only user interaction allows this to happen; I have worked many hours trying to figure this out but it's a security thing. Sorry!
  11. Replies
    1
    Views
    1,027

    I think when you use the init handler you should...

    I think when you use the init handler you should be able to change the visible property; it's the same as in loadClip where access to that movie's properties are unavailable until it is initialized....
  12. Replies
    3
    Views
    1,907

    Correct!

    Correct!
  13. Replies
    1
    Views
    15,280

    If a font has a lot of minute details to the...

    If a font has a lot of minute details to the shape it will take a lot of processor to render it in movement and loading in general. Loading an entire library from a font usually causes long load...
  14. Thread: image 2 ttf

    by m@uz
    Replies
    3
    Views
    16,078

    Illustrator, pixel pushing; hire someone to trace...

    Illustrator, pixel pushing; hire someone to trace it or do it yourself in a vector program. You can also try to Google Ubuntu Font or something like that; see dafonts.com
  15. Replies
    1
    Views
    9,896

    You can create a function which automatically...

    You can create a function which automatically takes your fields and sets their _x and _y position to Math.floor() or Math.ceil(), this will cause the objects on your stage to always snap to their...
  16. Verify _x and _y positions, must be nearest pixel...

    Verify _x and _y positions, must be nearest pixel measurement, no half pixel measurements are permitted.

    It also may be that you're set to BitmapText under properties instead of Animation or...
  17. Replies
    1
    Views
    9,567

    No. You must find the font and pixel push like...

    No. You must find the font and pixel push like never before.
  18. Thread: Font Sizes

    by m@uz
    Replies
    3
    Views
    16,341

    What problem are you experiencing specifically? ...

    What problem are you experiencing specifically?

    Some fonts just show up funny because they are anti-aliased by the renderer at runtime. Flash exports the font glyphs into its own memory space and...
  19. Thread: exporting issue

    by m@uz
    Replies
    1
    Views
    1,402

    When it tells you to make it flash 5 or less it's...

    When it tells you to make it flash 5 or less it's trying to make a flash movie which is Quicktime compliant (Quicktime supports flash 5 exports as a native format). Go into quicktime properties and...
  20. Replies
    1
    Views
    1,894

    Guide Layer Contains the line. Guided object...

    Guide Layer Contains the line.
    Guided object contains the object which is a symbol before you snap it to the guide.
    The guided object has to be inside the guide layer like a maskee is to a mask,...
  21. Replies
    3
    Views
    1,719

    Is there any video on the stage? Are you using...

    Is there any video on the stage? Are you using transparent bitmaps?
  22. Replies
    1
    Views
    1,754

    There is probably more than one instance where...

    There is probably more than one instance where the object is being told to align itself to the middle of the stage. There may also be a timeline animation governing this action depending on the style...
  23. Thread: XML pop up window

    by m@uz
    Replies
    2
    Views
    7,988

    You may need to write a JavaScript function which...

    You may need to write a JavaScript function which launches a new window with the .swf as part of the query into a custom .swf player window containing SWFObject or whatever Embed you use. Then read...
  24. Replies
    1
    Views
    3,582

    I think you may need to surround everything with...

    I think you may need to surround everything with a root node, otherwise the parser get's confused. Also, the last node shouldn't have a space inside that way.
  25. ALSO, put the onLoad handler ABOVE the load...

    ALSO, put the onLoad handler ABOVE the load action. This may be firing too late or not at all because the code always executes top to bottom, even though it loads bottom to top.
Results 1 to 25 of 28
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center