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

Dynamic .asx

LEGEND ,
Sep 12, 2006 Sep 12, 2006

Copy link to clipboard

Copied

I use .asx files (text based media player files) to point to secure audio
files on our web site. Is there a way in CF to dynamically write them using
a 'create radio show' form and using the information or to call the asx and
using the db information to dynamically populate the information and the
file inside of it? (Title, Ref href, etc.)

<ASX version="3">

<Entry>
<Author>Ave Maria School of Law</Author>
<Title>WDTK Radio Broadcast, September 2, 2006</Title>
<Copyright>2005 Ave Maria School of Law </Copyright>
<MoreInfo href=" http://www.microsoft.com/windows/windowsmedia" />
<Ref
href=" http://www.avemarialaw.edu/news/media/audio/Advocate-Season2-Show2.wma"
/>
</Entry>



</ASX>


TOPICS
Advanced techniques

Views

291

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
LEGEND ,
Sep 13, 2006 Sep 13, 2006

Copy link to clipboard

Copied

If the code you posted is the format of the asx file then you should be able
to use cffile to create the asx (xml) file without any problems.

--
Bryan Ashcraft (remove brain to reply)
Web Application Developer
Wright Medical Technology, Inc.
------------------------------------------------------------------
Macromedia Certified Dreamweaver Developer
Adobe Community Expert (DW) :: http://www.adobe.com/communities/experts/


"Wally Kolcz" <wkolcz@softproofs.com> wrote in message
news:ee6ca0$sb9$1@forums.macromedia.com...
>I use .asx files (text based media player files) to point to secure audio
>files on our web site. Is there a way in CF to dynamically write them using
>a 'create radio show' form and using the information or to call the asx and
>using the db information to dynamically populate the information and the
>file inside of it? (Title, Ref href, etc.)
>
> <ASX version="3">
>
> <Entry>
> <Author>Ave Maria School of Law</Author>
> <Title>WDTK Radio Broadcast, September 2, 2006</Title>
> <Copyright>2005 Ave Maria School of Law </Copyright>
> <MoreInfo href=" http://www.microsoft.com/windows/windowsmedia" />
> <Ref
> href=" http://www.avemarialaw.edu/news/media/audio/Advocate-Season2-Show2.wma"
> />
> </Entry>
>
>
>
> </ASX>
>


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
LEGEND ,
Sep 13, 2006 Sep 13, 2006

Copy link to clipboard

Copied

LATEST
Thanks. I can create them dynamically, but can I use one to call a dynamic
range of video? One static file that inserts the important information
(date, file) dynamically?


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