Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMediaMediaConfiguring for flash to access xml data file?Configuring for flash to access xml data file?
Previous
 
Next
New Post
4/7/2009 4:31 PM
 

Hi folks

I am trying to display a DIY Map (flash) on my site. This reads from an xml file of points. Using an html/trext module and following the html instructions on the DIY Map site it worked just fine in Firefox and Chrome but not in IE7.

On the other hand, the flash loaded just fine on IE7 using the media module - but the xml would not load up.

Here is the html I am using:

<object height="420" align="top" width="770" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="zoom_map">

<param name="movie" value="world/world.swf?data_file=/Portals/0/world/data.xml" />

<param name="quality" value="high" />

 <param name="bgcolor" value="#FFFFFF" />

<embed height="420" align="top" width="770" src="world/world.swf?data_file=/Portals/0/world/data.xml" quality="high" bgcolor="#FFFFFF" name="Clickable World Map" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed> </object>

Any suggestions?

Geoffrey

 


Geoffrey Morton-Haworth www.yalaworld.net
 
New Post
4/7/2009 5:23 PM
 

Have you tried putting in the absolute path (url)  vs. relative path in the Flash parameters?  I've seen issues like this in the past and without the Flash source it can be frustrating to diagnose.

Charles Self
Narrow Gate Solutions
www.narrowgatesolutions.com
dotnetnuke.narrowgatesolutions.com - DNN Related Resources

 
New Post
4/7/2009 7:04 PM
 

For what it's worth...
Not sure what your issue is but adding flash with "object embed" is the old way of doing things -- it has HTML/XHTML compliance issues and may not work well under certain page rendering modes.  The "modern" method is to use javascript to create an object of type "flashobject".

Here's some info (this is a little old but is still relevant):  http://blog.deconcept.com/flashobject/


I'd suggest you go grab a simple Flash movie file and experiment with getting that to play within DNN before attempting to integrate the more advanced Flash file with XML data source.
 
Good luck!
-mamlin


esmamlin atxgeek.me
 
New Post
4/8/2009 9:41 PM
 

Hi folks

Thanks for the suggestions. I havent solved this yet, but these may hold the answer

http://www.blog.lessrain.com/flash-nasty-xml-load-bug-in-internet-explorer/

and

http://code.google.com/p/swfobject/

Geoffrey


Geoffrey Morton-Haworth www.yalaworld.net
 
New Post
4/11/2009 10:44 AM
 

Hi folks

For the record, I finally got there with this nasty belt-and-braces code...

<div align="center">

<object height="420" align="top" width="770" id="zoom_map" codebase="http://download.macromedia.com/pub/ shockwave/cabs/flash/swflash.cab#version=7,0,0,0" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000">

<param value="about:blank" name="movie" />

<param value="high" name="quality" />

<param value="#FFFFFF" name="bgcolor" />

<embed height="420" align="top" width="770" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="Clickable World Map" bgcolor="#FFFFFF" quality="high" src="world/world.swf?data_file=/Portals/0/world/data.xml"></embed>

</object>

</div>

Geoffrey

PS I do recommend DIY World Map, though.


Geoffrey Morton-Haworth www.yalaworld.net
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsMediaMediaConfiguring for flash to access xml data file?Configuring for flash to access xml data file?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, 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 DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out