Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2007
    Posts
    452

    is it possible to preview bbcode with AMS

    is it possible to preview bbcode with AMS ???

    i can preview HTML codes with that code

    Code:
    result = Input.GetText("Input1");
    TextFile.WriteFromString("C:\\temp_preview.html", "<HTML>"..result.."</HTML>", false);
    File.Open("C:\\temp_preview.html", "", SW_SHOWNORMAL);
    but i cant preview bbcode with that !!!!

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    File.Open("C:\\temp_preview.html", "", SW_SHOWNORMAL);

    should be

    File.OpenURL("C:\\temp_preview.html", SW_SHOWNORMAL);

    and the web browser cant praze bbcode, the forum software dose that, you will need to translate the bbcode to html (like the forum dose) to preview it in ANY web browser
    Open your eyes to Narcissism, Don't let her destroy your life!!

Similar Threads

  1. .swf in Web Object - can't jump to AMS page
    By DrCode in forum AutoPlay Media Studio 6.0
    Replies: 19
    Last Post: 11-29-2006, 03:45 AM
  2. Pop-up window in AMS 5
    By Lee_Benson in forum AutoPlay Media Studio 5.0
    Replies: 9
    Last Post: 12-25-2003, 06:43 AM
  3. (( Right Click Properties Version infomation
    By GraphiX2003 in forum AutoPlay Media Studio 4.0
    Replies: 5
    Last Post: 02-10-2003, 01:15 AM
  4. INFO: The Difference Between Preview and Build
    By Support in forum AutoPlay Menu Studio 3.0
    Replies: 0
    Last Post: 10-29-2002, 12:22 PM

Posting Permissions

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