Flash XSD

Subject: Flash XSD
From: "Stephen Tredrea" <stephen.tredrea@xxxxxxxxxxxxx>
Date: Wed, 16 Jun 2004 13:06:39 +0200
[Not really a XST question so please ignore if necessary - tried a Google
search but results all about using XML in flash, which is not what I want]

Is there an XSD (or something) to represent a flash file?

I started something along these lines but if there's an existing schema then
no point reinventing...

<?xml version="1.0" ?>
<flash
  xmlns:dc="http://purl.org/dc/elements/1.1/";
  >
  <dc:title></dc:title>
  <dc:created></dc:updated>
  <id>surfwave</id>
  <movie></movie>
  <image></image>
  <height></height>
  <width></width>
</flash>


Current Thread
  • Flash XSD
    • Stephen Tredrea - Wed, 16 Jun 2004 13:06:39 +0200 <=