Place Image or Snippet inside Text Frame

Hi,

After try every possible syntax and googled without success for hours I’m here to ask if is possible to place using AppleScript an image or Snippet INSIDE a text frame.
I need to populate as “inline” object my text frame with snippets and after populate snippets that has labels with text and picture to generate something like a catalog that has on the left text frame and on the right the related picture.
My idea is to approach this problem with snippets.

Ame

I forgot to say with InDesign…

Hi. Yes, you can place practically any object anywhere. I think you’re a newbie, so I’d recommend starting with Adobe’s free InDesign Scripting Guide; it’s a decent primer.

tell application "InDesign CS"'s document 1
	tell text frame 1's parent story's paragraph 1 to place (choose file)
end tell