A Flash Developer Resource Site

Search:

Type: Posts; User: radbourn3

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,798

    Solved. project_folder/me/radbourne/kiosk.as ...

    Solved.

    project_folder/me/radbourne/kiosk.as


    package me.radbourne {
    import org.actionscript.*;
    public class kiosk extends MovieClip {
    var ck:CustomKeyboard = new CustomKeyboard();...
  2. Replies
    1
    Views
    2,798

    A problem understanding packages

    I'm trying to get initKeys to trigger. 'kiosk' is my base class.
    I'm getting error 1017: The definition of base class kiosk was not found.


    project_folder/me/radbourne/kiosk.as


    package...
  3. Replies
    3
    Views
    2,974

    It's not a pretty solution but I had the same...

    It's not a pretty solution but I had the same issue a while back:
    http://stackoverflow.com/questions/3914389/change-flash-security-whilst-offline

    Hope Flashkit don't mind me linking out!
  4. To embed the JW player in Flash, a version...

    To embed the JW player in Flash, a version earlier than 5 must be used. Revision 244 is an example and can be found on http://developer.longtailvideo.com/trac/browser


    The following code should...
  5. Thread: Is this AS3?

    by radbourn3
    Replies
    2
    Views
    426

    Great - Thought that was the case. I've got a...

    Great - Thought that was the case.
    I've got a combo of AS2 and AS3 in this file. Eek!

    Thanks!
  6. Thread: Is this AS2?

    by radbourn3
    Replies
    2
    Views
    748

    Cool. Just as I suspected. Many thanks!

    Cool. Just as I suspected. Many thanks!
  7. Thread: Is this AS3?

    by radbourn3
    Replies
    2
    Views
    426

    Is this AS3?

    Hi forum
    Sorry for posting under two topics but I'm not sure if I need to ask the AS2 or the AS3 community.

    I'm doing a small project for a client. I have been given an 'AS2' FLA containing this...
  8. Thread: Is this AS2?

    by radbourn3
    Replies
    2
    Views
    748

    Is this AS2?

    Hi forum
    I'm doing a small project for a client. I have been given an 'AS2' FLA containing this code:

    stop();
    addEventListener(Event.ENTER_FRAME, loading);

    function loading(event:Event)
    {
    ...
  9. Replies
    2
    Views
    552

    No code. I know that Flash automatically scales...

    No code. I know that Flash automatically scales movieclips if you stretch the Flash player window or embed it in HTML at some size other than 100%
  10. Replies
    2
    Views
    552

    Content not scaling on window resize

    Hi forum
    How come my content isn't scaling when I resize the player window (see attachment)?
    Many thanks
  11. Replies
    8
    Views
    635

    Thanks people. I don't think I phrased the...

    Thanks people. I don't think I phrased the question quite right - I need all the code to be located in the document class of a .as file.

    I found the answer though:
    ...
  12. Replies
    8
    Views
    635

    (AS3) Listening out

    Hi there
    I've got all of my ActionScript 3 in a document class file. I want to stop a child movieclip when the animation has finished.

    How do I add a listener for that and trigger some code on...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center