A Flash Developer Resource Site

Search:

Type: Posts; User: vinayak.kadam

Page 1 of 20 1 2 3 4

Search: Search took 0.03 seconds.

  1. How to handle Exceptions for Loader/URLRequest

    Hi,

    I want to catch all possible exceptions while loading a swf by URLRequest, please see below codesnap:

    try {
    mLoader.load( new URLRequest( mAddress ) ); // mAddress is a swf file path
    }...
  2. Replies
    3
    Views
    2,294

    Issue with loading image dynamically!

    I am using the URLLoader class to load the image. When the image is loaded I do a addChild() to display the image.

    Issue is: After I do the addChild(), image takes some time to load/render even...
  3. GradientFill: Programatically or Graphically ?

    Hey Guys,

    I am into one AS3 project which runs on a device where we are very much concerned with the execution time and we want to keep it as less as possible along with the SWF file size. I have...
  4. Replies
    3
    Views
    2,400

    Thank you Sir!

    Hey good to see you again.....

    Your code resolved my issue but can I please request you to explain at a conceptual level what I was doing wrong and how u resolved it ?
  5. Replies
    3
    Views
    2,400

    Dispatch Event not working!

    Hey Guys!

    I am bit frustrated with this dispatch event issue....I have attached my source files....can somebody please take a look ad explain me what is wrong with me ? I am eager to know which of...
  6. Replies
    5
    Views
    1,148

    AS 2 hitTest() property of movieclip shall help you...

    hitTest() property of movieclip shall help you with your requirement!
  7. Application Dev - Record audio and save it on server ?

    Hello Guys,

    I have a requirement in an elearning project where I need to record the users audio and place it on some server so that user can hear it again in future when required. Basically user...
  8. Replies
    0
    Views
    3,460

    Record audio and save on server!

    Hello Guys,

    I have a requirement in an elearning project where I need to record the users audio and place it on some server so that user can hear it again in future when required. Basically user...
  9. Replies
    15
    Views
    3,964

    If you think that HTML5 is scoring over and above...

    If you think that HTML5 is scoring over and above Flash then I will like to tell you that by the time we have advanced HTML5 authoring tool, Adobe will develop and update its Flash to publish HTML5...
  10. Replies
    4
    Views
    1,221

    This is possible. Simple google search can point...

    This is possible. Simple google search can point you to many tutorials regarding your requirement!
  11. Replies
    2
    Views
    1,220

    I think this link might be of use for you! ...

    I think this link might be of use for you!

    http://flash-workshop.blogspot.in/2009/04/access-data-from-external-or-loaded-swf.html
  12. Replies
    2
    Views
    1,344

    Flash8 Can you upload your FLA - whatever you have tried...

    Can you upload your FLA - whatever you have tried ? OR should I create a new one for you ?
  13. Replies
    8
    Views
    21,856

    Flash should be considered a dying technology...

    Flash should be considered a dying technology unless it comes out with a HTML5 publisher. In future I am sure Adobe is aiming for something which shall publish SWF as well as a HTML5 output of the...
  14. Replies
    3
    Views
    1,685

    Do correct files load after you clear your...

    Do correct files load after you clear your browser cache ?

    I am asking this because to my knowledge no browser loads SWf files from cache. Browser caching should'nt be an issue here!
  15. Replies
    1
    Views
    1,328

    Is your Sound type stream or Event. If its Event...

    Is your Sound type stream or Event. If its Event then make it to stream type and check again!
  16. Replies
    3
    Views
    1,685

    Do you want to flash to read the date-timestamp...

    Do you want to flash to read the date-timestamp of file ?
  17. Can you place the code here for us to check ?

    Can you place the code here for us to check ?
  18. Check if the file has play command in...

    Check if the file has play command in itself....if it has a play command inside then no parameters updated while embedding would reflect!
  19. Replies
    1
    Views
    1,871

    Click on the layer where your sound object is...

    Click on the layer where your sound object is imported and from properties set the 'Sync' parameter to 'Stream'.

    If the 'Sync' parameter says 'Event' then your sound would not stop or rather...
  20. Replies
    7
    Views
    2,217

    CS3 Thanx a lot for ur reply...I will look into this...

    Thanx a lot for ur reply...I will look into this and then get back to you...
  21. Replies
    7
    Views
    2,217

    CS3 I had a look at the example but really cannot...

    I had a look at the example but really cannot make out how to implement this in my context...
  22. Replies
    7
    Views
    2,217

    CS3 Can I please request you to add some more details...

    Can I please request you to add some more details regarding how to implement this one ?

    Thanks in advance for your kind consideration.
  23. Replies
    7
    Views
    2,217

    CS3 thanx for ur reply but as per your code file will...

    thanx for ur reply but as per your code file will be displayed to user only after it is fully loaded whereas I want to display the file when some percentage of frames is loaded....like 205 or 30%.
  24. Replies
    7
    Views
    2,217

    CS3 showing SWF based on framesloaded!

    Hello all,

    I have this SWF which has a video embedded in it. Video took around 1200 frames (4 Megs). My traget is to progressively load frames i.e. once 100 frames are loaded display them and as...
  25. Replies
    9
    Views
    1,652

    Hey there, I have attached a sample for your...

    Hey there,

    I have attached a sample for your requirement. Run this SWF individually in flash player (not in Flash authoring environment) and please check. Keep clicking tab and you will notice...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center