Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Maximum ASP
  Ads  
OnyakTech
 


  Sponsors  

Meet Our Sponsors

OnyakTech
The best choice for your web site host, email hosting, and domain registration.
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
AspDotNetStoreFront - E-Commerce by Design - The Leading ASP.NET shopping cart platform for developers!
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Chat About It!  RE: Skin Issue with Flash Object
Previous Previous
 
Next Next
New Post 8/27/2008 6:56 PM
Unresolved
User is offline Skeets
24 posts
10th Ranked


RE: Skin Issue with Flash Object 

when I go to my skin directly at:  elementsofdance.ca/dj/Portals/_default/Skins/NEW/skin.html the flash player at the top works fine, however when I go to my site www.elementsofdance.ca/dj/ the player doesn't load.  Is there a reason why?  any ideas?

 

Thanks in advance,

 

Chris

 
New Post 8/27/2008 7:48 PM
User is offline Nicholas Lu
152 posts
9th Ranked


Re: RE: Skin Issue with Flash Object 

You should use <%= SkinPath %> indicate your flash file path in skin. such as <embed src=<%= SkinPaht %>"yourflashname.swf" ............




Microsoft MVP
Chinese DNN Blog
 
New Post 8/28/2008 1:40 AM
User is offline Skeets
24 posts
10th Ranked


Re: RE: Skin Issue with Flash Object 

Ok, what would be the exact code I have to use?

Im currently loading an object and it runs through some javascript code....

 

 

  <tr class="music_player">
    <td height="24" background="mp3/xmini_display.jpg" class="music_player">
      <script src="documents/AC_RunActiveContent.js" language="JavaScript" type="text/javascript"></script>
      <script language="JavaScript" type="text/javascript">AC_FL_RunContent("minversion", "7,0,0,0", "allowScriptAccess", "sameDomain", "movie", "extdocs/auda", "quality", "high", "scale", "default", "src", "extdocs/auda", "width", "299", "height", "15", "FlashVars", 'mp3dir=mp3&amp;mp3list=WaveFronts.mp3&amp;skindir=mp3&amp;play=1,0,0,xmini_play.jpg,xmini_play.jpg,xmini_pause.jpg,xmini_pause.jpg,40,40,&amp;stop=1,32,0,xmini_stop.jpg,xmini_stop.jpg,40,40,&amp;prev=1,46,0,xmini_prev.jpg,xmini_prev.jpg,40,40,&amp;next=1,66,0,xmini_next.jpg,xmini_next.jpg,40,40,&amp;display=1,82,-5,xmini_display.jpg,000000,220,40,&amp;buffer=0,FFFFFF,&amp;back=1,xmini_back.jpg,&amp;title=0,20,7,mp3s,989898,&amp;hotspots=0&amp;autoload=0', "wmode", "opaque","loop","false");</script> <noscript>
      <div id="flash" class="music_player">
   <noscript>

 <object type="application/x-shockwave-flash" data="extdocs/auda.swf" width="299" height="15">
  <param name=movie value="extdocs/auda.swf"<param name=FlashVars value='mp3dir=mp3&amp;mp3list=WaveFronts.mp3,BeginAgain.mp3,Dawn412.mp3,HardYards.mp3&amp;skindir=mp3&amp;play=1,0,0,xmini_play.jpg,xmini_play.jpg,xmini_pause.jpg,xmini_pause.jpg,40,40,&amp;stop=1,12,0,xmini_stop.jpg,xmini_stop.jpg,40,40,&amp;prev=1,24,0,xmini_prev.jpg,xmini_prev.jpg,40,40,&amp;next=1,42,0,xmini_next.jpg,xmini_next.jpg,40,40,&amp;display=1,60,-5,xmini_display.jpg,000000,220,40,&amp;buffer=0,FFFFFF,&amp;back=1,xmini_back.jpg,&amp;title=0,20,7,mp3s,989898,&amp;hotspots=0&amp;autoload=0'>
  <param name=quality value=high><param name=scale value=default><param name=wmode value=opaque><param name=loop value=false></object>
</noscript>

      </div>
    </noscript></td>
  </tr>
  <tr>

 

 
New Post 8/28/2008 4:13 AM
User is offline Nicholas Lu
152 posts
9th Ranked


