A Flash Developer Resource Site

Search:

Type: Posts; User: gnana

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Thread: Dreamweaver

    by gnana
    Replies
    3
    Views
    439

    its simple

    hi buddy,

    There are cars, bikes, planes, trains, ships,....and many things to travel from one place to the other. We choose them based on criterias like cost, effectiveness,.....same way you can...
  2. Replies
    2
    Views
    341

    hi you can but

    hi dude,

    you can do that but remember only specific file formats can be loaded at runtime.....progressive jpegs are not loaded at runtime...so don't give any streaming properties for the images to...
  3. Replies
    1
    Views
    363

    XML is the way 2 go

    hi dude,

    You can store variable or array in an XML....text file is not possible with Flash MX.
    So you better store the values in an XML but XML will get stored in the server only.

    If you want...
  4. Still don't find ur problem

    hi dude,

    I understood that you have many movieclips and want to give drag and drop feature to individual MC's. What is the problem in it
    the below code gives U an idea of how individual codes can...
  5. Thread: just a question

    by gnana
    Replies
    4
    Views
    555

    looks interesting

    hi dude,

    The site is interesting.....what's ur role in it....i am going to play games in it....the site is really nice.


    gnana
  6. its simple in MX

    hi dude,

    I didn't get your problem but anyhow i feel, All that you have to do is write the code in the timeline instead of writing the code in the objects(MC's).

    _root.abc1.onLoad=function(){...
  7. Thread: .html VS .swf

    by gnana
    Replies
    1
    Views
    649

    hi dude

    Hi,

    Flash is far away from the capabilities of HTML and javascript....ofcourse flash needs HTML.

    First, With flash you need not worry for the update of the sites because you can load the data...
  8. Replies
    16
    Views
    617

    on the way another problem

    hi guys,

    There is another problem in OnLoad event of FlashMX....there is lag of few milliseconds for the event to get fired. This is there for onLoad of sound as well as data....have you noticed
    ...
  9. Thread: just a question

    by gnana
    Replies
    4
    Views
    555

    what's neopets

    Hi buddy,

    what's neopets?

    gnana
  10. Replies
    1
    Views
    388

    pretty simple

    hi dude,

    Its pretty simple....well while duplicating the radio buttons each button will have an instance name....on click of the button you just find the instance name of it

    on(release){...
  11. Replies
    6
    Views
    580

    need more info

    hi,

    I need more information on your problem....what is the movie size...what is the display resolution you are trying to see the movie....if you have embedded in the html what is the width and...
  12. Replies
    6
    Views
    580

    Give allowscale true

    hi,

    I hope you have given allowscale =false.....in any case give allowscale=true.

    i hope this will solve your problem

    regards
    gnana
  13. Replies
    7
    Views
    497

    HI GUYS

    hi guys,

    The first question is based on the user preferrence...the user has the choice to the size of the shared object and even to disable it.
    The second question is that it cannot be stored in...
  14. Replies
    3
    Views
    463

    use illustrator plugin

    hi guys,

    Best way is to use plugin for illustrator to export from it as swf file. The plugin is swf extractor. Its a very useful plugin using which you can export from illustrator to flash in swf...
  15. looooks like a problem

    hi,
    It looks like a strange problem....either your synch is not perfect.....you should always synchronize the sound by playing the swf seperately and not on TestMovie.

    Secondly the sound may not...
  16. in MX its all easy

    hi guys,

    its very simple in MX...that too the enterFrame problem is easily tackled in it...

    _root.createEmptyMovieClip(test,1);

    _root.test.onEnterFrame()=function(){
    // place the code here...
  17. yeah u can

    hi dude,

    all that you got to do is write a function in the same html page in javascript and call the function with the image name as the parameter...it will open a window with all your...
  18. its simple

    hi dudes,

    Its very simple....all that you need is to display a image in a seperat browser...

    geturl("XXX.jpg",_blank);

    Will that not do......its simple isn't

    gnana
  19. Replies
    1
    Views
    362

    its there somwhere:->Search

    hi dude,

    This is discussed in many threads already...so why a thread again just check those thread....i remember posting code for doing this...
    ...
  20. Replies
    5
    Views
    669

    CHEEEERS

    Anyhow ur problem is solved.......

    CHEEEEEEEEEEEEEEEEEERS
    gnana
  21. Replies
    3
    Views
    603

    its merged

    hi buddy,

    Dont panic in the absence of the edit center option....the functionality of the edit center is provided with the Modify>Transform>Free Transform option...

    same in the tool .....
    ...
  22. Replies
    5
    Views
    669

    Show option in Movie Explorer

    in the movie explorer panel on TOP

    "Show " is there you got to click A for actions and make sure other options are not selected......

    good luck
    gnana
  23. Replies
    5
    Views
    669

    a workaround

    hi buddy,

    I can suggest you a workaround.

    Open the movie explorer and choose Actionscript alone.

    In the panel menu of the movie explorer window chose copy the script to clipboard.
    Paste the...
  24. Replies
    29
    Views
    1,386

    gsolo is correct

    hi guys,

    GSOLO is correct...you cannot alter the codes of flash player of flash itself...but you can do things with your swf it is legal.....

    In another thread here a way to remove the right...
  25. vow whats this

    hi guys,

    what's this code about

    604 MENU
    LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
    {
    }

    Were do we put them and do they hide the right click menu.....i am totally innocent.......
Results 1 to 25 of 106
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center