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

Dynamic link to Quicktime

Explorer ,
Jan 26, 2007 Jan 26, 2007

Copy link to clipboard

Copied

Hello,

I've been having some trouble with the following code, basically it doesn't like dynamic values I have supplied for value of src. However when I output TestVar and place that value in instead it works fine. An exampe of what TestVar might contain is ../../UploadedDocs/Sony/01_opt_003a_020_v001.mov

Any suggestions?

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
width="800" height="500"
codebase=" http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="#TestVar#">
<param name="autoplay" value="true">
<param name="playeveryframe" value="true">
<param name="controller" value="true">
<embed src="#TestVar#" width="800" height="500" autoplay="true"
controller="true" loop="false" playeveryframe="true"
pluginspage=" http://www.apple.com/quicktime/download/">
</embed>
</object>
TOPICS
Advanced techniques

Views

234

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 , Jan 26, 2007 Jan 26, 2007
Please excuse my stupidity, I failed to put <cfoutput></cfoutput> tags around the variable.

Votes

Translate

Translate
Explorer ,
Jan 26, 2007 Jan 26, 2007

Copy link to clipboard

Copied

LATEST
Please excuse my stupidity, I failed to put <cfoutput></cfoutput> tags around the variable.

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