A Flash Developer Resource Site

Search:

Type: Posts; User: heidivandy

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. passing variables from flash to a pdf file

    Hi-
    I have a simple flash based quiz which ends on a screen with the user's name, date and score. I need to have a button that creates a printable pdf (or populates an existing pdf) file with this...
  2. Pass flash variables to printable pdf file

    Hi-
    I have a simple flash based quiz which ends on a screen with the user's name, date and acore. I need to have a button that creates a printable pdf (or populates an existing pdf) file with this...
  3. Replies
    0
    Views
    670

    send HTML email with swf

    I know this topic has been discussed, but I simply can't get it to work. I set up an html page in Dreamweaver with an embedded swf file and placed the files on my server. I also uploaded the scripts...
  4. Replies
    0
    Views
    604

    trouble Loading large external swf

    I have a large swf (2mb) loaded into an empty movie clip on frame 1 in the main timeline of my movie. It runs fine locally, but not on the web. It plays a few frames then stops for about 15 seconds...
  5. Replies
    5
    Views
    2,605

    Have you tried FlowPlayer? ...

    Have you tried FlowPlayer?
    http://flowplayer.org/
    It worked like a charm on PC IE and Firefox for me.
  6. Replies
    5
    Views
    2,605

    The videos need to be all on the screen at once...

    The videos need to be all on the screen at once in different places. I just ended up using flow player and it seems to be working.
  7. Replies
    5
    Views
    2,605

    Multiple flvs on one page locking up

    I am having issues with my flv video playback. I have created 3 separate swf files containing flv videos. I then embedded the swfs into a single html webpage. Local playback is fine. When posted on...
  8. Replies
    5
    Views
    3,531

    When you bring a jpeg into flash via cut and...

    When you bring a jpeg into flash via cut and paste or import, it really needs to be at it's final size. Changing the size within flash will cause it to pixelate. So it is best not to resize any non...
  9. Replies
    2
    Views
    9,467

    custom flv skins in flash cs4

    Does any one know where to find the sample flv skins to modify or how to create original skins.

    I know that I have customized the playback controls for flv in the past. In Flash 8 you could simply...
  10. Replies
    4
    Views
    1,930

    I tried saving the original images out as 256...

    I tried saving the original images out as 256 color gif files with 100% diffusion dither. When I imported the images in flash they retained much more of their original color and brightness and looked...
  11. Replies
    12
    Views
    560

    This seems to work. Thanks- this.onEnterFrame =...

    This seems to work. Thanks-
    this.onEnterFrame = function()
    {
    if (this._currentframe == this._totalframes)
    {
    this.scrubber.playbutton.enabled=false;
    }else{
    ...
  12. Replies
    12
    Views
    560

    That works fine unless I use the scrubber to...

    That works fine unless I use the scrubber to rewind the movie. The enable code doesn't get activated. and the button remains off.
  13. Replies
    12
    Views
    560

    good suggestion....but I would put the code on...

    good suggestion....but I would put the code on each frame, but it is a legthy animated movie that has a timeline controlled by a scrub bar.Any other ideas?
  14. Replies
    12
    Views
    560

    I tried this on the first frame ("end" is the...

    I tried this on the first frame ("end" is the frame label onthe frame I want it disabled):

    disableButtons.onEnterFrame = function() {
    if...
  15. Replies
    12
    Views
    560

    The movie clip with the play button is on all...

    The movie clip with the play button is on all frames including frame 1. I need it disabled on the last frame because there is a stop action on this frame and pressing the play button starts the movie...
  16. Replies
    12
    Views
    560

    Yes it is within a movie clip (a group of of...

    Yes it is within a movie clip (a group of of playback controls) but I need the button disabled on the last frame of the main timeline. Does that make sense?
  17. Replies
    12
    Views
    560

    button disabled only on one frame

    I am kind of new to actionscript.
    I have a movie that has a play button. I need this button disabled on only one single frame ("end"). and enabled on all others.
    I have this code on the first frame...
  18. Replies
    4
    Views
    1,930

    The exact same thing is happening to my photos....

    The exact same thing is happening to my photos. Mine are not loaded dynamically though. They are in the timeline. They are not as bright as the original photos. Even before I publish the movie....
  19. Replies
    5
    Views
    3,531

    Image quality of photos

    I am trying to add images to my flash presentation. When I bring them into flash They are not the same quality as they are in photoshop. I tried saving them out as JPegs and png files and importing...
  20. Replies
    3
    Views
    3,976

    Sorry- I am using CS4 not Cs3.

    Sorry- I am using CS4 not Cs3.
  21. Replies
    3
    Views
    3,976

    Where are the filters

    I can't find it either. I don't see a properties submenu. The options in properties for a shape include: Position and size and Fill and stroke. Where is the filters option?
    THanks
  22. Worked llike a charm. Thanks so much!!

    Worked llike a charm.
    Thanks so much!!
  23. Thanks so much for the speedy response. It...

    Thanks so much for the speedy response.
    It doesn't seem to work though.
    Does it matter that this is all within the timeline of movie clip? (the animation and the button)
    Thanks!
  24. Override setInterval to pause movie timeline

    Hi -
    I have a movie timeline that plays a continuous loop. I have added several delays to allow the user to read blocks of text before the animation continues. I want the user to be able to stop...
  25. Thanks- I tried to install the patch and I got an...

    Thanks- I tried to install the patch and I got an error message telling me that it was not compatible with the version of IE I am running(7 beta 3)
    After much frustration, I decided to use

    on...
Results 1 to 25 of 41
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center