Re: RE: Skin Issue with Flash Object 
Modified By Nicholas Lu  on 8/28/2008 9:40:53 AM)

<script src=<%= SkinPath %>"documents/AC_RunActiveContent.js"

<object type="application/x-shockwave-flash" data=<%= SkinPath  %>"extdocs/auda.swf" width="299" height="15">
  <param name=movie value="
<%= SkinPath  %>extdocs/auda.swf"<param name=FlashVars

 




Microsoft MVP
Chinese DNN Blog
 
New Post 8/28/2008 5:14 AM
User is offline Skeets
24 posts
10th Ranked


Re: RE: Skin Issue with Flash Object 
Modified By Skeets  on 8/28/2008 12:50:40 PM)

I tried putting <%= SkinPath %> before all references to any javascript and swf files and it still doesn't show up....

 

<tr class="music_player">
   
<td height="24" background="mp3/xmini_display.jpg" class="music_player">
     
<script src="<%= SkinPath %>/documents/AC_RunActiveContent.js" language="JavaScript" type="text/javascript"></script>
     
<script language="JavaScript" type="text/javascript">AC_FL_RunContent("minversion", "7,0,0,0", "allowScriptAccess", "sameDomain", "movie", "<%= SkinPath %>extdocs/auda", "quality", "high", "scale", "default", "src", "extdocs/auda", "width", "299", "height", "15", "FlashVars", 'mp3dir=mp3&amp;mp3list=WaveFronts.mp3&amp;skindir=mp3&amp;play=1,0,0,xmini_play.jpg,xmini_play.jpg,xmini_pause.jpg,xmini_pause.jpg,40,40,&amp;stop=1,32,0,xmini_stop.jpg,xmini_stop.jpg,40,40,&amp;prev=1,46,0,xmini_prev.jpg,xmini_prev.jpg,40,40,&amp;next=1,66,0,xmini_next.jpg,xmini_next.jpg,40,40,&amp;display=1,82,-5,xmini_display.jpg,000000,220,40,&amp;buffer=0,FFFFFF,&amp;back=1,xmini_back.jpg,&amp;title=0,20,7,mp3s,989898,&amp;hotspots=0&amp;autoload=0', "wmode", "opaque","loop","false");</script> <noscript>
     
<div id="flash" class="music_player">
   
<noscript>
<object type="application/x-shockwave-flash" data="<%= SkinPath %>/extdocs/auda.swf" width="299" height="15">
 
<param name=movie value="<%= SkinPath %>/extdocs/auda.swf"<param name=FlashVars value='mp3dir=mp3&amp;mp3list=WaveFronts.mp3,BeginAgain.mp3,Dawn412.mp3,HardYards.mp3&amp;skindir=mp3&amp;play=1,0,0,xmini_play.jpg,xmini_play.jpg,xmini_pause.jpg,xmini_pause.jpg,40,40,&amp;stop=1,12,0,xmini_stop.jpg,xmini_stop.jpg,40,40,&amp;prev=1,24,0,xmini_prev.jpg,xmini_prev.jpg,40,40,&amp;next=1,42,0,xmini_next.jpg,xmini_next.jpg,40,40,&amp;display=1,60,-5,xmini_display.jpg,000000,220,40,&amp;buffer=0,FFFFFF,&amp;back=1,xmini_back.jpg,&amp;title=0,20,7,mp3s,989898,&amp;hotspots=0&amp;autoload=0'>
 
<param name=quality value=high><param name=scale value=default><param name=wmode value=opaque><param name=loop value=false></object>
</noscript>
 
     
</div>
 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Chat About It!  RE: Skin Issue with Flash Object
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


DNN Photo Gallery
Complete Photo Gallery Management!
www.dnnPhotoGallery.com
R2i - Delivering Serious DNN Services & Solutions
Award Winning Design, Skin construction, Custom Modules and Consulting Services for the Enterprise organization. R2i is the DNN:Map module Project Lead and one of the largest DNN service providers with offices in New York City, Virginia and Baltimore.
www.bi4ce.com
"SalarO" Skinning Graphic Design Branding Services
SalarO develops packaged & custom skins for your DNN at prices you can afford. SalarO is also developing Module development, Hosting, Branding/Logo design as well as Content Transfer Services to complement the core skinning solutions.
www.salaro.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP