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

Thread: Web help.

  1. #1
    Senior Member ARRIVALS's Avatar
    Join Date
    Sep 2011
    Posts
    938
    Thanks
    0
    Thanked 24 Times in 21 Posts

    Web help.

    Hi guys,

    I have a domain and webspace with one.com, and want to upload an SWF file I've created, to see it online.

    I'm clueless with regards to the web, so how do I go about doing it. I've tried looking online and can't get anywhere.

    Any help would be fantastic.

    Cheers.

  2. #2
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    You need an FTP client and your FTP login details from your hosts. Once connected you can upload whatever you like. Try FileZilla - The free FTP solution for an FTP client.

  3. #3
    Senior Member ARRIVALS's Avatar
    Join Date
    Sep 2011
    Posts
    938
    Thanks
    0
    Thanked 24 Times in 21 Posts
    Yep, I've got those FTP details and already downloaded FileZilla. Once I've connected, I'm stuck. I've tried File>Import, but it won't let me select my SWF file. Am I in the right place?

  4. #4
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    So, you have your site set up with local and remote folders. Once you are there you should be able to right click on the file you want to upload and choose that option. It will upload the file to wherever you are in the remote window.

  5. #5
    Senior Member ARRIVALS's Avatar
    Join Date
    Sep 2011
    Posts
    938
    Thanks
    0
    Thanked 24 Times in 21 Posts
    Eyy I'm confused :D I've sent you a message lol.

  6. #6
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,445
    Thanks
    66
    Thanked 30 Times in 28 Posts
    Doesn't he need an index page first?

  7. #7
    Senior Member
    Join Date
    Sep 2010
    Posts
    668
    Thanks
    1
    Thanked 9 Times in 9 Posts
    Yeah: my knowledge of this kind of thing's fairly minimal but an .swf needs to be placed in an html page doesn't it?

  8. #8
    Junior Member
    Join Date
    Apr 2011
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Yes, you need an HTML page and then you insert some code something like this, where /images/bannerflash.swf is the location/name of the swf:

    HTML Code:
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 
    
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" id="Untitled.swf" width="320" 
    
    align="middle" height="300">
    	<param name="allowScriptAccess" value="sameDomain">
    	<param name="movie" value="/templates/template1/images/bannerflash.swf">
    	<param name="quality" value="high">
    	<param name="wmode" value="opaque">
    	<embed src="/images/bannerflash.swf" quality="high"  name="/images/bannerflash.swf" allowscriptaccess="sameDomain" type="application/x- shockwave-flash" 
    
    pluginspage="http://www.macromedia.com/go/getflashplayer" width="320" align="middle" height="300" wmode="opaque">
    </object>

  9. #9
    Senior Member ARRIVALS's Avatar
    Join Date
    Sep 2011
    Posts
    938
    Thanks
    0
    Thanked 24 Times in 21 Posts
    Thanks for the help everyone, I've got this problem sorted, at least I think I have.

    The next issue I have, I'm not sure I can fix. Because I've done it in Flash, it needs Flash Player to run online. Problem is, it keeps on telling me I need the latest version of it - which is annoying because I already do. I've even followed the link it shows to download the latest version 3 times. Any way round this?

  10. #10
    Senior Member Paul Murray's Avatar
    Join Date
    Sep 2010
    Location
    Manchester
    Posts
    902
    Thanks
    9
    Thanked 20 Times in 18 Posts
    Have you tried restarting your browser/computer?

    I get this sometimes with chrome and it's annoying as hell.

Page 1 of 2 12 LastLast

Posting Permissions

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