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

Viewing .swf in cfm page

Participant ,
Aug 06, 2007 Aug 06, 2007

Copy link to clipboard

Copied

I am able to use an object tag to view a specific swf file, but I want to pass the swf filename to the tag dynamically. When I wrap the object tag in a cfoutput tag I get an error message.

Is there any basic way to pass variables into the object tag?
TOPICS
Advanced techniques

Views

366

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
Guest
Aug 06, 2007 Aug 06, 2007

Copy link to clipboard

Copied

LATEST
you can wrap the object/embed tag with a cfoutput tag. just change this piece of code: swflash.cab#version=7,0,19,0 to swflash.cab##version=7,0,19,0

<cfoutput>
<object .......swflash.cab##version=7,0,19,0" .....><embed....></embed></object>
</cfoutput>

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