I realize this may be a duh! question but I'm going to ask it anyway. Is there ANY way to include a GIF in an AMS4 project? I have many GIF's I'd like to use but I keep having to stop and convert them to JPG or BMP and I want the flexibility that GIF's give me. Or is this a problem that will have to be addressed in a future release?
Announcement
Collapse
No announcement yet.
Inserting GIF's
Collapse
X
-
Thanks
Thanks, Eric. At least now the mystery is solved. I will attempt to insert a GIF as a web browser object although I'm not exactly sure how to accomplish it. Is it inserted just like an object would be in HTML on a web page? Or is it done differently?
I also have a secondary question while I'm on the subject of figuring out how to add things I've never added before. I can point people to a URL all day but how to I invoke "mailto?" I want to be able to click on an email address and open the user's email software. I am assuming that this is yet another duh! issue but for me, it is not.
Thanks again,
Comment
-
Re: Thanks
Providing a mailto: link is the same as launching an URL through an external browser:
File.Open (open, "mailto:[email protected]")
Whereas the mailto: address command would be substituted with an http:// address.
As far as inserting a GIF in a web browser object, yes, the web browser object fully supports HTML - it's essentially the IE browser, so just make sure all the files that are called by your HTML file are available in the Distribution folder.
Comment
-
Re: Thanks
I will attempt to insert a GIF as a web browser object although I'm not exactly sure how to accomplish it. Is it inserted just like an object would be in HTML on a web page? Or is it done differently?
<ol type="1">[*]Use an HTML file that displays the GIFs with IMG tags, and load the HTML file into the Web Browser Object.[*]Just load the GIF into the file into the Web Browser Object on its own. (The Internet Explorer control can display GIFs, compressed TIFFs, and all sorts of other images just fine.)[/list=a]
You can do either of these dynamically at run time by using the "Web Browser Object - Navigate To" action.
--[[ Indigo Rose Software Developer ]]
Comment
Comment