A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: flvs wont display on Safari,firefox ( PC AND MAC)!HELP HELP

  1. #1
    Junior Member
    Join Date
    Jan 2005
    Posts
    21

    Unhappy flvs wont display on Safari,firefox ( PC AND MAC)!HELP HELP

    Please help. Really appreciated.

    I am working on a website that needs to display min 10-12 flv on one page.

    Here is the step I took to make it happened.

    1. To convert video to flv. I use 'Adobe Flash CS3 Video Encoder' to resize my .mov file to flv file.

    2. I use Dreamweaver CS3 to publish my website. Then what I did is to create tables then I insert my media file. Then I start to test on all browswers.

    PROBLEM
    First I test on windows.. only IE works.. firefox wont display my flv files.
    on MAC.. Safari and Firefox Opera just randomly disply some flvs.. on firefox.. when I wait for a long time. Then eventually all my flv shows up.

    QUESTION
    My method is using progressive download.. but I wonder When we first see the movie.. it wont start downloading my flv unless I click on the play button right?

    I search online and someone suggest to remove the <noscript></noscript>
    tag... I tried. but the result just shows two flv at the same time.. and the downloading problems for display my flv properly still exist.


    Please HELP!!

    CODE inside my <TD> </TD>
    <td height="186" width="326" align="left" valign="top"cellspacing="0" cellpadding="0">
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','321','height ','180','id','FLVPlayer','src','FLVPlayer_Progress ive','flashvars','&MM_ComponentVersion=1&skinName= Clear_Skin_3&streamName=/louweb/project/jena/video&autoPlay=false&autoRewind=false','quality',' high','scale','noscale','name','FLVPlayer','salign ','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','FLVPlayer_Progressive' ); //end AC code
    </script><noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="321" height="180" id="FLVPlayer">
    <param name="movie" value="FLVPlayer_Progressive.swf" />
    <param name="salign" value="lt" />
    <param name="quality" value="high" />
    <param name="scale" value="noscale" />
    <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_ 3&streamName=project/jena/video&autoPlay=false&autoRewind=false" />
    <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_S kin_3&streamName=/louweb/project/jena/video&autoPlay=false&autoRewind=false" quality="high" scale="noscale" width="321" height="180" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />
    </object>
    </noscript><script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0','width','320','height ','180','id','FLVPlayer','src','FLVPlayer_Progress ive','flashvars','&MM_ComponentVersion=1&skinName= Clear_Skin_3&streamName=project/bricard/video&autoPlay=false&autoRewind=false','&mm_compon entversion','1&skinName=Clear_Skin_3&streamName=pr oject/bricard/video&autoPlay=false&autoRewind=fals&quot;','quali ty','high','scale','noscale','name','FLVPlayer','s align','lt','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','FLVPlayer_Progressive' ); //end AC code
    </script></td>

    ANY HELP will be greatly appreciated.
    Cat

  2. #2
    Banned
    Join Date
    Oct 2008
    Posts
    74
    Dreamweaver is a good tool for web design, however, don't use Dreamweaver to embed video to web page.
    Don't use object and embed tags, use SWFObject - http://code.google.com/p/swfobject/
    SWFObject works on all web browsers.
    And you can also use pre-design flash video player for your web video, just embed the player to your website and upload it to your host server, here is the tutorial -
    http://www.playerdiy.com/support/tut...eo-player.html

  3. #3
    Junior Member
    Join Date
    Jan 2005
    Posts
    21

    Angry Swfobject

    Thanks Stephan,

    I tried and upload
    http://www.heaven-design.com/swfobje...x_updated.html

    I change param: "<param name="movie"
    value="movie.swf?
    flv=movie.flv">"

    Because the original ones will auto play... and I tried to make it pause and load when user click on it..
    but now the skin doesnt really shows up...

    here is the complete code:
    <div>
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="180" id="myFlashContent">

    <param name="movie"
    value="movie.swf?
    flv=movie.flv">
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="movie.flv" width="320" height="180">
    <!--<![endif]-->
    <ol>
    <li><img src="frame1.jpg" alt="" />It's night-time, a UFO flies over the pasture, cows grazing</li>
    <li><img src="frame2.jpg" alt="" />The UFO tries to abduct two cows using a tractorbeam, however the cows appear to be too heavy to be lifted off the ground</li>
    <li><img src="frame3.jpg" alt="" />It's daytime again, cows are still grazing, one cow looks very relieved</li>
    </ol>
    <p>To view the video please revisit this web page with a desktop web browser that has the latest version of <a href="http://www.adobe.com/go/getflashplayer">Adobe Flash Player</a> installed.</p>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </div>

    Any help will be truly appreciated!
    Catheirne

  4. #4

  5. #5
    Junior Member
    Join Date
    Jan 2005
    Posts
    21

    Question about swfobject!!help help

    STEP I TAKE TO UPGRADE MY SCRIPT.

    1. ADD Script -
    script type="text/javascript" src="swfobject.js"></script>
    <script type="text/javascript">
    swfobject.registerObject("myFlashContent", "8");
    /script

    2. THen in my TD I insert OBJECT TAG
    <td height="186" width="326" align="left" valign="top"cellspacing="0" cellpadding="0">
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" width="320" height="180" id="myFlashContent">
    <param name="movie" value="movie.swf" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="movie.swf" width="320" height="180">
    <!--<![endif]-->

    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object></td>

    But.. my movie.swf didnt show up...
    not to mention I want to stop auto play function to begin with...

    PLEASE
    HELP!!!!
    Catheirne

  6. #6
    Junior Member
    Join Date
    Jan 2005
    Posts
    21

    Any SWF OBJECT EXPERT??

    I have a few question after I implement swfobject to my site.

    Can someone explain to me in a really simple way..
    what is the difference between those two scripts.

    1.<script type="text/javascript">
    swfobject.registerObject("myFlashContent", "8");
    </script>

    2.<script type="text/javascript">
    var flashvars = {};
    var params = { base: "."};
    var attributes = {};
    swfobject.embedSWF("http://url-to-video.swf", "video4div", "525", "345", "9.0.0", false, flashvars, params, attributes);
    </script>

    <script type="text/javascript" src="swfobject.js"></script>

    <script type="text/javascript">
    var so = new SWFObject("movie.swf", "mymovie", "200", "100", "7", "#336699");
    so.write("flashcontent");
    </script>

    // my question is if we use the first 1 script.. then we cannot use 2 script right??

    I tried to implement my site to use these script.. but still no luck..
    Anyone can direct me some tutorial that really works on websites??

    Say you want to publish multiple video on one page kinda deal.

    thanks!

    Catheirne

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center