Results 1 to 5 of 5

Thread: Flash

  1. #1
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flash

    Hi, how exactly do you insert a flash "movie" into your web page using HTML, or javascript? <java></java>?
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    <java></java>?
    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
    swflash.cab#version=6,0,29,0" width="600" height="400">
    <param name="movie" value="yourmovie.swf">
    <param name=quality value=high>
    <embed src="http://www.yoursite.com/yourmovie.swf" quality=high
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi
    ?P1_Prod_Version=ShockwaveFlash"
    type="application/x-shockwave-flash" width="600" height="400"></embed>
    </object>
    Java applets also use the combined <object> and <embed> tags. <object> is for IE, <embed> is for everything else.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Jul 2005
    Location
    Kuwait-I'm American
    Posts
    127
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    thanks!!!!! hehehe <flash></flash> hehe
    //\\ //\\// || //\\//\\ //\\ ||_
    SOFTWARE

  4. #4
    Join Date
    Oct 2005
    Posts
    121
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    actually, when you publish your flash movie (if you are the creator publishing it) it give you the Publish settings window with a check box to make an html file, where it automatically gives you the html code, which you can just copy and past to where you want it

  5. #5
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by sleipner
    actually, when you publish your flash movie (if you are the creator publishing it) it give you the Publish settings window with a check box to make an html file, where it automatically gives you the html code, which you can just copy and past to where you want it
    I actually prefer this method as well.. especially if you are publishing a custom movie. 600 X 400 is not an all to common size, and with the details Flash can offer (what with vector layering etc) making a standard movie at 6X4 is almost un heard of.

    Just publish, and then alter the .html as needed to fit your site.
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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