Sign In  Sign Up Live-Chat

SWF Files

Last post 04-18-2008, 1:47 AM by roger. 2 replies.
Sort Posts: Previous Next
  •  04-17-2008, 5:03 AM 122743

    SWF Files

    I'm currently using

    string filenam2 = System.IO.Path.Combine(Server.MapPath("."),"images\\" + ip_address + "graph4.jpg");
    c.Save(filenam2);
    imgGraph.ImageUrl(filenam2);

    to save a Chart (c) and then alter the displayed picture, which works fine.

    I'd like to use

    c.SaveToSWF(filenam3),

    but then imgGraph.ImageUrl(filenam3);

    doesn't work. How do i display the swf file?

    Regards

     
  •  04-17-2008, 6:17 AM 122758 in reply to 122743

    Re: SWF Files

    Hi,

    We will check your issue soon.

    Thank you.

     


    Amjad Sahi
    Support Developer,
    Aspose Nanjing Team
    Contact Us
     
  •  04-18-2008, 1:47 AM 122914 in reply to 122758

    Re: SWF Files

    Attachment: Present (inaccessible)

    Hi,

    What is the imgGraph in "imgGraph.ImageUrl(filenam3)"? 

    Asp.Net standard control doesn’t support showing flash. Well, we may deal it with <object/> html tag.

    The attachment is my test project.  For getting flash url well, I used the user control. Please check. Thank you.


     


    Roger Mo
    Developer
    Aspose Nanjing Team
    Contact Us
     
View as RSS news feed in XML