Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Embeding .swf files on Myspace

  1. #1
    Join Date
    Aug 2006
    Posts
    28
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Embeding .swf files on Myspace

    Is it possible to embed swift files on the myspace.com?

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    swift files?
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  3. #3
    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

    Swift is a 3d generator program used with Flash.

    Unfortunatley I have only used it once, and I have NEVER even been to myspace. I have no idea what content is or is not allowed there, let alone the layout and embedding features.

    I will dig up something though and see if I can answer your question.

    <EDIT>

    It appears from my searches that it is possible, infact it is one of the boasts of Swift 3D. I assume you will embed it in your page the same way you would on normal HTML, as I couldn't find anything such as instructions on how to do this specifically. I will keep an eye out and post back any findings for you.

    </EDIT>
    Last edited by BLiZZaRD; 09-15-2006 at 07:57 AM.
    {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

  4. #4
    Join Date
    Jan 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I have an .swf file that I want to upload to myspace bu I don't know how to either. Can yall help?

  5. #5
    Join Date
    Aug 2006
    Posts
    17
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    it can be done........

    the question is what type of computer and what type of browser and what type of windows will alow it to work!!!!!!

    here's an example... www.myspace.com/wimpyplayer

  6. #6
    Join Date
    Jan 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    <object classid=clsid27CDB6E-AE6D-11cf-96B8-444553540000
    codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,2,0
    width=600
    height=300>
    <param name=movie value=fire.swf>
    <param name=quality value=high>
    <param name=BGCOLOR value=#FFFFFF>
    <param name=SCALE value=showall>
    <embed src=fire.swf
    quality=high
    pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash type=application/x-shockwave-flash
    width=600
    height=300
    bgcolor=#FFFFFF
    scale= showall>
    </embed>
    </object>

    Here is the code but it won't work on myspace?

  7. #7
    Join Date
    Oct 2006
    Posts
    110
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Go look at www.youtube.com. Check out the format they use to include their videos. You might even be able to copy-paste their exact code and just change the file name of the swf file. And by the way, I believe .swf stands for "ShockWave Flash object", not Swift file.

  8. #8
    Join Date
    Oct 2006
    Posts
    110
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    EDIT:

    pwnt.

  9. #9
    Join Date
    Jun 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I've got some problems. I think at least one person here can help.

    So I'm a designer and do flash stuff but am an idiot when it comes to putting my stuff up onto the web. Im using a Mac and usually use FireFox for my Internet Browser and when I am changing my myspace.

    Ive designed a SWF which would take over my Myspace by using Overlay coding.
    So I've got the SWF uploaded onto my Photobucket account and when I look at it through there everything seems to be perfectly fine. Even when I had the file on my hosting site everything worked. So I'm guessing it's something with Myspace.

    I want is for my Myspace profile to have nothing but my SWF movie. I have links to everything else that people would like to access.

    <First Problem>
    So now I do all the coding in myspace and then view my profile and everything LOOKS fine but none of my links work. When you go to click on a link nothing happens. This problem only happens when I'm viewing my myspace profile. It works fine on my computer and also works in Photobucket but not when you are viewing my profile.

    *Side Note: In my FLA file All of my links are set to "_blank" because I want a new page to open up so people dont have to go through the "Intro" of the SWF movie again and again. Instead they can just click close and my page will still be up.

    *Actionscript code used for my links:
    on (release) {
    getURL("http://home.myspace.com/etc...", "_blank");
    }

    --------------------------------------------------------------------

    <Second Problem>
    This should be easy for someone who knows the web.

    So even though I'm having the "Link" problems described above everything looks great when I few my profile in FireFox. As soon as I go to IE I dont see my SWF movie and the overlay coding is all messed up.

    --------------------------------------------------------------------

    <Solutions I have tried>

    I have changed the Actionscript from "_blank" to "_self" but nothing worked.
    I have uploaded the file to numerous hosting sites still nothing.

    I honestly do not know whats going on. All I need is a code and possibly someone to explain it just a bit. I can usually figure out this stuff but this <Object> embed is confusing me. haha

    --------------------------------------------------------------------

    My myspace is www.myspace.com/therekees and I have the SWF up there now. So depending on what you are using as a browser and what not you might be able to see the problems I am having.

    My movie:
    I have it up on Photobucket but plan on buying hosting space.
    http://i18.photobucket.com/albums/b1.../theseeker.swf

    Specs: 800x600

    Thanks so much.

  10. #10
    Join Date
    Mar 2007
    Location
    Currently: New York/Philadelphia
    Posts
    2,735
    Thanks
    3
    Thanked 519 Times in 507 Posts

    Default

    Oddly enough, I can see the .swf on your MySpace and not on PhotoBucket using IE7.

    As far as your link problems, it's hard to really say. As a web designer, MySpace isn't really worth my trouble to learn how to circumvent their stupid restrictions. Sorry, I can't help you there.

    What coding are you using to insert the .swf into MySpace? It's hard to know what's causing the IE/FF incompatiblity without the code.

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
  •