how to set image and text scroll in adobe capivate 9 - adobe-captivate

Can anyone please help me. Am using adobe captivate 9. I have a content with image that exceeds the slide spacing, i want to set this content within the page using scroll. I have tried using text-scroll widget but i cant add images to it.

Put the image into an MS Word document and save it as an HTML web page. The result will be an HTML file and folder named "[file name]_files" in whichever folder you saved it to.
Select both the HTML file and the folder, right click, and choose Send to -> Compressed (zipped) folder in the context menu.
Dragging that ZIP folder directly onto your Captivate slide will create scrolling HTML Web Object based on the formatting of the MS Word file. It will show up in your Library in the "Web" folder.

Unfortunately, this is a feature that is missing from Captivate. The best solution I've found is to make an html file that includes the text and points to the image, then zip and import as an HTML5 Animation.

Related

I'm working with the Austin Night theme; I'm trying to customize the images within the CTA section using JSON file

I'm trying to customize the CTA section with new images and the support documentation for Austin Night says you're supposed to customize images within the JSON files. I uploaded some images to the image manager but now I'm unsure of where to copy over the new image file within the coding - So I need help knowing where exactly I do this and what part of the image URL is supposed to copy over the default image text. Thanks!
I've uploaded images to the Image Manager and I've copied various parts of the image URL to replace the theme's default images, but nothing seems to work. I've been working within the en.JSON homepage file and I even tried to change the image within the OB Custom images file all in Stencil File Editor, since the theme documentation doesn't give much description on what to do exactly besides to customize in the JSON file.

How to properly add and browse images from image folder of web project in visual studio

I created an image folder in my first web application(web-forms) and copied images into that folder, I want to set a background image on div. I followed following steps
opened properties (div)
1. click style tab
2. select background-image
3. select images folder
But Content folder is not showing any image, its empty. I am beginner and unable to get where I am mistaken.
You need to include into de project the images you just copied to the images folder. For that you need to click onto the little button to the right of the update (blue one) in the solution explorer top bar and that will show all the files that are not included. Then you select all the images needed -> right click -> include files.
After that repeat the process you did and the imagess should show.
Hope this helps!
Are you sure its same folder ?
Reset visual studio and windows , but if you want doing this on code-side
create a css file and look at this code
body {
background-image:url('images/background.png');
}
Problem resolved. Right click on 'Images' folder, click 'Add' add and existing item, then I searched for images folder into project directory and added desired images.

HTML editor and image upload to server

In asp.net, when we work with any html editor, I often include images and text. How will images upload to a specific folder in the server and be saved as a relative path in the db. I Need this concept for a CMS.
I was using CKEditor first but it was found a bit difficult to work with asp.net. So I moved to obout editor. I think your problem can be solved with obout html editor. check this link, obout.com - Html Editor - Image upload
Why do you need to store the image's relative path in the DB ? As there is no need, because the content html is saved in the DB and when you the retrieve that content that particular image will be shown in the content.
As far as I have used CK Editor, there is some setting required in the config file to set the path where the images are stored when user adds images in content.

Regarding CMS concept and html editor in asp.net

we create page through html editor in CMS project. when we design pages then we can add image through html editor. so i just want to know how automatically image path will be stored in my database table and image will upload in proper forlder. suppose i work with fckeditor.
fckeditor can automatically upload images in right folder and how images path will be saved in right table. do i need to parse the html and extract images and replace the image path with properly and atlast upload images programatically to right folder on server before saving the html to databased. please discuss this in detail because i never work with CMS before.
what is the best html editor for CMS and asp.net project.
also tell me what the best free open source CMS for asp.net.
thanks.

how to images store localy from xml using flex 3?

I have one xml link. that link have collections of images(apx 1000 images).
when i flex applications start at the time load all images in locally. then when i need that images then use it.
How i do this... give me some links and logic.
Using flex 3.
Thanks advance.
senthil.
Load the .xml form server or so.
Parse the .xml and create a Map where you store all the image URLs
Place an Image Component on your UI and set the "source" property to the value of the image URL
Flash Plugin will load the image from the URL and will show the image when done.
If you are facing a "SandboxVaiolationException" (or something like that) you need to tell your server to let the request go.
If you want to change the "source" Property of the Image at runtime, just set it after a click oder an other Event. (is no problem)

Resources