A Flash Developer Resource Site

Search:

Type: Posts; User: cmay@coke

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    394

    Loops and Arrays will be your friend in this...

    Loops and Arrays will be your friend in this case.
    You can use the random function to chose a random number between 1 and 10. Then add that to an array.

    Chose another random number, then loop...
  2. Replies
    1
    Views
    686

    Its all about the keyframes. When you convert to...

    Its all about the keyframes. When you convert to flv, using Flash Media Encoder, you have the option to set the keyframe frequency.

    According to the docs, Flash can only seek to keyframes.

    If...
  3. I believe you are in need of the soundChannel: ...

    I believe you are in need of the soundChannel:

    http://help.adobe.com/en_US/AS3LCR/Flash_10.0/flash/media/SoundChannel.html

    look at the example. Note how the play works, kinda funny:
    ...
  4. I have so wanted to do the same thing. Flash...

    I have so wanted to do the same thing.

    Flash cannot read the contents of a folder when running in HTML. You could create some code in .NET, PHP or some other web technology that can read the...
  5. Replies
    5
    Views
    606

    I would use the rollover features of a button....

    I would use the rollover features of a button. You can make the an invisible button by only having a shape only on the hit area frame.

    Or you could use the mouseX and mouseY properties. Set up a...
  6. Replies
    3
    Views
    503

    Is your main timeline looping? Thus calling the...

    Is your main timeline looping? Thus calling the MC multiple times?
  7. The culprit was not the htmlText field, but...

    The culprit was not the htmlText field, but another process. The image tag was coming in from XML. The textfield was reading the tab/spaces in front of the <img> tag as part of the text, then writing...
  8. [RESOLVED] align image to top of textfield

    I am loading an image into an html textfield. The image loads fine, my problem is that Flash keeps wrapping the image in a <p> tag, so the image is never aligned to the top of my textfield.

    Anyone...
  9. Replies
    0
    Views
    1,895

    flvplayback hit area of controls

    I have put an instance of the FLVPlayback component on the stage. I selected one of the pre-built skins that come with flash.

    Everything is working with the video and the buttons.

    My issu is...
  10. Actually I found a way to do it. I duplicated all...

    Actually I found a way to do it. I duplicated all the RadioButton SKin MCs. Did my modifications to those MCs. Then I used the following code during the RB creation in AS:

    ...
  11. [RESOLVED] child swf with component loaded in to parent swf

    I have an elearning course, a .swf, that loads multiple .swfs as the user progresses through the course. At the end, there is a quiz.

    The quiz.swf uses the radiobutton component. I have...
  12. Replies
    1
    Views
    1,634

    component skin in child swf

    MOVED TO AS3 FORUM!

    I have an elearning course, a .swf, that loads multiple .swfs as the user progresses through the course. At the end, there is a quiz.

    The quiz.swf uses the radiobutton...
  13. Replies
    0
    Views
    725

    CS4 Learning Interactions

    Does anyone have the eLearning version of CS4?

    I cannot get the learning interactions to work. I follow the instructions for the component, but none of them work.

    Example, I place a multiple...
  14. Replies
    2
    Views
    4,180

    hmmm... just found a work-around. I was using...

    hmmm...

    just found a work-around. I was using a custom workspace. I changed the workspace to one of the Flash default workspaces and then went back to my custom workspace and all the tool...
  15. Replies
    2
    Views
    4,180

    Oh yeah, when I'm talking keyboard shortcuts, I'm...

    Oh yeah, when I'm talking keyboard shortcuts, I'm talking specifically about the keyboard shortcuts for selecting different tools. Like the "t" to select the text tool, or the "q" key to select the...
  16. Replies
    2
    Views
    4,180

    Keyboard shortcuts not working

    I have a problem that hopefully some one can help me with.

    My keyboard shortcuts have quit working. I'm not talking custom shortcuts that I have defined. The default Flash shortcuts just don't...
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center