• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Displaying .dcr object with ColdFusion

Explorer ,
Aug 09, 2006 Aug 09, 2006

Copy link to clipboard

Copied

I have a .dcr file that creates a jigsaw puzzle object but I'm not sure how to embed the file in my CF page.

Anyone have any suggestions?

Thank you.

Scott
TOPICS
Advanced techniques

Views

275

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Aug 09, 2006 Aug 09, 2006
I got it working with the following code:


<embed src="#imageLocation##filePrefix##todayFile##fileExtension#"
pluginspage=" http://www.macromedia.com/shockwave/download/index.cgiP1_Prod_Version=ShockwaveDirector"
type="application/x-director"
bgcolor="##000000"
width="600"
height="600">
</embed>

Votes

Translate

Translate
Explorer ,
Aug 09, 2006 Aug 09, 2006

Copy link to clipboard

Copied

LATEST
I got it working with the following code:


<embed src="#imageLocation##filePrefix##todayFile##fileExtension#"
pluginspage=" http://www.macromedia.com/shockwave/download/index.cgiP1_Prod_Version=ShockwaveDirector"
type="application/x-director"
bgcolor="##000000"
width="600"
height="600">
</embed>

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation