hiya,
When the movie is published to HTML through flash, a lot of wierd things come up. some codebase or id or something like that.
Anyone know WHAT THE HELL THIS IS, and WHAT DOES IT DO
hiya,
When the movie is published to HTML through flash, a lot of wierd things come up. some codebase or id or something like that.
Anyone know WHAT THE HELL THIS IS, and WHAT DOES IT DO
could you post the publisehd html file with the swf??? or maybe a screenshot?
it just sounds like thres something wrong with the HMTL (yeah duh lol) - maybe a missing bracket or an estranged character.
no no, you’ve not understood, see-
<!–
<OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000”
codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0”
WIDTH=“550” HEIGHT=“400” id=“Untitled-1” ALIGN="">
–>
What the heck is the codebase and other wierd thingies.
this code-
<OBJECT classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000”
codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0”
WIDTH=“550” HEIGHT=“400” id=“Untitled-1” ALIGN="">
i think you have to close that tag what html editing app are you using or is flash exporting this??
sorry for making a new thread, but i did something berry stupid.
When you got to flash, publish preview in HTML, then VIEW SOURCE AND SEE ALL THE WIERD THINGIES THERE. WHAT ARE THEY? WHY ARE THEY HERE? CAN THEY BE REMOVED
you mean this?
http://www.w3.org/TR/html401/struct/objects.html#h-13.3
When you view the source, what you see is the source. I know the code looks ugly, but that’s just Flash’s sophisticated way of publishing HTML’s. What always bothered me was the reason behind listing all the properties/parameters twice when I published from Flash.
Also, please be a little economical, don’t post twice, especially one after another
merged threads, only need one
Thanks, senocular. I would’ve done it myself if I could
thanx senocular, YOU ARE GREAT!