A Flash Developer Resource Site

Search:

Type: Posts; User: Alwinch

Page 1 of 8 1 2 3 4

Search: Search took 0.19 seconds.

  1. Replies
    1
    Views
    893

    BIG aspect problem

    Hi guys I have a site

    www.heavenanimage.com heavy on video content, Site is 900x550. videos ae all at 480 x 320

    my monitor is 1920 x 1080 and it looks fine if I change the resolution to...
  2. Replies
    0
    Views
    274

    Out of my "Depth"

    I think this is a depth problem. I am using template taht prduces a revolving carousel from and array. I wnat to add a tool tip but can't fins any reference to a movie clip to to mouseover. I tried...
  3. Replies
    1
    Views
    421

    same action on multiple buttons

    This should be easy but my brain hurts. I have 2 buttons that perform the same action adn I can;t figure out the syntax to thi


    _root.Button.onRollOver = function() {...
  4. Replies
    0
    Views
    1,104

    XSL and XML newbie

    Hi Just diving into this and Newbie ain't even close. I am working with a falsh template with this supplied XML


    <?xml version="1.0" ?>

    <images>

    <img pic="FLV/button stills/maximabose.jpg"...
  5. Replies
    0
    Views
    290

    odd cue point problem

    I have 4 frames in a urlMC. On each frame is a button. They all normally work fine.

    An FLV cue point simply moves the urlMC to the next frame to reveal a new button choice. When used this way the...
  6. Replies
    0
    Views
    390

    Complicated netstream...4 me anyway

    Hi all

    OK here is my problem. Researching I find that it might be because of the flash 9 problem of releasing NetStream actions from the cache?

    Anyway. I have a movie on frame 1 that loads...
  7. Replies
    1
    Views
    1,412

    preload FLV into cach

    Hi,,,I have a swf that has several differents frames, each with a differnt catagory on it. So the site is one bige swf.
    One catagory is a video portfolio page. The portfolio "page" starts an...
  8. Replies
    0
    Views
    1,070

    display running time of flv in netstream

    Hi, i am trying to display the running time of the FLV palying throughthe netstream. This code works but it somehow is not letting the video play. The audio does and the time displays but the video...
  9. Replies
    1
    Views
    682

    XML generated links

    Hi...I am looking to an xml file to generate a simple text link in my movie that will load flv's. I don't want to load the links into a component. I just need simple link text buttons that change...
  10. Replies
    2
    Views
    1,126

    build your own

    best thing to do is butil your own flash player,

    www.gotoandlearn.com

    follow all the video basic tutorials and you will be very happy with what you end uyp with. Teaches you how to make own...
  11. Replies
    0
    Views
    672

    flv place holder visiblity

    HI, I thought I'd givethis another shot. I am using the basics tutorial on gotoandlearn.com for this swf

    http://www.kimhaun.com/advertising2008.html

    2 things I can't seem to work out.

    1....
  12. Replies
    0
    Views
    1,231

    trying to customize the combobox

    Hi,

    I've finally got my combobox component close customized to where I want. AS 2, Using
    setStyle and some nifty code right on the component itself. The box is
    transparent and only the text...
  13. Replies
    0
    Views
    847

    flash 8 AS 2component customization

    Hi,

    I've finally got my compnent close customized to where I want. Using
    setStyle and some nifty code right on the component itself. The box is
    transparent and only the text links, loaded...
  14. Replies
    1
    Views
    1,467

    Can you add drop shadow dynamically

    Hi...I am loading external SWWF into a empty movie clip called "container" Is there any way to add a drop shadow to the loaded SWF using actionscript?

    reel_btn.onRelease = function() {...
  15. Replies
    2
    Views
    471

    same problem

    Having the same type of problem

    I am loading a swf into a level. I have a scrollPane component in the SWF and a preloader in it as well
    Now the preloader works but doesn't show the loading bar. I...
  16. Replies
    0
    Views
    498

    buttons in scroll pane please help

    Hi...

    button outside scrollpane with this works fine;

    this.one_btn.onPress = function () {
    _root.createEmptyMovieClip("container", 1);
    loadMovie("tornadoOnStreet.swf", "container");...
  17. Replies
    4
    Views
    1,092

    control the FLV

    http://www.gotoandlearn.com/


    this will teach you how to control the FLV. Do all the basic video tuts and you will be happy
  18. Replies
    0
    Views
    618

    Flix Pro 8.5 for Flash why?

    I have the previous versions of Flix but am wondering what would be the advantage of 8.5 if I am using the encoder in Flash 8? Don't mind buying it if there are significant advantages.
  19. Replies
    2
    Views
    1,140

    hi...this is what I have. I have multiple buttons...

    hi...this is what I have. I have multiple buttons that will load exernal FLV's into a video oblject called theVideo.
    When I dragged a the new video to the stage I called it theVideo
    Now, I put...
  20. Replies
    1
    Views
    780

    still hoping for an netstream guru...

    Any help is greatly appreciated.


    this is what my site does. Using netstream a I am loading external flvs into my flash movie. Loading is working fine. I've used a tutorial meant for loading one...
  21. Replies
    0
    Views
    718

    Really need help with some FLV issues

    Hi...need some advice on things I can't seem to grasp

    Can it seem to get a working AS on a button or event to unload a imported FLV

    tried
    ns.Close();

    and this just stops the playhead....
  22. thanks so much for you help

    ANy help you can give here would be appreciated. The code below is what I am using to load seperate FLV off of buttons. The Tutorial I got this from was meant for a single movie that loads at...
  23. great Tut at GoToAnd Learn but need a little more help for FLV loading

    Hi all,


    Finally got what I needed to control FLV's with Scrubber , mute and so forth. Have 2 questions that I am still wrestling with. The Tut is written for one FLV loaded at runtime. I have...
  24. Replies
    1
    Views
    462

    F8 Volume slider Help

    Hi..I am using NetConnection to load external FLV off of buttons. Works fine.
    I have buttons that control the pause rewind and so forth for the loaded FLV.
    I need to make a volume slider that...
  25. Replies
    0
    Views
    618

    learning to make my own audio control

    Hi all. I am loading external FLV into my flash movie and am using my own buttons to control pausing and such using the newnetconnection and so forth .

    I'd like to make an audio control panel as...
Results 1 to 25 of 185
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center