A Flash Developer Resource Site

Search:

Type: Posts; User: Eye for Video

Page 1 of 14 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    696

    Well the best way to accomplish any goal is to...

    Well the best way to accomplish any goal is to adhere to the rule "Begin with the end in mind". That means set all image dimensions, etc. to just the size needed in the final Flash document from the...
  2. Flash8 Well if you are using a reputable hosting...

    Well if you are using a reputable hosting service, I would think that someone has attempted to display .flv files before you. If not... well then I'd wonder about the host. They should have all MIME...
  3. Replies
    6
    Views
    682

    This is just a simple slideshow with all the...

    This is just a simple slideshow with all the images embedded into the main timeline.. no dynamic xml type slideshow. You need the Flash .fla in order to make any changes... But since this is such a...
  4. Well according to your code:

    Well according to your code:
    <param name="movie" value="cinderella.swf" />
    the .swf should be in the same folder as the .html page. But, direct downloading from that address returns "File not...
  5. Replies
    5
    Views
    881

    Flash8 Well yes, if you preloader is in frame 1 and your...

    Well yes, if you preloader is in frame 1 and your movie is in frame 2, how can the preloader have anything ? If the preloader is in frame 1, then that's all there should be... with the rest of the...
  6. I agree with samac1068, if it works on your local...

    I agree with samac1068, if it works on your local machine but not on you server, it's most likely a missing file or a pathing issue. Rarely... like never... does the actionscript work on the local...
  7. Replies
    2
    Views
    1,112

    I'm not really clear on your question. Are you...

    I'm not really clear on your question. Are you really talking about "streaming" video or just video that is being progressively downloaded? The reason I ask is because streaming video is never "fully...
  8. If you are working with a .flv file, it is a...

    If you are working with a .flv file, it is a containter type file which has a video file and an audio file inside of it. If all else fails you could open up the .flv container and separate the video...
  9. As for the .flv format..as mentioned by gparis,...

    As for the .flv format..as mentioned by gparis, it is by far the most widely used video format on the Web. It is a container format... meaning it is not a video compression codec but it is a...
  10. Hey, Looks like you've been putting in your time...

    Hey,
    Looks like you've been putting in your time here trying to do the right thing... so no hard feelings.
    I'd just like to remind Forum members to be very careful about out-sourcing file...
  11. Well yes you can script a swf file to load and...

    Well yes you can script a swf file to load and play movie files from an external folder, but the Flash player does not play .avi, .wmv, or .mpg files. Flash players like those used on YouTube and...
  12. Replies
    1
    Views
    542

    Are you testing with control/enter? and that's...

    Are you testing with control/enter? and that's when things appear of the stage? That's because you're using the Flash player directly and it's not actually in a browser. Once Published, that won't...
  13. PROCEED WITH CAUTION !!! In following the link...

    PROCEED WITH CAUTION !!!
    In following the link show above my machine was infected with the "2010 Vista Internet Security" spyware/malware.
    This is a malicious and fake antivirus program and very...
  14. Replies
    3
    Views
    535

    If you are looking for more info on the "scaling"...

    If you are looking for more info on the "scaling" options... from an old post:

    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
  15. Replies
    2
    Views
    624

    My guess is that the method you are using to...

    My guess is that the method you are using to place your Flash on the page is causing the problems.
    There is conditional code for Flash 2, 3, and 4.... do you realize how far out of date that is?
    Go...
  16. The reason the html page disappears is because...

    The reason the html page disappears is because the button is set to load the .swf, not play it. Check the browser address bar after you press the button to verify:...
  17. Replies
    1
    Views
    1,435

    For anyone interested in using cue points with...

    For anyone interested in using cue points with NetStream, read the post above and add:

    ns.onCuePoint = function(evt:Object){
    trace(evt.name);
    trace(evt.time);
    if(evt.name ==...
  18. Replies
    1
    Views
    1,435

    Using Cue points with NetStream

    I have a video with 2 embedded cue points (event). The video player uses NetStream and is NOT a FLV Playback component. I can trace them and see both name and time with this:

    ns.onCuePoint =...
  19. Replies
    6
    Views
    801

    CS3 In the properties panel where you set the font,...

    In the properties panel where you set the font, etc, be sure to select "Multiline". If the dynamic text box is not large enough you may still need to add a scrollbar. Simplest there is to just a...
  20. Replies
    6
    Views
    801

    CS3 Well you see how the next and previous buttons...

    Well you see how the next and previous buttons work? if p is less than the total number of images in the array, (-1 because arrays start with 0) then p++ or increment p by +1.
    So if p is [4] then...
  21. Replies
    6
    Views
    801

    CS3 Here’s something from a AS2 slide show that you...

    Here’s something from a AS2 slide show that you might be able to adapt:

    When you are creating the arrays, also include a variable called currentIndex to track which element of the array is being...
  22. Replies
    4
    Views
    850

    If you deleted the preloader from the movie then...

    If you deleted the preloader from the movie then I'm still accessing the old version because I'm still seeing the proloader. I'm deleting the cache every time so I know I'm getting the most current...
  23. Replies
    2
    Views
    584

    Are you also uploading the .js file? swfobject...

    Are you also uploading the .js file? swfobject requires the actual javascript file in order for it to work.
    EfV
  24. Replies
    1
    Views
    586

    Flash8 Add these styles to the styles in your CSS or as...

    Add these styles to the styles in your CSS or as a style to the individual page in the <head> like this:

    <style type="text/css">
    <!--
    body {
    border: 0px;
    margin: 0px;
    padding: 0px;
    }...
  25. Replies
    4
    Views
    850

    Are you by any chance using a conditional...

    Are you by any chance using a conditional statement for IE in your preloader? There was a similar situation posted recently here:
    http://board.flashkit.com/board/showthread.php?t=810720
    Take a look...
Results 1 to 25 of 332
Page 1 of 14 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center