
Welcome Guest
|
#1
|
|||
|
|||
|
Huh?
I used this template to make a mp3 jukebox.
Everything works fine until I try to put the SWF in my layout on the website. If I load the SWF by: http://www.mysite.com/jukebox/jukebox.swf it works. And if I use a index-file in that directory it also works. But what I want to do is load the SWF into my layout which is at say: http://www.mysite.com/music What am I doing wrong? The SWF loads the tracks from an XML. HTML: Code:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="300" height="350" id="jukebox" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="http://www.mysite.com/jukebox/jukebox.swf" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="wmode" value="transparent" /><param name="devicefont" value="true" /><param name="bgcolor" value="#ffffff" /><embed src="http://www.mysite.com/jukebox/jukebox.swf" menu="false" quality="high" scale="noscale" wmode="transparent" devicefont="true" bgcolor="#ffffff" width="300" height="350" name="jukebox" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> Here is the XML Code:
<?xml version="1.0" encoding="UTF-8"?> <songs> <song path="http://www.mysite.com/jukebox/1.mp3" bild="cover/cover1.jpg" artist="Me" title="Untitled" /> <song path="http://www.mysite.com/jukebox/2.mp3" bild="cover/cover2.jpg" artist="Me" title="Untitled" /> <song path="http://www.mysite.com/jukebox/3.mp3" bild="cover/cover2.jpg" artist="Me" title="Untitled" /> <song path="http://www.mysite.com/jukebox/4.mp3" bild="cover/cover2.jpg" artist="Me" title="Untitled" /> </songs> Last edited by Nonsense : 01-06-2007 at 12:18 AM |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| get Url ? huh ? | ukdesigner | Newbies |
7 | 11-23-2006 04:24 AM |
| if statements.. Conditions.. huh? Help! | four4swords | Newbies |
3 | 10-02-2006 05:49 AM |
| Application?? Opera... huh? | dv8 | Members Cafe |
11 | 11-23-2002 06:51 AM |





