Welcome to Welcome to DNF.com™ - Domain Sales, Domain Forum, Domain Appraisals, Domain Registrars

If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.

Register Today on DNForum IT'S FREE!

Results 1 to 15 of 15
  1. #1
    Account Terminated domain newbie's Avatar
    Join Date
    Mar 2005
    Location
    my home is where my bank account is
    Posts
    2,882
    Blog Entries
    3
    DNF$
    15,197
    Bank
    0
    Total DNF$
    15,197
    Donate  

    .swf help needed

    hello, I'm having troubles in uploading flash banner, seeing empty window instead, i remember from somewhere, that i need to upload some kind of .swf file in to directory for the banner to appear, if anyone could quick help me with some link or info please

    many thanks

  2. #2
    DNF Addict
    nts's Avatar
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    1,064
    Country

    Canada
    DNF$
    753
    Bank
    0
    Total DNF$
    753
    Donate  

    Re: .swf help needed

    The .swf file is the flash banner, you'll need to upload the .swf file to see the banner.

  3. #3
    Account Terminated domain newbie's Avatar
    Join Date
    Mar 2005
    Location
    my home is where my bank account is
    Posts
    2,882
    Blog Entries
    3
    DNF$
    15,197
    Bank
    0
    Total DNF$
    15,197
    Donate  

    Re: .swf help needed

    i have uploaded my .swf banner in to previous .gif banner's place, but seeing only empty window, what is the proper method of including .swf files then?

  4. #4
    DNF Addict
    nts's Avatar
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    1,064
    Country

    Canada
    DNF$
    753
    Bank
    0
    Total DNF$
    753
    Donate  

    Re: .swf help needed

    Use this code where you want the flash banner to appear:

    <object width="changeme" height="changeme">
    <param name="movie" value="changeme.swf">
    <embed src="changeme.swf" width="changeme" height="changeme">
    </embed>
    </object>

  5. #5
    Account Terminated domain newbie's Avatar
    Join Date
    Mar 2005
    Location
    my home is where my bank account is
    Posts
    2,882
    Blog Entries
    3
    DNF$
    15,197
    Bank
    0
    Total DNF$
    15,197
    Donate  

    Re: .swf help needed

    thanks for help nts, will try that one, should i replace bannername.swf
    with "changeme" and numbers with width/height="changeme"?

  6. #6
    DNF Addict
    nts's Avatar
    Join Date
    Jul 2005
    Location
    Canada
    Posts
    1,064
    Country

    Canada
    DNF$
    753
    Bank
    0
    Total DNF$
    753
    Donate  

    Re: .swf help needed

    Yep, change changeme.swf to the file name, and changeme to the desired height and width.

  7. #7
    Account Terminated domain newbie's Avatar
    Join Date
    Mar 2005
    Location
    my home is where my bank account is
    Posts
    2,882
    Blog Entries
    3
    DNF$
    15,197
    Bank
    0
    Total DNF$
    15,197
    Donate  

    Re: .swf help needed

    no works this code for me, as long i do copy/paste in to the pages, all site appears blank :(

  8. #8
    The One
    VisualDigits's Avatar
    Join Date
    Mar 2005
    Location
    New Jersey
    Posts
    1,917
    DNF$
    1,211
    Bank
    0
    Total DNF$
    1,211
    Donate  

    Re: .swf help needed

    Quote Originally Posted by Angelx666
    no works this code for me, as long i do copy/paste in to the pages, all site appears blank :(
    Do you have macromedia flash installed on your machine?
    Cogito, ergo sum!

  9. #9
    Account Terminated domain newbie's Avatar
    Join Date
    Mar 2005
    Location
    my home is where my bank account is
    Posts
    2,882
    Blog Entries
    3
    DNF$
    15,197
    Bank
    0
    Total DNF$
    15,197
    Donate  

    Re: .swf help needed

    Quote Originally Posted by DomainMaster
    Do you have macromedia flash installed on your machine?
    yes

  10. #10
    DNF Regular
    DNGeeks's Avatar
    Join Date
    Jan 2005
    Location
    Winnipeg Canada
    Posts
    625
    Country

    Canada
    DNF$
    10,316
    Bank
    0
    Total DNF$
    10,316
    Donate  

    Re: .swf help needed

    Below is the full code to place a flash object on a page. This will ensure users that do not have flash are prompted to install the flash plugin (it's rare now, but it does happen). This is for a banner that is 468pixels wide by 60 pixels high. Change the path/to/filename.swf to the correct path and filename for your file.

    If this does not work. Please post the URL for the page you are working on so we might be able to see what the issue is.

    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="468" height="60">
    <param name="movie" value="path/to/filename.swf">
    <param name="quality" value="high"><param name="LOOP" value="false">
    <embed src="path/to/filename.swf" width="468" height="60" loop="false" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
    </object>

  11. #11
    Account Terminated domain newbie's Avatar
    Join Date
    Mar 2005
    Location
    my home is where my bank account is
    Posts
    2,882
    Blog Entries
    3
    DNF$
    15,197
    Bank
    0
    Total DNF$
    15,197
    Donate  

    Re: .swf help needed

    no, this one does not works as well, web page goes blank, just to clarify,i'm having this banner in .fla, .swf and html formats, have uploaded them all in to directory, was using .swf in the code, installing in to phpnuke, was also trying just to replace existing .gif with .swf and .html, with no code, then page does not goes blank, but banner goes blank

    anyway,looks like i've tried it all, thanks for the help, will try also to trouble phpnuke support , if not then - Macromedia :-D

    .................................................. ......
    blimey.., macromedia support goes from &#163;250 ex VAT

    pls help anybody with proper instructions
    Last edited by Angelx666; 12-17-2005 at 01:02 AM. Reason: Automerged Doublepost

  12. #12
    Country hopper
    katherine's Avatar
    Join Date
    Jul 2005
    Location
    Free World
    Posts
    7,503
    Country

    Iceland
    DNF$
    30,558
    Bank
    0
    Total DNF$
    30,558
    Donate  

    Re: .swf help needed

    Perhaps you could post the URL ?
    NameNewsletter.com - free lists of available domain names
    ZoneFiles.net (beta) - ccTLD and gTLD droplists

  13. #13
    Gold Lifetime Member

    Join Date
    Nov 2002
    Posts
    4
    DNF$
    282
    Bank
    0
    Total DNF$
    282
    Donate  

    Re: .swf help needed

    we would need to see that

  14. #14
    Gold Lifetime Member
    manueld64's Avatar
    Join Date
    May 2005
    Location
    Arizona
    Posts
    174
    DNF$
    637
    Bank
    0
    Total DNF$
    637
    Donate  

    Re: .swf help needed

    does the server you are Hosting on have the swf mime type? on most linux accounts you can add it with .htaccess, otherwise request it to be added from the hosting company server admin


    visit my help center

    http://help.securepaynet.net/article...prog_id=255742

    Can I configure MIME types on my Linux Hosting Account?

    You can configure MIME types on your Linux hosting account using a .htaccess file. When you configure MIME types in your .htaccess file, you associate file types with a specific application or action.

    For example:

    AddType application/x-shockwave-flash swf
    AddType specified you are adding a new mime type (file type).

    application/x-shockwave-flash is the actual mime parameter specs.

    swf is the extension of the file type.

  15. #15
    DomainersChoice.com
    snicksnack's Avatar
    Join Date
    Oct 2004
    Location
    China
    Posts
    1,529
    DNF$
    7,885
    Bank
    0
    Total DNF$
    7,885
    Donate  

    Re: .swf help needed

    like said before, telling us the url would help.


    The Registrar for Domainers -Annual fees in Euros: .BE 4.00, .DE 3.50, .ES 6.80, .NL 6.70, .CO.UK 3.50, .COM 6.60

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
  •  

Domain name forum recommended by Domaining.com