Discussion Board

Results 1 to 8 of 8
  1. #1
    Registered User elintenso's Avatar
    Join Date
    Mar 2008
    Posts
    1
    Hello everyone.
    I`m developing a FLite 2.0 application that needs to run on the stand alone player of the phone, not the browser.
    People are supposed to access the app downloading the swf file from a mobile browser accessing for example: www.mydomain.com/mobile

    where there will be a link to the swf file.
    the thing is, when I click the link to download the swf file, the file opens in the browser (this is, on the mobile device browser), contrary to my need, and that is to download the file to the users phone memory.
    I have been looking for a solution and I know it has something to do with the MIME types, right?

    Do you know any solution to this?

    Any help would be greatly appreciated.

    PS. It has to work on S40 devices too, like the 5200, 5300, 5310, so JARPA or JANUS or Kuneri or any of those are not an option. They are all S60 solutions.

    Thanks!!

  2. #2
    hi elintenso,

    I m also designing application that requires such thing.
    If u have found any solution then plz let me know.

    Thanks
    Sanat

  3. #3
    Nokia Developer Moderator petrib's Avatar
    Join Date
    Mar 2003
    Posts
    9,414
    Package it in a *.sisx file for Symbian devices, and have it then installed locally.

    That'll do it for S60 based models.

    Harder to package it in a *.jar and make it work that way and also with S40. You might have to actually install a MIDlet first, which then goes and gets the *.swf file off the web and saves it somewhere using JSR-75 APIs.

  4. #4
    Registered User viswa08's Avatar
    Join Date
    Aug 2008
    Posts
    31
    Hi

    I'm also looking for the same, plz let me know if you people found any solutions, if in case i find i will post.

    tnx
    Viswa

  5. #5
    dear petrib,

    can u plz elaborate how to package swf in *.sisx file for symbian devices.I m desiging app for both s60 and s40.

    Also plz explain that after instaling midlet how it goes and gets the swf file off the web and saves somewhere.

  6. #6
    Registered User jkangaso's Avatar
    Join Date
    Jan 2008
    Location
    Finland
    Posts
    42
    Quote Originally Posted by sanatkumarmeher1234 View Post

    can u plz elaborate how to package swf in *.sisx file for symbian devices.
    One way to do it is swf2go. Find related discussion from here.

  7. #7
    Nokia Developer Champion jappit's Avatar
    Join Date
    Nov 2007
    Location
    Rome, Italy
    Posts
    2,391
    Hi elintenso,

    I was about to tell you to use the Content-disposition header, but I was not able to make it properly work on S60 browser...

    Anyway, something like this (in PHP) should (theoretically) work, but does not
    Code:
    <?
    
    header("Content-disposition: attachment; filename=test.swf");
    
    readfile('Test.swf');
    
    ?>
    Pit

  8. #8
    Product Specialist markadoherty's Avatar
    Join Date
    Jun 2003
    Location
    UK
    Posts
    191
    Mark Doherty
    Developer Evangelist
    Adobe Systems, Mobile and Devices EMEA

Similar Threads

  1. I need Urgent Help with my ASP File on Mobile Browser
    By mfaisal_nice in forum Feedback - Nokia Developer Services
    Replies: 0
    Last Post: 2006-11-08, 15:12
  2. I need Urgent Help with my ASP File on Mobile Browser
    By mfaisal_nice in forum Browsing and Mark-ups
    Replies: 0
    Last Post: 2006-11-08, 14:46
  3. Flash Lite 1.1 use on Mobile
    By mathi77in in forum Mobile Java Media (Graphics & Sounds)
    Replies: 2
    Last Post: 2006-02-08, 19:13
  4. Replies: 1
    Last Post: 2005-05-26, 14:22

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved