A Flash Developer Resource Site

Search:

Type: Posts; User: salim_designer

Page 1 of 15 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    2,175

    Thank you Nig 13 and Poltuda :)

    Thank you Nig 13 and Poltuda :)
  2. Replies
    5
    Views
    2,175

    Hi Deadbeat, This code is working fine in AS2...

    Hi Deadbeat,

    This code is working fine in AS2 but not in AS3. I cannot figure out how to solve it. Could you please tell me the solution.

    Thanks,
    Salim
  3. I have got the solution from a forum var...

    I have got the solution from a forum

    var url:String = loader.contentLoaderInfo.url;
    var urlBits:Array = url.split('/');
    trace(urlBits[urlBits.length - 1]);
  4. Getting image path from a loader object

    Hi
    I have a loader object in a movieclip where I am loading images using loop and fetching data from XML file. Finally, when all the images are loaded, I want to save the loaded images path in an...
  5. Drawing API Stroke width remains fixed even on scalling

    Hi,
    I am working on a printing app where I am using Drawing API to draw a rectangle. I have provided a functionality to control stroke width of the rectangle
    graphics.lineStyle(10,0x000000);
    For...
  6. Can AIR interact with iPhone Calendar?

    Hi,
    I work on flash platform and am developing an app for iPhone. In one of the module, there is a date field, so users can create an event using the date field. The module requirement is such that...
  7. Replies
    0
    Views
    834

    Flash Media Server for iPhone

    Hi,

    I am developing an app for iPhone/iPad. The client wants to show some realtime data in the app. Something like a chat application, where even if users don't do anything (flash uses no event),...
  8. how to pass variable from class file to flash

    Hi,

    I am adding some movieclips dynamically to stage. If we click on the movieclips, they goto and stop at frame 2. The Click Event for the Movieclip is defined in the base class



    package {...
  9. I tried tracing the netstream.time onEnterframe...

    I tried tracing the netstream.time onEnterframe and was surprised to see that the netstream.time increases/decreases by.5 second then automatically rises to about 2 seconds. I can't fiture out what...
  10. Netstream move video forward or backward

    Hi,

    I simply want to move a video forward and backword when it is already playing, but the seek method is not working properly. I can't figure out, where the problem is.

    I have two buttons...
  11. Replies
    1
    Views
    4,536

    Facebook Login

    I am working on an iPhone app using Adobe Air. I want users to login using Facebook account, but I cannot figure out how to do this.

    I have found a link :...
  12. Replies
    1
    Views
    4,588

    ipa file not working on iPad

    Hi, I am created an ipa file using flash cs5 and iPhone packager. The file is created successfully and I have used a correct UDID while generating certificates or mobileprovision file. But the file...
  13. Replies
    0
    Views
    1,025

    Play two videos - Flash Media Server

    Hi,
    I am working on a karaoke project where there are two video screens.

    The first one shows karaoke video and the second one records users video
    I have successfully recorded users video but...
  14. Flash Media Server Hosting Provider List

    Hi,

    Can anyone please suggest some names, who provide hosting facility with FLASH MEDIA SERVER. I am working on a Karaoke project and I am using FMS 4 and PHP for the development.

    Any help...
  15. Adobe AIR - PHP for Iphone App development

    Hi,

    I very new to Adobe Air and Iphone App Development. I wanted some suggestions regarding a Voting App that I am going to start developing using Adobe AIR.

    Using the App, users can visit...
  16. Replies
    3
    Views
    1,346

    Load multiple images in a row

    Hi,

    I want to load multiple pictures using ActionScript. I can do it in AS2 easily. But AS3 is driving me nuts.

    I am loading all the images, but I am seeing only the last one. I don't know how...
  17. Draw Line tool like flash line tool

    I want to create a line tool exactly like flash line tool. But the code that I am using shows the line when we release the mouse button. How can I show the lines while it is drawing

    ...
  18. How to make embedded font look sharp

    I have a text field with embedded font. The text appears blurry. Is there any way to make it look sharp as simple dynamic textfield (without embedding font). This is really driving me nuts.
  19. Replies
    5
    Views
    2,813

    Edit Transparent FLV file

    I have a transparent flv file and I want to edit the file and use it in Flash. I tried to convert the transparent flv file to another video format, just to edit it. But whenever I convert the flv...
  20. Replies
    0
    Views
    384

    [F8] Problem with sound.duration

    I am working on a music player where the music list is loaded using xml. I am using sound object and the streaming property is set to 'true'. Now I want to calculate sound.duration, but I don't get...
  21. Replies
    1
    Views
    379

    Storing values using loop

    I have five buttons on stage and I simply want to trace "1" when I click the first button and trace "2" when I click the second button and so on.

    Here is the code


    var buttonsArray:Array =...
  22. Replies
    55
    Views
    104,632

    Can anyone suggest me a good book that deals with...

    Can anyone suggest me a good book that deals with oop and actionscript 3?
  23. Replies
    2
    Views
    1,406

    I don't know why. But it does not work Here is...

    I don't know why. But it does not work

    Here is my code:


    <mx:LinkBar dataProvider="cont" useHandCursor="false"/>


    Entire code:
  24. Replies
    0
    Views
    509

    Update Tab Number

    I am trying to add LinkBar items just by clicking a button.
    I have two tabs in the application and when I click a Button, new tab is added. Till now everything is fine.

    But I want to name the...
  25. Replies
    2
    Views
    1,406

    Hide Handcursor from LinkBar

    I just want to set ShowHandCursor = false for Linkbar. But it is not working.

    I even tried buttonMode = false; But it is not working.

    It is working fine with button comp. But not with LinkBar
Results 1 to 25 of 368
Page 1 of 15 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center