Adding Flash to Skin as Relative URL
Last Post 07/08/2008 7:15 PM by Joseph Craig. 1 Replies.
Author Messages
CFWebmasters
Posts:10


--
07/08/2008 7:46 AM  
Have a flash movie in a skin but it needs to be a relative URL associated with the skin (so can move skin around without having to worry about which Portal # it is in). Right now have it being referenced by /Portal/6/rotate/header.swf but need it to be like rotate/header.swf from the main skin folder I am using.

I have the graphics done like this with the code <asp:Image ID="Image7" runat="server" ImageUrl="images/papertop.jpg"/> but cant get the flash to work (coding is below). This is a slideshow pro flash movie which also uses and .xml file within the rotate folder. Any help is greatly appreciated.

(Current flash movie URL and needs to be changed to rotate/header where /Portal/6/rotate/header.swf is)

--------------------

    [script removed]
Joseph Craig
DNN MVP
Posts:11667


--
07/08/2008 7:15 PM  
Try referring to this as /rotate/header.swf. It should work

Joe Craig, Patapsco Research Group
Complete DNN Support


---