A Flash Developer Resource Site

Search:

Type: Posts; User: Jdsflash

Page 1 of 8 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    19,879

    Can you use html text in html5 project type?

    I'm attempting to dynamically change font color of various words inside a dynamic text field.

    I have tried both these lines of code below. have you dont this can you correct my code please?

    I'm...
  2. Html5 canvas project - How do you do input text?

    I have a project that needs a text input from the user. I noticed in flash cc canvas project input text is not an option.

    How do you accomplish this now?

    Anyone have a Fla example made?
  3. Flash CC html 5 - Audio and Animation lag on Ipad

    I timed out my animations to my audio on the time line. To get audio to play on an ipad I had to remove the audio form the timeline and launch with sound.js on the first frame of my animation. So in...
  4. I was able to solve this issue but Created other...

    I was able to solve this issue but Created other issues.

    You have to play sound through code to get it to function on Ipad. Can no longer add audio to frames and extend timeline length of the...
  5. Audio does not play on Ipad - flash cc canvas project

    I'm using flash cc html5 project type. I built my project and tested on desktop and it works fine. Once test on ipad it does not play the audio. It works on android devices but not my ipad 4. I'm...
  6. Can you load video in a flash CC html5 canvas project?

    Is it possible to load video into a flash html5 canvas project? I have tried to load flv, mp4, avi, wmv with no success into my library and stage.

    Have you had any success with this. How did you...
  7. how to convert Stopallsounds() to javascript for html canvas

    I'm creating a flash html5 canvas project.
    I have a movie clip that has audio on the timeline on frame 1 of that MC.
    When i navigate to frame two of the root I want to stop the audio in the MC on...
  8. Replies
    1
    Views
    5,244

    Android Air Touch Events

    How would i handle a user touching a buttons and going to the next frame of my MC?

    This is as3 code but i get an error when publishing
    What would the correct code look like?

    ...
  9. I thought Apple had its own language that you...

    I thought Apple had its own language that you need to develop apps in. Does an Ipad actually support Flash now?
  10. Replies
    1
    Views
    4,827

    Android app store and Air apps

    I went through a tutorial on building a Air GPS app for Android.

    Can you submit Air apps to the Android market place?
    Or do you need to design Android apps with The Android SDK to submit to the...
  11. Replies
    5
    Views
    1,399

    Well my hit is a shape that i created a MC out of...

    Well my hit is a shape that i created a MC out of and gave it the name boxersmidHit_mc
    Mid1_mc is a picture that i converted to a MC.
    I can hit Mid1_mc just fine but when i try to hit the inner MC...
  12. Replies
    5
    Views
    1,399

    Thanks for the help. Im still getting instance...

    Thanks for the help. Im still getting instance 370.

    I have a movie clip named Mid1_mc and a MC inside named boxersmidHit_mc
    This code isnt working.

    if...
  13. Replies
    5
    Views
    1,399

    Tracing Drag and Drop issue

    I cant figure out my drag and drop issue here.
    How do you trace your Mc your draggiing your mc to.

    I tried these with no sucess.
    trace("in the drop for boxers "+dropTarget );
    trace("in the drop...
  14. Replies
    2
    Views
    1,029

    perfect thanks!

    perfect thanks!
  15. Replies
    2
    Views
    1,029

    Drag and Drop problems

    I'm trying to do a basic drag and drop.

    I can pick up and drag my MC named "wide_mc" thats inside my "Toolbox_mc".

    That works fine.

    I cant seem to get the drop target to work.

    The...
  16. Replies
    2
    Views
    1,295

    detecting keys pressed

    Im unclear why this code is not working? What am i doing wrong?



    import flash.ui.Keyboard;
    import flash.events.KeyboardEvent;

    stage.addEventListener(KeyboardEvent.KEY_DOWN, KeyDownFunc);
  17. Replies
    0
    Views
    1,218

    Movie not loaded IE8 and Scorm

    My scorm package is not loading in the flash asset in IE8 or chrome. It works fine in firefox.
    My LMS is blackboard.

    I'm using a demo example from http://pipwerks.com/downloads/
    Demonstration...
  18. Replies
    4
    Views
    1,653

    Thanks I got it corrected now.

    Thanks I got it corrected now.
  19. Replies
    4
    Views
    1,653

    Your correct i don't want to pass anything to sco...

    Your correct i don't want to pass anything to sco initialize. Thanks for correcting my code.
    Its throwing an error and the swf will not run now though

    TypeError: Error #2007: Parameter text must...
  20. Replies
    4
    Views
    2,308

    Im trying to target 1.2. My head is numb. This...

    Im trying to target 1.2.
    My head is numb. This is crazy.

    Do you have a package that flash communicates with the lms that i could disect?
  21. Replies
    4
    Views
    1,653

    ExternalInterface question

    How would I call this javascript function and recieve the error code back if any.



    import flash.external.ExternalInterface;
    ExternalInterface.call("SCOInitialize", My_error );

    function...
  22. Replies
    4
    Views
    2,308

    Its not being set as complete and the score is...

    Its not being set as complete and the score is not passing. Do you have a template you could offer?

    How would you initialize the lms with fs command?

    I have not found any good tutorials that...
  23. Replies
    4
    Views
    2,308

    FsCommand Scorm calls not working

    Im new to scorm I created a simple fla with two frames. Frame two has this code below to write a score to the lms (blackboard).

    I published my fla as scorm 1.2 tracking. I ziped up my files and...
  24. Replies
    0
    Views
    2,036

    As3 Scorm Lms problem

    I have a scorm package all ziped up and loaded into the LMS (blackboard).

    It opens and runs fine. Its not conecting to the lms though and sending completed when finished.

    Heres a link to my...
  25. Replies
    2
    Views
    690

    can you create dynamic variables

    This is what i want to accomplish.
    This gives me syntax errors.
    Can you do something similar to this?

    var ["Dp"+ event.target.name]:Boolean = new Boolean()
Results 1 to 25 of 181
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center