Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JagFan

    HTML text imported with FlashVars

    I fixed this issue. Wanted to post the solution in case someone experiences it. The problem is that FlashVars are passed to Flash as objects so when we set the textbox.htmlText = FlashVar it displayed the object not the string. Once we changed it to textbox.htmlText = String(FlashVar)...
  2. JagFan

    HTML text imported with FlashVars

    We are still having issues passing HTML text using FlashVars. Here is the code. Pretty simple, notUndefined is a function that checks to make sure the variable(CompanyBio) was assigned a value from the flashVar on load. If it has a value, set the html property to true and assign the text to it...
  3. JagFan

    HTML text imported with FlashVars

    I have resolved this issue by parsing the HTML in ASP.NET before it is passed to the movie with FlashVars. If anyone may have a solution to the original issue i would still like to hear it as I would rather not use this approach.
  4. JagFan

    HTML text imported with FlashVars

    I have an HTML string that is passed into a flash movie using FlahVars. We are using the EpicFlash Control to render the movie in Asp.net. The issue is that when the string (CompanyBIO) displays in the textbox it displays the HTML markup and not the formatted text. I have the textboxes html...
  5. JagFan

    Remote Access my computer

    It has a static IP address. So PC anywhere would work then ?
  6. JagFan

    VPN Cable Modem

    When I am at work, I would like to access my computer at home. At home I have a peer-to-peer network using Windows 98 computers with a CABLE modem. Does anyone know how I can access my computer at home remotely? Any help would be appreciated.
  7. JagFan

    Remote Access my computer

    I would like to access my computer at home from work. At home I'm running Windows 98 with a cable modem, so there is no dial up. Does anyone know how I would set up my computer at home so I can access it from work ? I would really appreciate some help

Part and Inventory Search

Back
Top