A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Components and Sound

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    3

    Arrow Components and Sound

    Hi I am developing an application for a PDA.

    They have Flash lite 2.1 installed on them and have been using flash 7 to create the app.

    Will the scroll pane component be usable on the PDA's?

    Also I am having a little difficulty with the sound.

    I have two buttons, one for on and one for off. Also have set the music layer to loop. The first frame is named startmusic.

    The off button AS

    Actionscript Code:
    on (release) {
        stopAllSounds();
    }

    The on button AS

    Actionscript Code:
    on (release) {
        gotoAndPlay(startmusic);
    }

    The off button works but the on button will not start the music again.

    How can I overcome this?

    Thank you!

  2. #2
    Junior Member
    Join Date
    Jul 2006
    Posts
    28
    do not use flash components in flash lite. Use sony ericsson or nokia components for flash lite. see here:
    http://flashvisions.com/flashlite/fl...sony-erricson/

  3. #3
    Registered User
    Join Date
    Mar 2010
    Posts
    3
    The link on that page to Sony does not work. Is it a plugin of components that you have to pay for? Will the standard components not work at all?

    Thanks.

  4. #4
    Junior Member
    Join Date
    Jul 2006
    Posts
    28
    Yes, i am sorry they have launched new site at new url:

    http://developer.sonyericsson.com/wp...40?cc=gb&lc=en

    here you are

    The components are free Just download mxp and get started. standard components are too heavy for phone. please dont use them

  5. #5
    Registered User
    Join Date
    Mar 2010
    Posts
    3
    Thanks I shall have a read through it

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center