A Flash Developer Resource Site

Search:

Type: Posts; User: rjhid

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    1,531

    TextField.StyleSheet

    I am trying to set the styles for an external text file that is loaded as a variable into a dynamic text field.

    Rather than using an external CSS, I want to modify the text styles within...
  2. Replies
    1
    Views
    756

    Appearance Changes

    When playing a published file (SWF), using an embedded font outline for some common fonts such as Arial and Verdana results in change in appearance from the first frame in which text appears and...
  3. Replies
    5
    Views
    485

    javascript

    I'd like to see the Javascript please!

    thanks
  4. Replies
    2
    Views
    334

    Global Variables

    That certainly is simple enough.

    I was mistakenly under the impression that global variables didn't persist beyond the timelines associated with a specific .swf.

    This is good news!

    thanks
    ...
  5. Replies
    2
    Views
    334

    Pass variable values bewteen .swf

    I am using LoadMovieNum to run multiple .swf files.

    If I generate some values for variables on one of the .swf files, how can I pass that information to the primary (Level 0) .swf file?
  6. Replies
    3
    Views
    403

    Start a local application

    Assume that a flash movie is running on an internal website.

    How can I set up a button that will start an application on the user's local PC?

    (This would actually be running on an intranet--...
  7. Thread: Publish Preview

    by rjhid
    Replies
    1
    Views
    453

    Publish Preview

    With Flash MX 2004:

    Using File->Publish Preview->Default

    I can see the "publish" progress bar flash quickly and completes, but the movie does NOT open up IE and play.

    If IE is already open...
  8. Replies
    5
    Views
    434

    Visible

    I am using Flash MX 2004 Pro

    I think I found my problem. I was not addressing the right level.

    If I change my code as follows, it is working:

    onClipEvent (load) {
    _parent.green._visible =...
  9. Replies
    5
    Views
    434

    That is what I have tried with no success. ...

    That is what I have tried with no success.

    *Error** Scene=Scene 1, layer=Layer 2, frame=1:Line 1: Statement must appear within on/onClipEvent handler
    green._visible = false;

    or if I...
  10. Replies
    5
    Views
    434

    Setting Properties for Movie Clips

    I have a movie that begins with a movie clip on the stage.

    How do I initialize the movie clip instance so that it is initially invisible. (I eventually want to use a button to make it visible)
    ...
  11. Replies
    2
    Views
    2,446

    Thanks

    You are right, I meant 22KHz.

    thanks
  12. Replies
    2
    Views
    2,446

    Sound starts, stops, starts, etc

    I have used the behavior->sound->load streaming mp3 file to add a narration to a frame where the movie has been stopped. The size of the mp3 is about 180KB. The mp3 was converted from a .wav file at...
  13. Replies
    1
    Views
    498

    Addl info

    This is the code from the movie clip added to the slide:

    this.createEmptyMovieClip("sound1", this.getNextHighestDepth());
    var sndAudio:Sound = new Sound (sound1);
    sndAudio.loadSound("hop.mp3",...
  14. Replies
    1
    Views
    498

    Add Sound to Presentation Template

    With the Slide Presentation template in Prof 2004:

    1. How do you add a sound (narration file) to a particular slide in the template?

    I tried adding it as a movieclip to the individual slide,...
  15. Thread: Not streaming

    by rjhid
    Replies
    7
    Views
    298

    Attach .fla

    I know it would be an imposition, but would it be possible to send it to you privately, I really would prefer not to share it publicly.
  16. Thread: Not streaming

    by rjhid
    Replies
    7
    Views
    298

    Separate narration files

    Each scene has a less than one minute narration compressed as "speech" at 11Kz. the Sound object is initiated in frame 1 of each scene. Each of the sound files are around 80K to 150K.

    The size...
  17. Thread: Not streaming

    by rjhid
    Replies
    7
    Views
    298

    Removed

    I originally had a preloader and thought that maybe I implemented it wrong and it was causing the problem, so I removed it. The movie still acts the same way and downloads all 3Meg of the file...
  18. Thread: Not streaming

    by rjhid
    Replies
    7
    Views
    298

    Not streaming

    I created a movie with many scenes. Within each scene is a simple animation and a sound object (audio narration). Upon publishing the movie to a web site, I found:

    1. The movie does not begin to...
  19. Replies
    0
    Views
    316

    Presentation Template and Sound

    Using the presentation template that comes with MX:

    I have added a sound layer so that a narration begins with entry onto a presentation page (frame).

    When clicking on a button to go to the...
  20. Replies
    2
    Views
    433

    Flash and Dreamweaver

    This is more of a Dreamweaver question but...

    When inserting a .swf file into a Dremweaver cell, the cell expands vertically even though the dimensions of the flash file should easily fit in the...
  21. Thread: Online learning

    by rjhid
    Replies
    6
    Views
    1,195

    Considerations for On-line Instruction

    There are quite a number of good resources that can assist in applying learning to the web. A couple that I like include:

    Learning Theory and Methodology applied to multimedia:
    Multimedia for...
  22. Replies
    14
    Views
    1,475

    Are there any negatives to using Flash to produce...

    Are there any negatives to using Flash to produce a CD?

    If the functionality can be accomplished with Flash, is there any reason to use Director?
  23. Replies
    4
    Views
    808

    Whats the "best practice" with regard to...

    Whats the "best practice" with regard to importing photos from Fireworks to Swish:

    Use Fireworks to export to jpg, then import the jpg to Swish
    or import the png file from Fireworks and then...
  24. Replies
    4
    Views
    2,858

    How do you export a flash movie, or input into...

    How do you export a flash movie, or input into Dreamweaver so that the movie will automatically scale to fill the users viewable browser space?
  25. Replies
    0
    Views
    428

    Depending on how I create a motion tween, the...

    Depending on how I create a motion tween, the resulting timeline representation appears different, but appears to work the same. (Flash 5)

    Version 1

    A black circle (initial keyframe), an arrow,...
Results 1 to 25 of 35
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center