A Flash Developer Resource Site

Search:

Type: Posts; User: GoldHand

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    1,662

    Sorry, my mistake. I thought that you meant Flare...

    Sorry, my mistake. I thought that you meant Flare 3D ;-)
  2. Replies
    3
    Views
    1,662

    If you still have a problem you can try to use...

    If you still have a problem you can try to use Esquimo3D. It is also 3D tool in which you can prepare your 3d animiation and if you need more control you can use also API
  3. Replies
    6
    Views
    15,167

    Sure. If you want to have simple camera flying...

    Sure. If you want to have simple camera flying around the house than it will be simpler but if you want to to move around house using keyboard arrows than it will be more complex because you had to...
  4. Replies
    6
    Views
    15,167

    First of all you must create building in some 3d...

    First of all you must create building in some 3d software like 3d studio or blender or download ready model from site like archive3d.net.
    When 3d model is ready just import it in...
  5. Replies
    6
    Views
    15,167

    Why are you limited to Flash 8 ? I recommend...

    Why are you limited to Flash 8 ?

    I recommend to use action script 3 and stage 3D - it will be much more easier and with GPU support.
  6. Replies
    11
    Views
    4,308

    You can create flash file presentation which...

    You can create flash file presentation which reads xml where information about images are stored but xml and all images must be somehow encrypted to disallow possibility of replacing them.
  7. Replies
    11
    Views
    4,308

    And which of those project is created by Apple ?

    And which of those project is created by Apple ?
  8. Replies
    11
    Views
    4,308

    You are talking about two different things. Flash...

    You are talking about two different things. Flash is commercial project - I do not know why it should be open source ? But still SWF file format is well documented by Adobe and it can be parsed...
  9. Replies
    11
    Views
    4,308

    This is much more difficult. You must parse swf...

    This is much more difficult. You must parse swf file (check swf file format specification document from Adobe) and replace part of the file. It is something like reading bmp file...
  10. Replies
    11
    Views
    4,308

    It is very difficult to create swf file but there...

    It is very difficult to create swf file but there is simplest solution for you. You can read already created swf and replace existing image to other one.
  11. Replies
    3
    Views
    3,462

    You can use obfuscator (or any protection tool...

    You can use obfuscator (or any protection tool which do obfuscation) which will change names automatically for you ;-)
  12. Replies
    3
    Views
    3,462

    SWF file contains names of classes, functions,...

    SWF file contains names of classes, functions, parameters you can change them to shorter names and check how it helps...
  13. Replies
    6
    Views
    2,978

    FullScreenEvent.FULL_SCREEN event is called when...

    FullScreenEvent.FULL_SCREEN event is called when swf is already in full screen mode so you will have blinking effect.

    You should add stage.addEventListener(FullScreenEvent.FULL_SCREEN,...
  14. Replies
    2
    Views
    779

    You can use for free Flex SDK but this is only...

    You can use for free Flex SDK but this is only command line compiler.
  15. Replies
    2
    Views
    1,870

    You can use GUI tools (like CooperCube or...

    You can use GUI tools (like CooperCube or Esquimo) for creating such animation. Here is an example:

    http://ninevectors.com/manual/03_geometry_objects_primitives_texturedplane.html

    It is easier...
  16. Replies
    1
    Views
    13,382

    If you want to use boxes (or other simple...

    If you want to use boxes (or other simple extruded 3d shapes) as buildings and create a spline with camera going from one point to other you can use following software:
    ...
  17. Replies
    6
    Views
    3,090

    You should check function which calculates matrix...

    You should check function which calculates matrix for target camera where camera is point (0,0,0) and target point is point at the end of your line.
  18. Replies
    6
    Views
    3,090

    You must find matrix which transform axis X (or...

    You must find matrix which transform axis X (or other axis) to your line and next do following steps:
    a) mult by inverse matrix (your line is now X axis)
    b) rotate around X axis
    c) mult by matrix...
  19. Replies
    15
    Views
    11,937

    I do not know Away3d, but normally you can change...

    I do not know Away3d, but normally you can change rotation in the Z axis by changing up vector of camera.
  20. Replies
    15
    Views
    11,937

    Sorry but currently I do not have flash...

    Sorry but currently I do not have flash installed. I can check only flex applications.
  21. Replies
    15
    Views
    11,937

    Give us url to skybox, maybe we can improve it a...

    Give us url to skybox, maybe we can improve it a bit ;-)
  22. Replies
    15
    Views
    11,937

    Try to modify your perspective projection formula...

    Try to modify your perspective projection formula and use abs(w) instead of w.
  23. Replies
    15
    Views
    11,937

    Try to move whole object in z axis (to be sure...

    Try to move whole object in z axis (to be sure that z coordinates are always positive). If it does not help please write some you formulas which you use.
  24. Replies
    15
    Views
    11,937

    You have four points: AB CD You draw two...

    You have four points:
    AB
    CD
    You draw two triangles and it looks like both has coordinates ACD and CDB (should be DBA). Could be also problem with texture coordinates.
  25. Replies
    15
    Views
    11,937

    It will be very hard to calculate those values...

    It will be very hard to calculate those values from 4 points. You should use drawTriangles method and put all 4 coordinates - flash will display it properly.
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center