b6a6r6n
04-22-2009, 02:38 PM
hi there
i use box.net for free hosting of mp3/4 files.
they provide the html code to link to a free flash-based player that you can embed in your html page - ie, <embed src="http://www.box.net/static/flash/box_explorer.swf?widget_hash=4t0ntqx6d6&v=0&cl=0" width="460" height="345" wmode="transparent" type="application/x-shockwave-flash"></embed>
i'm trying to host this within a flash-based page of my own - you know, just a player to the top left (or whatever) of my flash movie website.
i've tried using dynamic text with html activated, for example, where the dynamic text box is instance 'box_text', i've put this in a frame so it should appear on load:
box_text.htmlText="<embed src="http://www.box.net/static/flash/box_explorer.swf?widget_hash=4t0ntqx6d6&v=0&cl=0" width="460" height="345" wmode="transparent" type="application/x-shockwave-flash"></embed>";
- but just keep getting syntax errors.
...any ideas?
i use box.net for free hosting of mp3/4 files.
they provide the html code to link to a free flash-based player that you can embed in your html page - ie, <embed src="http://www.box.net/static/flash/box_explorer.swf?widget_hash=4t0ntqx6d6&v=0&cl=0" width="460" height="345" wmode="transparent" type="application/x-shockwave-flash"></embed>
i'm trying to host this within a flash-based page of my own - you know, just a player to the top left (or whatever) of my flash movie website.
i've tried using dynamic text with html activated, for example, where the dynamic text box is instance 'box_text', i've put this in a frame so it should appear on load:
box_text.htmlText="<embed src="http://www.box.net/static/flash/box_explorer.swf?widget_hash=4t0ntqx6d6&v=0&cl=0" width="460" height="345" wmode="transparent" type="application/x-shockwave-flash"></embed>";
- but just keep getting syntax errors.
...any ideas?